1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 19:52:54 +01:00
llvm-mirror/lib
Sanjay Patel 5d3b82944d [InstCombine] FP: Z - (X - Y) --> Z + (Y - X)
This restores what was lost with rL73243 but without
re-introducing the bug that was present in the old code.

Note that we already have these transforms if the ops are 
marked 'fast' (and I assume that's happening somewhere in
the code added with rL170471), but we clearly don't need 
all of 'fast' for these transforms.

llvm-svn: 329362
2018-04-05 23:21:15 +00:00
..
Analysis Don't inline @llvm.icall.branch.funnel 2018-04-04 21:46:27 +00:00
AsmParser Add the ShadowCallStack attribute 2018-04-03 20:10:40 +00:00
BinaryFormat
Bitcode [Bitcode] Change std::sort to llvm::sort in response to r327219 2018-04-05 19:27:04 +00:00
CodeGen ARM: Do not spill CSR to stack on entry to noreturn functions 2018-04-05 14:26:06 +00:00
DebugInfo [DWARF v5][NFC]: Refactor DebugRnglists to prepare for the support of the DW_AT_ranges 2018-04-05 21:01:49 +00:00
Demangle
ExecutionEngine [RuntimeDyld][PowerPC] Use global entry points for calls between sections. 2018-04-05 19:37:05 +00:00
Fuzzer
FuzzMutate
IR [IR] Change std::sort to llvm::sort in response to r327219 2018-04-05 21:52:24 +00:00
IRReader
LineEditor
Linker
LTO Prevent data races in concurrent ThinLTO processes. 2018-03-30 21:35:42 +00:00
MC [WebAssembly] Allow for the creation of user-defined custom sections 2018-04-05 17:01:39 +00:00
Object [llvm-ar] Support multiple dashed options 2018-03-28 17:21:14 +00:00
ObjectYAML
Option
Passes Re-land r329273: [Plugins] Add a slim plugin API to work together with the new PM 2018-04-05 15:04:13 +00:00
ProfileData
Support AArch64: Implement support for the shadowcallstack attribute. 2018-04-04 21:55:44 +00:00
TableGen
Target Attempt to fix Mips breakages. 2018-04-05 22:47:25 +00:00
Testing [Testing/Support]: Better matching of Error failure states 2018-04-05 14:32:10 +00:00
ToolDrivers
Transforms [InstCombine] FP: Z - (X - Y) --> Z + (Y - X) 2018-04-05 23:21:15 +00:00
WindowsManifest
XRay
CMakeLists.txt
LLVMBuild.txt