Koakuma 2e1fab9346
[SPARC] Prevent meta instructions from being inserted into delay slots (#161111)
Do not move meta instructions like `FAKE_USE`/`@llvm.fake.use` into
delay slots, as they don't correspond to real machine instructions.

This should fix crashes when compiling with, for example, `clang -Og`.
2025-10-03 19:25:08 +07:00
..