[RISCV] Replace some uses of XLenVT in RISCVDAGToDAGISel::Select with the original...
authorCraig Topper <craig.topper@sifive.com>
Thu, 30 Jun 2022 19:27:46 +0000 (12:27 -0700)
committerCraig Topper <craig.topper@sifive.com>
Thu, 30 Jun 2022 20:00:44 +0000 (13:00 -0700)
commitae5f5eb2f1ff1274ada495b067348461204eac27
treea9b4f32beee1f71cc946ccbf8e69c882483de917
parent0f94d2b385e7788bf232f7b868ed2ee86210201e
[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.
llvm/lib/Target/RISCV/RISCVISelDAGToDAG.cpp