fhahn added inline comments.

================
Comment at: clang/lib/Sema/SemaChecking.cpp:2113
+  case Builtin::BI__builtin_reduce_xor:
     if (SemaBuiltinReduceMath(TheCall))
       return ExprError();
----------------
I think `reduce_xor` is only specified for integer types, so I think we need an 
extra check here?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D115231/new/

https://reviews.llvm.org/D115231

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to