[PATCH] D94020: [AMDGPU] Remove deprecated V_MUL_LO_I32 from GFX10

Stanislav Mekhanoshin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 4 16:22:01 PST 2021


rampitec requested changes to this revision.
rampitec added inline comments.
This revision now requires changes to proceed.


================
Comment at: llvm/lib/Target/AMDGPU/AMDGPU.td:1137
+            "Subtarget->getGeneration() == AMDGPUSubtarget::GFX10">,
+  AssemblerPredicate<(all_of FeatureGFX10Insts,(not FeatureGFX10_BEncoding))>;
+
----------------
Please use GFX10_3Insts, not encoding.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D94020



More information about the llvm-commits mailing list