[all-commits] [llvm/llvm-project] 1e30bf: [SelectionDAG] Add an overload of getStepVector th...
Eli Friedman via All-commits
all-commits at lists.llvm.org
Wed Jul 14 11:38:00 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1e30bf8621cc123a7afba3246a36187c5ce3c836
https://github.com/llvm/llvm-project/commit/1e30bf8621cc123a7afba3246a36187c5ce3c836
Author: Eli Friedman <efriedma at quicinc.com>
Date: 2021-07-14 (Wed, 14 Jul 2021)
Changed paths:
M llvm/include/llvm/CodeGen/SelectionDAG.h
M llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp
M llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
M llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
Log Message:
-----------
[SelectionDAG] Add an overload of getStepVector that assumes step 1.
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).
Differential Revision: https://reviews.llvm.org/D105850
More information about the All-commits
mailing list