[clang] [llvm] [AIX] support builtin_cpu_is() for aix (PR #80069)
Amy Kwan via cfe-commits
cfe-commits at lists.llvm.org
Thu Feb 8 12:33:40 PST 2024
================
@@ -16542,22 +16542,75 @@ Value *CodeGenFunction::EmitPPCBuiltinExpr(unsigned BuiltinID,
Intrinsic::ID ID = Intrinsic::not_intrinsic;
+#include "llvm/TargetParser/PPCTargetParser.def"
+ auto GetOpRes = [&](Value *FieldValue, unsigned Mask, unsigned Op,
----------------
amy-kwan wrote:
Combine these two lambdas into one lambda, and please document the lambda.
https://github.com/llvm/llvm-project/pull/80069
More information about the cfe-commits
mailing list