about summary refs log tree commit diff
path: root/compiler/rustc_trait_selection/src
diff options
context:
space:
mode:
authorAmanieu d'Antras <amanieu@gmail.com>2022-10-15 22:46:59 +0100
committerAmanieu d'Antras <amanieu@gmail.com>2022-10-15 23:42:11 +0100
commit6bfe7f01dce5a9c4d1711dc3f30a1f9c13d9eecb (patch)
tree71454c677701112bf233909b10969fd099ed457c /compiler/rustc_trait_selection/src
parent6b3ede3f7bc502eba7bbd202b4b9312d812adcd7 (diff)
downloadrust-6bfe7f01dce5a9c4d1711dc3f30a1f9c13d9eecb.tar.gz
rust-6bfe7f01dce5a9c4d1711dc3f30a1f9c13d9eecb.zip
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