diff options
| author | Hal Finkel <hfinkel@anl.gov> | 2015-04-22 11:32:25 +0000 |
|---|---|---|
| committer | Hal Finkel <hfinkel@anl.gov> | 2015-04-22 11:32:25 +0000 |
| commit | 0d49cf2645289cfad9a99b7c2e19cf7645770428 (patch) | |
| tree | 250778a7f6b08f94475641abbc17eff0bac8c8f4 /clang/test/OpenMP/sections_private_messages.cpp | |
| parent | 98eb6e3d41afa29e490d06b15de1213bf5a6947c (diff) | |
| download | bcm5719-llvm-0d49cf2645289cfad9a99b7c2e19cf7645770428.tar.gz bcm5719-llvm-0d49cf2645289cfad9a99b7c2e19cf7645770428.zip | |
[DAGCombine] Disable select(c, load,load) for indexed loads
This turned up after r235333, but was a pre-existing bug. The optimization
which transforms select(c, load, load) into a load of a select of the addresses
does not handle indexed loads (pre/post inc/dec). However, it did not check for
them either, leading to a crash if it tried to transform one of them.
llvm-svn: 235497
Diffstat (limited to 'clang/test/OpenMP/sections_private_messages.cpp')
0 files changed, 0 insertions, 0 deletions

