summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/Scalar/InstructionCombining.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2004-04-14 02:42:32 +0000
committerChris Lattner <sabre@nondot.org>2004-04-14 02:42:32 +0000
commit0dc099c2b52de20f8dffd1e0bfa7b16c250efa34 (patch)
treeb89a25aa50b6e18f8e83f6989b9aa39b6f8974f7 /llvm/lib/Transforms/Scalar/InstructionCombining.cpp
parent52acdaacc7fd6252e0ed9fc698e9c093c03bef00 (diff)
downloadbcm5719-llvm-0dc099c2b52de20f8dffd1e0bfa7b16c250efa34.tar.gz
bcm5719-llvm-0dc099c2b52de20f8dffd1e0bfa7b16c250efa34.zip
This is the real fix for Codegen/X86/2004-04-13-FPCMOV-Crash.llx which works
even when the "optimization" I added before is turned off. It generates this extremely pointless code: test: fld QWORD PTR [%ESP + 4] mov %AL, 0 test %AL, %AL fcmove %ST(0), %ST(0) ret Good thing the optimizer will have removed this before code generation anyway. :) llvm-svn: 12939
Diffstat (limited to 'llvm/lib/Transforms/Scalar/InstructionCombining.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud