[all-commits] [llvm/llvm-project] 116eb3: [RISCV] Correct copyPhysReg for GPRPF64. (#70419)
Craig Topper via All-commits
all-commits at lists.llvm.org
Thu Oct 26 23:54:59 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 116eb323b15c4bd616775dfb59e2e81badc1453a
https://github.com/llvm/llvm-project/commit/116eb323b15c4bd616775dfb59e2e81badc1453a
Author: Craig Topper <craig.topper at sifive.com>
Date: 2023-10-26 (Thu, 26 Oct 2023)
Changed paths:
M llvm/lib/Target/RISCV/RISCVInstrInfo.cpp
M llvm/test/CodeGen/RISCV/double-maximum-minimum.ll
M llvm/test/CodeGen/RISCV/double-select-fcmp.ll
Log Message:
-----------
[RISCV] Correct copyPhysReg for GPRPF64. (#70419)
GPRF64 represents a pair of registers. We were only copying the even
part. We need to copy the odd part too.
More information about the All-commits
mailing list