[libcxx-commits] [libcxx] [libcxx] Adjust inline assembly constraints for the AMDGPU target (PR #101747)

Joseph Huber via libcxx-commits libcxx-commits at lists.llvm.org
Sat Aug 3 06:08:53 PDT 2024


jhuber6 wrote:

> Did you verify the change in constrains still works as intended and not optimize away code?

They should, however when running tests I noticed that a few don't like the `v` constraints since they don't fit into a VGPR, so I'll probably need to adjust that somehow.

https://github.com/llvm/llvm-project/pull/101747


More information about the libcxx-commits mailing list