about summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm/src
diff options
context:
space:
mode:
authorTomasz Miąsko <tomasz.miasko@gmail.com>2025-03-05 13:14:08 +0100
committerTomasz Miąsko <tomasz.miasko@gmail.com>2025-03-06 20:00:24 +0100
commit5c1733e4f4d51d7887a117a06ac4c465d55c3b8d (patch)
tree448ceb3460ccbde5e88b031ec1a500751b30d88e /compiler/rustc_codegen_llvm/src
parentc5b7a9c4b5b06cab36b0e3914854d6ee4a600d46 (diff)
downloadrust-5c1733e4f4d51d7887a117a06ac4c465d55c3b8d.tar.gz
rust-5c1733e4f4d51d7887a117a06ac4c465d55c3b8d.zip
Break critical edges in inline asm before code generation
An inline asm terminator defines outputs along its target edges -- a
fallthrough target and labeled targets. Code generation implements this
by inserting code directly into the target blocks. This approach works
only if the target blocks don't have other predecessors.

Establish required invariant by extending existing code that breaks
critical edges before code generation.
Diffstat (limited to 'compiler/rustc_codegen_llvm/src')
0 files changed, 0 insertions, 0 deletions