[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 11:40:06 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:
Do you have any examples that we can not use pasting to resolve the overriding issue for OtherPredicates?
https://github.com/llvm/llvm-project/pull/82245
More information about the llvm-commits
mailing list