[PATCH] D142017: [AMDGPU] Add feature predicate for v_fmac_f64 instruction

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 19 05:51:05 PST 2023


arsenm added inline comments.


================
Comment at: llvm/lib/Target/AMDGPU/AMDGPU.td:539
 
+def FeatureVFmacF64Inst : SubtargetFeature<"vfmacf64-inst",
+  "HasVFmacF64Inst",
----------------
the current convention drops the v prefix from the name


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D142017



More information about the llvm-commits mailing list