[llvm] [AMDGPU][True16][CodeGen] add a d16 predicate for true16 mode (PR #156574)
Brox Chen via llvm-commits
llvm-commits at lists.llvm.org
Mon Sep 8 10:39:41 PDT 2025
================
@@ -16,15 +16,19 @@ def FalsePredicate : Predicate<"false">;
class True16PredicateClass<string cond> : Predicate<cond>;
def NoTrue16Predicate : True16PredicateClass<"">;
+class TrueD16PredicateClass<string cond> : Predicate<cond>;
----------------
broxigarchen wrote:
Changing to D16HWBUG flag, put it into OtherPredicates
https://github.com/llvm/llvm-project/pull/156574
More information about the llvm-commits
mailing list