Also update UnaryOperator to support isa, cast, and dyn_cast.
Details
Details
Diff Detail
Diff Detail
Paths
| Differential D62417
[IRBuilder] Add CreateUnOp(...) to the IRBuilder ClosedPublic Authored by cameron.mcinally on May 24 2019, 12:10 PM.
Details Summary Also update UnaryOperator to support isa, cast, and dyn_cast.
Diff Detail Event TimelineThis revision is now accepted and ready to land.May 26 2019, 10:30 PM craig.topper added a child revision: D62510: [LoopVectorize] Add FNeg instruction support.May 27 2019, 10:51 PM Closed by commit rL361816: [IRBuilder] Add CreateUnOp(...) to the IRBuilder to support unary FNeg (authored by mcinally). · Explain WhyMay 28 2019, 6:01 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 201306 llvm/include/llvm/Analysis/TargetFolder.h
llvm/include/llvm/IR/ConstantFolder.h
llvm/include/llvm/IR/IRBuilder.h
llvm/include/llvm/IR/InstrTypes.h
llvm/include/llvm/IR/NoFolder.h
llvm/unittests/IR/IRBuilderTest.cpp
|