[PATCH] D71128: [NVPTX][FIX] Expand atomics we cannot handle natively in the ISA
Johannes Doerfert via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Dec 6 13:02:15 PST 2019
jdoerfert added a comment.
Fixed the typo, copied test/Transforms/AtomicExpand/AMDGPU into NVPTX and changed the run lines accordingly. Then I run the update_test_checks. The result is different than before (some expansion happens), and close to the AMDGPU result, but I haven't verified everything.
I also added the pass explicitly to the NVPTX required passes. Are there existing tests to check the target specific pipeline?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D71128/new/
https://reviews.llvm.org/D71128
More information about the llvm-commits
mailing list