Instead of returning a bool to indicate success and a separate
SDValue, return the SDValue and have the callers check if it is
null.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D112331
[TargetLowering] Simplify the interface of expandABS. NFC ClosedPublic Authored by craig.topper on Oct 22 2021, 9:36 AM.
Details Summary Instead of returning a bool to indicate success and a separate
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Oct 22 2021, 10:15 AM This revision was landed with ongoing or failed builds.Oct 22 2021, 10:22 AM Closed by commit rG04c184bba7d7: [TargetLowering] Simplify the interface of expandABS. NFC (authored by craig.topper). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 381592 llvm/include/llvm/CodeGen/TargetLowering.h
llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
llvm/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
llvm/lib/CodeGen/SelectionDAG/LegalizeVectorOps.cpp
llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp
llvm/lib/Target/ARM/ARMISelLowering.cpp
|