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

Mariusz Sikora via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 19 06:59:37 PST 2023


mariusz-sikora-at-amd added inline comments.


================
Comment at: llvm/lib/Target/AMDGPU/AMDGPU.td:539
 
+def FeatureVFmacF64Inst : SubtargetFeature<"vfmacf64-inst",
+  "HasVFmacF64Inst",
----------------
arsenm wrote:
> the current convention drops the v prefix from the name
Thanks, I will prepare new change.


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