[PATCH] D96823: [AMDGPU] Mark SMRD atomics
Matt Arsenault via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Feb 16 16:48:02 PST 2021
arsenm added inline comments.
================
Comment at: llvm/lib/Target/AMDGPU/SMInstructions.td:600
+ : SMEM_Real_vi <op, ps>,
+ AtomicNoRet <!subst("_RTN","",NAME), ps.glc> {
----------------
Why parse this out instead of appending _RTN?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D96823/new/
https://reviews.llvm.org/D96823
More information about the llvm-commits
mailing list