[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:24:38 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:
I wasn't sure whether to include "-inst" in the name.
https://github.com/llvm/llvm-project/pull/133723
More information about the llvm-commits
mailing list