[llvm] AMDGPU: Use HasFP8ConversionInsts appropriately, NFC (PR #82024)

Ivan Kosarev via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 19 05:12:17 PST 2024


================
@@ -898,7 +898,7 @@ multiclass VOP1_Real_NO_DPP_OP_SEL_with_name<GFXGen Gen, bits<9> op,
   VOP1_Real_e32_with_name<Gen, op, opName, asmName>,
   VOP3_Real_with_name<Gen, {0, 1, 1, op{6-0}}, opName, asmName>;
 
-
+let OtherPredicates = [HasFP8ConversionInsts] in {
----------------
kosarev wrote:

Was thinking about adding `True16Predicate` as well. https://github.com/llvm/llvm-project/pull/82245 attempts to implement that.

https://github.com/llvm/llvm-project/pull/82024


More information about the llvm-commits mailing list