[PATCH] D135269: [AMDGPU] Disable bool range metadata to workaround backend issue
Artem Belevich via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Oct 5 10:18:35 PDT 2022
tra added a comment.
Is there more info about the issue? What does AMDGPU currently emit for the test case?
AFAICT from running it on CE (https://godbolt.org/z/ccq3vnbrM) llvm optimizes it to essentially `*y = *x` and generates a 1-byte load+store for both NVPTX and AMDGPU.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D135269/new/
https://reviews.llvm.org/D135269
More information about the cfe-commits
mailing list