llvm-project/llvm/lib/Transforms/InstCombine
Matt Arsenault d35f46caf1 AMDGPU: Turn class x, p_zero|n_zero into fcmp oeq x, 0
The library does use this for some reason.

llvm-svn: 339461
2018-08-10 18:58:49 +00:00
..
CMakeLists.txt InstCombine/AMDGPU: Add dimension-aware image intrinsics to SimplifyDemanded 2018-06-21 13:37:31 +00:00
InstCombineAddSub.cpp [InstCombine] allow fsub+fmul FMF folds for vectors 2018-08-09 18:42:12 +00:00
InstCombineAndOrXor.cpp [InstCombine] De Morgan: sink 'not' into 'xor' (PR38446) 2018-08-08 13:31:19 +00:00
InstCombineCalls.cpp AMDGPU: Turn class x, p_zero|n_zero into fcmp oeq x, 0 2018-08-10 18:58:49 +00:00
InstCombineCasts.cpp Fix InstCombine address space assert 2018-07-31 15:53:03 +00:00
InstCombineCompares.cpp ValueTracking: Start enhancing isKnownNeverNaN 2018-08-09 22:40:08 +00:00
InstCombineInternal.h [InstCombine] allow more shuffle folds using safe constants 2018-07-09 23:22:47 +00:00
InstCombineLoadStoreAlloca.cpp Remove trailing space 2018-07-30 19:41:25 +00:00
InstCombineMulDivRem.cpp [InstCombine] fold udiv with common factor from muls with nuw 2018-07-26 19:22:41 +00:00
InstCombinePHI.cpp Move Analysis/Utils/Local.h back to Transforms 2018-06-04 21:23:21 +00:00
InstCombineSelect.cpp [InstCombine] revert r339439 - rearrange code for foldSelectBinOpIdentity 2018-08-10 16:12:19 +00:00
InstCombineShifts.cpp Remove trailing space 2018-07-30 19:41:25 +00:00
InstCombineSimplifyDemanded.cpp [X86] Remove and autoupgrade the scalar fma intrinsics with masking. 2018-07-12 00:29:56 +00:00
InstCombineTables.td InstCombine/AMDGPU: Add dimension-aware image intrinsics to SimplifyDemanded 2018-06-21 13:37:31 +00:00
InstCombineVectorOps.cpp Remove trailing space 2018-07-30 19:41:25 +00:00
InstructionCombining.cpp [DebugInfo] Refactor DbgInfoIntrinsic class hierarchy. 2018-08-06 03:59:47 +00:00
LLVMBuild.txt