[llvm] [AMDGPU][NFC] Extend PredicateControl to support True16 predicates. (PR #82245)

Changpeng Fang via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 19 13:56:27 PST 2024


================
@@ -1484,8 +1484,8 @@ multiclass VOP3_Real_dpp8_with_name<GFXGen Gen, bits<10> op, string opName,
   let AsmString = asmName # ps.Pfl.AsmVOP3DPP8,
       DecoderNamespace = "DPP8"#Gen.DecoderNamespace#
                          !if(ps.Pfl.IsRealTrue16, "", "_FAKE16"),
-      OtherPredicates = !if(ps.Pfl.IsRealTrue16, [UseRealTrue16Insts],
----------------
changpeng wrote:

It is Okay to me to introduce True16Predicate if we don't know what is exactly in OtherPredicates when we try to extend it.


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


More information about the llvm-commits mailing list