[all-commits] [llvm/llvm-project] e3f533: [RISCV][GISel] Don't setType on PtrReg in RISCVIns...
Craig Topper via All-commits
all-commits at lists.llvm.org
Sun Oct 15 21:34:23 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e3f533201c61beb49ffcf7c565ffe07763b7a616
https://github.com/llvm/llvm-project/commit/e3f533201c61beb49ffcf7c565ffe07763b7a616
Author: Craig Topper <craig.topper at sifive.com>
Date: 2023-10-15 (Sun, 15 Oct 2023)
Changed paths:
M llvm/lib/Target/RISCV/GISel/RISCVInstructionSelector.cpp
Log Message:
-----------
[RISCV][GISel] Don't setType on PtrReg in RISCVInstructionSelector::replacePtrWithInt.
PtrReg is still a pointer. It's being passed to G_PTRTOINT as a pointer.
More information about the All-commits
mailing list