[clang] [llvm] [AMDGPU][clang][CodeGen][opt] Add late-resolved feature identifying predicates (PR #134016)

Erich Keane via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 2 06:21:03 PDT 2025


================
@@ -13329,6 +13359,9 @@ inline QualType Sema::CheckLogicalOperands(ExprResult &LHS, ExprResult &RHS,
   // The following is safe because we only use this method for
   // non-overloadable operands.
 
+  if (IsAMDGPUPredicateBI(LHS.get()) && IsAMDGPUPredicateBI(RHS.get()))
----------------
erichkeane wrote:

If we want to diagnose this not in the 'right' place we should, though that is going ot be absolutely fraught with problems.  But making it return `void` is not the way to do this.

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


More information about the llvm-commits mailing list