[PATCH] D100602: [AMDGPU] Refactor VOP3P Profile and AsmParser, NFC
Matt Arsenault via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Apr 15 15:35:33 PDT 2021
arsenm added inline comments.
================
Comment at: llvm/lib/Target/AMDGPU/VOP3PInstructions.td:44-59
+ def NAME : VOP3P_Pseudo<OpName, P,
+ !if (P.HasModifiers,
+ getVOP3PModPat<P, node, HasExplicitClamp>.ret,
+ getVOP3Pat<P, node>.ret)>;
+}
+
----------------
What's the point of using a multiclass for a single field?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D100602/new/
https://reviews.llvm.org/D100602
More information about the llvm-commits
mailing list