[clang] [clang][bytecode] Implement logical operators for vector type (PR #107678)

Timm Baeder via cfe-commits cfe-commits at lists.llvm.org
Sat Sep 7 02:25:57 PDT 2024


================
@@ -15,6 +15,7 @@
 #include "PrimType.h"
 #include "Program.h"
 #include "clang/AST/Attr.h"
+#include "clang/AST/OperationKinds.h"
----------------
tbaederr wrote:

What is this needed for? A call to `isLogicalOp()` was already in the file before.

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


More information about the cfe-commits mailing list