summaryrefslogtreecommitdiffstats
path: root/llvm/test/Bitcode/vectorInstructions.3.2.ll
diff options
context:
space:
mode:
authorHal Finkel <hfinkel@anl.gov>2015-04-01 00:40:48 +0000
committerHal Finkel <hfinkel@anl.gov>2015-04-01 00:40:48 +0000
commit50271aae7e0f7c560121f70245537e4b3d66dc42 (patch)
tree7e6035e1c60f388604197a209bac6f6b850b341e /llvm/test/Bitcode/vectorInstructions.3.2.ll
parent514db751801307fb9c7c16ed0e86d63524703b6f (diff)
downloadbcm5719-llvm-50271aae7e0f7c560121f70245537e4b3d66dc42.tar.gz
bcm5719-llvm-50271aae7e0f7c560121f70245537e4b3d66dc42.zip
[PowerPC] FastISel can't handle i1 return values when using CR bits
Under normal circumstances, use of CR bits is disabled when running at -O0, but it is enabled by default otherwise, and if you have optnone functions, they'll still generally be generated with crbits turned on (because nothing else turns them off). FastISel can't handle most things dealing with i1 values when using CR bits, and checks for that, but was not checking the return type on functions; we can't fast-isel function calls with i1 return values either when using CR bits for boolean values. Fixes PR22664. llvm-svn: 233775
Diffstat (limited to 'llvm/test/Bitcode/vectorInstructions.3.2.ll')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud