Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[libcxx] Adjust inline assembly constraints for the AMDGPU target (ll…
…vm#101747) Summary: These assembly constraints are illegal / invalid on the AMDGPU target. The `r` constraint is only valid on inputs and the `m` constraint isn't accepted at all. The NVPTX target can handle them because it uses a more permissive virtual machine (PTX is an IR). Simply add exceptions on the target to make these work.
- Loading branch information