Files
clang-p2996/llvm/lib/Target/RISCV/RISCVMergeBaseOffset.cpp
Craig Topper c901b739b6 [RISCV] Don't crash in RISCVMergeBaseOffset if INLINE_ASM uses address register in a non-memory constraint. (#100790)
If the register is used by a non-memory constraint we should disable the
fold. Otherwise, we may leave CommonOffset unassigned.

Fixes #100779.
2024-07-26 17:11:01 -07:00

20 KiB