1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 11:13:28 +01:00
llvm-mirror/lib/Transforms/InstCombine
2020-04-17 16:34:29 +02:00
..
CMakeLists.txt [cmake] Explicitly mark libraries defined in lib/ as "Component Libraries" 2019-11-21 10:48:08 -08:00
InstCombineAddSub.cpp [InstCombine] prevent infinite loop with sub/abs of constant expression 2020-04-15 09:19:16 -04:00
InstCombineAndOrXor.cpp [InstCombine] replace undef in vector constant for safe shift transform (PR45447) 2020-04-09 08:00:46 -04:00
InstCombineAtomicRMW.cpp [NFC] Modernize misc. uses of Align/MaybeAlign APIs. 2020-04-06 17:53:04 -07:00
InstCombineCalls.cpp Change users of CreateShuffleVector to pass the masks as int instead of Constants 2020-04-17 16:34:29 +02:00
InstCombineCasts.cpp Upgrade users of 'new ShuffleVectorInst' to pass indices as an int array 2020-04-15 14:29:43 +02:00
InstCombineCompares.cpp Exclude bitcast and ext/trunc signbit optimization on ppc_fp128 2020-04-10 17:07:55 -07:00
InstCombineInternal.h Clean up usages of asserting vector getters in Type 2020-04-08 15:15:41 -07:00
InstCombineLoadStoreAlloca.cpp Clean up usages of asserting vector getters in Type 2020-04-08 15:15:41 -07:00
InstCombineMulDivRem.cpp Clean up usages of asserting vector getters in Type 2020-04-08 15:15:41 -07:00
InstCombinePHI.cpp [InstCombine] Use replaceOperand() in non zero phi transform 2020-03-31 21:54:21 +02:00
InstCombineSelect.cpp Upgrade users of 'new ShuffleVectorInst' to pass indices as an int array 2020-04-15 14:29:43 +02:00
InstCombineShifts.cpp [SVE] Update API ConstantVector::getSplat() to use ElementCount. 2020-03-12 13:22:41 -07:00
InstCombineSimplifyDemanded.cpp Upgrade calls to CreateShuffleVector to use the preferred form of passing an array of ints 2020-04-15 12:51:38 +02:00
InstCombineTables.td
InstCombineVectorOps.cpp Upgrade users of 'new ShuffleVectorInst' to pass indices as an int array 2020-04-15 14:29:43 +02:00
InstructionCombining.cpp [InstCombine][SVE] Fix visitGetElementPtrInst for scalable type. 2020-04-14 12:38:32 -07:00
LLVMBuild.txt