This is mostly a minor convenience, but the pattern seems frequent enough to be worthwhile (and we'll probably add more uses in the future).
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Unit Tests
Unit Tests
Paths
| Differential D105850
[SelectionDAG] Add an overload of getStepVector that assumes step 1. ClosedPublic Authored by efriedma on Jul 12 2021, 3:19 PM.
Details Summary This is mostly a minor convenience, but the pattern seems frequent enough to be worthwhile (and we'll probably add more uses in the future).
Diff Detail
Unit TestsFailed Event Timelineefriedma added a child revision: D105673: [SelectionDAG] Fix the representation of ISD::STEP_VECTOR..Jul 12 2021, 3:20 PM This revision is now accepted and ready to land.Jul 14 2021, 9:57 AM This revision was landed with ongoing or failed builds.Jul 14 2021, 11:37 AM Closed by commit rG1e30bf8621cc: [SelectionDAG] Add an overload of getStepVector that assumes step 1. (authored by efriedma). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 358079 llvm/include/llvm/CodeGen/SelectionDAG.h
llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp
llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
|