[clang] [Clang] Support generic bit counting builtins on fixed boolean vectors (PR #154203)
John McCall via cfe-commits
cfe-commits at lists.llvm.org
Thu Aug 21 10:40:27 PDT 2025
================
@@ -1693,6 +1693,22 @@ getBitTestAtomicOrdering(BitTest::InterlockingKind I) {
llvm_unreachable("invalid interlocking");
}
+static llvm::Value *EmitIntegerExpr(CodeGenFunction &CGF, const Expr *E) {
----------------
rjmccall wrote:
This is a very specialized operation with a very generic-sounding name.
https://github.com/llvm/llvm-project/pull/154203
More information about the cfe-commits
mailing list