[PATCH] D98650: [NVPTX] Enable lowering of atomics on local memory
Artem Belevich via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Mar 15 12:11:48 PDT 2021
tra added a reviewer: tra.
tra added a comment.
I think the right place to deal with this is during the lowering. This pass just works around the actual problem.
================
Comment at: llvm/lib/Target/NVPTX/NVPTXAtomicLower.cpp:79
+ NVPTXAtomicLower, "nvptx-atomic-lower",
+ "Hoisting alloca instructions in non-entry blocks to the entry block",
+ false, false)
----------------
The description needs to be updated.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D98650/new/
https://reviews.llvm.org/D98650
More information about the llvm-commits
mailing list