1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-24 05:23:45 +02:00
llvm-mirror/lib/Transforms
Sanjay Patel 1b2ac9d42a [InstCombine] add pattern matches for commuted variants of xor-to-xor
There's probably some better way to write this that eliminates the
code duplication without hurting readability, but at least this
eliminates the logic holes and is hopefully slightly more efficient
than creating new instructions.

llvm-svn: 301129
2017-04-23 16:03:00 +00:00
..
Coroutines [IR] Redesign the case iterator in SwitchInst to actually be an iterator 2017-04-12 07:27:28 +00:00
Hello
InstCombine [InstCombine] add pattern matches for commuted variants of xor-to-xor 2017-04-23 16:03:00 +00:00
Instrumentation [sanitizer-coverage] remove some more stale code 2017-04-19 22:42:11 +00:00
IPO [ThinLTO/Summary] Rename anonymous globals as last action ... 2017-04-23 04:49:34 +00:00
ObjCARC [ObjCArc] Do not dereference an invalidated iterator. 2017-04-05 03:44:09 +00:00
Scalar InferAddressSpaces: Infer for just GEPs 2017-04-21 21:35:04 +00:00
Utils Revert "Use DW_OP_stack_value when reconstructing variable values with arithmetic." 2017-04-23 00:44:40 +00:00
Vectorize [LV] Model if-converted phi node costs 2017-04-21 14:14:54 +00:00
CMakeLists.txt
LLVMBuild.txt