summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CodeGenModule.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2009-11-08 21:20:06 +0000
committerChris Lattner <sabre@nondot.org>2009-11-08 21:20:06 +0000
commit2299d4b6d84a7e803271837fe00dd57d652b4295 (patch)
tree670f91b969fa4f89755c8fe0df814fc5db9f5e86 /clang/lib/CodeGen/CodeGenModule.cpp
parentfec62f0ef585910716a561de021692cef5102eac (diff)
downloadbcm5719-llvm-2299d4b6d84a7e803271837fe00dd57d652b4295.tar.gz
bcm5719-llvm-2299d4b6d84a7e803271837fe00dd57d652b4295.zip
Teach an instcombine to not pull trunc instructions through PHI nodes
when both the source and dest are illegal types, since it would cause the phi to grow (for example, we shouldn't transform test14b's phi to a phi on i320). This fixes an infinite loop on i686 bootstrap with phi slicing turned on, so turn it back on. llvm-svn: 86483
Diffstat (limited to 'clang/lib/CodeGen/CodeGenModule.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud