0
0
mirror of https://github.com/llvm/llvm-project.git synced 2025-04-24 11:06:07 +00:00
Gergely Futo 3acfef56b1
[libunwind][RISCV] Make asm statement volatile ()
Compiling with `O3`, the `early-machinelicm` pass hoisted the asm
statement to a path that has been executed unconditionally during stack
unwinding. On hardware without vector extension support, this resulted
in reading a nonexistent register.
2025-03-10 10:13:33 +01:00
..