Although this is a slight cleanup on its own, the main motivation is to
refactor the constant folding API to ease migration to opaque pointers.
This will be follow-up work.
Details
Details
Diff Detail
Diff Detail
Paths
| Differential D16378
Introduce ConstantFoldBinaryOpOperands function and migrate some callers of ConstantFoldInstOperands to use it. NFC. ClosedPublic Authored by mjacob on Jan 20 2016, 3:17 PM.
Details Summary Although this is a slight cleanup on its own, the main motivation is to
Diff Detail Event TimelineThis revision is now accepted and ready to land.Jan 20 2016, 3:19 PM
Revision Contents
Diff 45457 include/llvm/Analysis/ConstantFolding.h
lib/Analysis/ConstantFolding.cpp
lib/Analysis/InstructionSimplify.cpp
|