[all-commits] [llvm/llvm-project] ae5f5e: [RISCV] Replace some uses of XLenVT in RISCVDAGToD...
Craig Topper via All-commits
all-commits at lists.llvm.org
Thu Jun 30 13:01:19 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ae5f5eb2f1ff1274ada495b067348461204eac27
https://github.com/llvm/llvm-project/commit/ae5f5eb2f1ff1274ada495b067348461204eac27
Author: Craig Topper <craig.topper at sifive.com>
Date: 2022-06-30 (Thu, 30 Jun 2022)
Changed paths:
M llvm/lib/Target/RISCV/RISCVISelDAGToDAG.cpp
Log Message:
-----------
[RISCV] Replace some uses of XLenVT in RISCVDAGToDAGISel::Select with the original Node VT. NFCI
These should contain the same thing, but we aren't consistent about
which we use.
Since we call ReplaceNode, it seems more correct to use the initial VT.
More information about the All-commits
mailing list