[llvm-branch-commits] [clang] [CIR][AArch64] Add missing lowerings for vceqz_* Neon builtins (PR #184402)
Andy Kaylor via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Wed Mar 4 11:54:20 PST 2026
================
@@ -102,6 +102,8 @@ class CIRGenConsumer : public clang::ASTConsumer {
if (!FEOptions.ClangIRDisableCIRVerifier) {
if (!Gen->verifyModule()) {
+ // HACK!!
+ Gen->getModule().dump();
----------------
andykaylor wrote:
Did you mean to delete this?
https://github.com/llvm/llvm-project/pull/184402
More information about the llvm-branch-commits
mailing list