about summary refs log tree commit diff
path: root/compiler/rustc_trait_selection/src
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2022-11-04 10:39:04 +0000
committerbors <bors@rust-lang.org>2022-11-04 10:39:04 +0000
commit47c008e440e59d793c2883f7dd712481dc965045 (patch)
treede68e6352bb1f38909bc4a1a129d177aa31b37f5 /compiler/rustc_trait_selection/src
parent2efb0cd4b2240c878c36112a5ec207837c15928a (diff)
parent6bfe7f01dce5a9c4d1711dc3f30a1f9c13d9eecb (diff)
downloadrust-47c008e440e59d793c2883f7dd712481dc965045.tar.gz
rust-47c008e440e59d793c2883f7dd712481dc965045.zip
Auto merge of #103098 - Amanieu:asm-tied-fixed, r=bjorn3
asm: Match clang behavior for inlateout fixed register operands

We have 2 options for representing LLVM constraints for `inlateout` operands on a fixed register (e.g. `r0`): `={r0},0` or `={r0},{r0}`.

This PR changes the behavior to the latter, which matches the behavior of Clang since https://reviews.llvm.org/D87279.
Diffstat (limited to 'compiler/rustc_trait_selection/src')
0 files changed, 0 insertions, 0 deletions