llvm-project/llvm/lib/Transforms
Sanjay Patel a7cee55762 [InstCombine] fold fdiv with powi divisor (PR49147)
This extends b40fde062c for the especially non-standard
powi pattern. We want to avoid being completely wrong
on the negation-of-int-min corner case, so I'm adding
an extra FMF check for 'ninf' assuming that gives us
the flexibility to handle that possibility.
https://llvm.org/PR49147
2021-02-24 16:44:36 -05:00
..
AggressiveInstCombine [Transforms] Use llvm::append_range (NFC) 2021-01-20 21:35:54 -08:00
CFGuard llvmbuildectomy - replace llvm-build by plain cmake 2020-11-13 10:35:24 +01:00
Coroutines Add @llvm.coro.async.size.replace intrinsic. 2021-02-23 06:43:52 -08:00
Hello
IPO collectUsedGlobalVariables: migrate SmallPtrSetImpl overload to SmallVecImpl overload after D97128 2021-02-23 16:09:06 -08:00
InstCombine [InstCombine] fold fdiv with powi divisor (PR49147) 2021-02-24 16:44:36 -05:00
Instrumentation [asan] Avoid putting globals in a comdat section when targetting elf. 2021-02-24 12:01:56 +00:00
ObjCARC [ObjC][ARC] Do not perform code motion on precise release calls 2021-02-15 17:39:37 -08:00
Scalar [JumpThreading] Update computeValueKnownInPredecessors to recognize logical and/or patterns 2021-02-24 00:06:10 +09:00
Utils Transforms: Clone distinct nodes in metadata mapper unless RF_ReuseAndMutateDistinctMDs 2021-02-24 12:57:52 -08:00
Vectorize [InstructionCost] NFC: Fix up missing cases in LoopVectorize and CodeGenPrep. 2021-02-24 14:30:03 +00:00
CMakeLists.txt [NewPM][HelloWorld] Move HelloWorld to Utils 2021-02-03 12:59:40 -08:00