[llvm] [NVPTX] Stop using 16-bit CAS instructions from PTX (PR #119349)
Akshay Deodhar via llvm-commits
llvm-commits at lists.llvm.org
Tue Dec 17 04:12:43 PST 2024
akshayrdeodhar wrote:
Recreated PR here: https://github.com/llvm/llvm-project/pull/120220
SASS codegen for cmpxchg is better when emulated using 32-bit CAS.
https://github.com/llvm/llvm-project/pull/119349
More information about the llvm-commits
mailing list