[all-commits] [llvm/llvm-project] 9ae28f: [RISCV] Prevent RISCVMergeBaseOffsetOpt from calli...
Craig Topper via All-commits
all-commits at lists.llvm.org
Fri Jan 19 12:15:20 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9ae28fb9d3b8d8f3db7cc55c164aa1ceb4df300c
https://github.com/llvm/llvm-project/commit/9ae28fb9d3b8d8f3db7cc55c164aa1ceb4df300c
Author: Craig Topper <craig.topper at sifive.com>
Date: 2024-01-19 (Fri, 19 Jan 2024)
Changed paths:
M llvm/lib/Target/RISCV/RISCVMergeBaseOffset.cpp
M llvm/test/CodeGen/RISCV/fold-addi-loadstore.ll
Log Message:
-----------
[RISCV] Prevent RISCVMergeBaseOffsetOpt from calling getVRegDef on a physical register. (#78762)
Fixes #78679.
More information about the All-commits
mailing list