diff options
author | Bruno Cardoso Lopes <bruno.cardoso@gmail.com> | 2010-12-07 19:00:20 +0000 |
---|---|---|
committer | Bruno Cardoso Lopes <bruno.cardoso@gmail.com> | 2010-12-07 19:00:20 +0000 |
commit | ab8d53a56ae707db3f8490b7727eeb05140954c6 (patch) | |
tree | db7c23631f1573a838d1cc6ddc0f66d5bbe6bcad /lib/VMCore/Function.cpp | |
parent | 2b38c51f0ece16ef00068da56bee4623fb9ae485 (diff) |
Match a pattern generated by a dag combiner opt where:
(select (load (load tga0)) (load tga1)) => (load (select (load tga0) tga1))
Thanks to Akira for pointing that.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@121163 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/VMCore/Function.cpp')
0 files changed, 0 insertions, 0 deletions