[all-commits] [llvm/llvm-project] 4e9794: [NFC][RISCV] Use -O0 in trampoline test for easier...
Jesse Huang via All-commits
all-commits at lists.llvm.org
Mon Jun 2 12:14:26 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 4e9794fdbe266ce8e473c97f7ddc7b604780e5a0
https://github.com/llvm/llvm-project/commit/4e9794fdbe266ce8e473c97f7ddc7b604780e5a0
Author: Jesse Huang <jesse.huang at sifive.com>
Date: 2025-06-03 (Tue, 03 Jun 2025)
Changed paths:
M llvm/test/CodeGen/RISCV/rv64-trampoline.ll
Log Message:
-----------
[NFC][RISCV] Use -O0 in trampoline test for easier code observation (#142332)
A portion of the trampoline code is optimized into a load from the
constant pool, making the lit test unable to capture the value of it.
Disabling the optimization can keep them load from immediates and able
to observe any value changes.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list