[PATCH] D96257: [AMDGPU] Rename amdgcn_wwm to amdgcn_strict_wwm

Carl Ritson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 23 01:15:14 PST 2021


critson added inline comments.


================
Comment at: llvm/lib/Target/AMDGPU/SIInstructions.td:122
 
-// Pseudoinstruction for @llvm.amdgcn.wwm. It is turned into a copy post-RA, so
+// Pseudoinstruction for @llvm.amdgcn.strictwwm. It is turned into a copy post-RA, so
 // that the @earlyclobber is respected. The @earlyclobber is to make sure that
----------------
llvm.amdgcn.strict.wwm


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D96257/new/

https://reviews.llvm.org/D96257



More information about the llvm-commits mailing list