1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 19:52:54 +01:00
llvm-mirror/lib/Transforms
Sanjay Patel eb19224bbc [InstCombine] fix miscompile of frem with 0.0 operand (PR34870)
We might want to select NAN here or do this transform with fast-math,
but this should at least fix the miscompile.

llvm-svn: 321461
2017-12-26 22:12:20 +00:00
..
Coroutines [coro] Make Spill a proper struct instead of deriving from pair. 2017-10-31 19:22:55 +00:00
Hello
InstCombine [InstCombine] fix miscompile of frem with 0.0 operand (PR34870) 2017-12-26 22:12:20 +00:00
Instrumentation [hwasan] Implement -fsanitize-recover=hwaddress. 2017-12-20 19:05:44 +00:00
IPO Add hasProfileData() to check if a function has profile data. NFC. 2017-12-22 01:33:52 +00:00
ObjCARC Remove redundant includes from lib/Transforms. 2017-12-13 21:31:01 +00:00
Scalar [CallSiteSplitting] Remove isOrHeader restriction. 2017-12-23 20:02:26 +00:00
Utils Make helpers static. No functionality change. 2017-12-24 12:46:22 +00:00
Vectorize Revert r320548:[SLP] Vectorize jumbled memory loads 2017-12-20 15:26:59 +00:00
CMakeLists.txt
LLVMBuild.txt