[llvm] [AMDGPU] Add subtarget feature for v_lshl_add_u64. NFC. (PR #133723)

Jay Foad via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 31 07:59:00 PDT 2025


================
@@ -1269,6 +1269,10 @@ def FeatureDynamicVGPRBlockSize32 : SubtargetFeature<"dynamic-vgpr-block-size-32
   "Use a block size of 32 for dynamic VGPR allocation (default is 16)"
 >;
 
+def FeatureLshlAddU64
----------------
jayfoad wrote:

OK, yes, the convention seems to be to use `Inst` or `Insts` in the name.

https://github.com/llvm/llvm-project/pull/133723


More information about the llvm-commits mailing list