[all-commits] [llvm/llvm-project] 39811e: [llvm][test] enable/disable -verify-machineinstrs ...
Nick Desaulniers via All-commits
all-commits at lists.llvm.org
Thu Feb 16 20:28:35 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 39811e2e537de415b68d1ed9edee716dbc59a4ed
https://github.com/llvm/llvm-project/commit/39811e2e537de415b68d1ed9edee716dbc59a4ed
Author: Nick Desaulniers <ndesaulniers at google.com>
Date: 2023-02-16 (Thu, 16 Feb 2023)
Changed paths:
M llvm/test/CodeGen/AArch64/callbr-asm-outputs-indirect-isel.ll
M llvm/test/CodeGen/PowerPC/callbr-asm-outputs-indirect-isel.ll
M llvm/test/CodeGen/X86/callbr-asm-outputs-indirect-isel-m32.ll
M llvm/test/CodeGen/X86/callbr-asm-outputs-indirect-isel.ll
Log Message:
-----------
[llvm][test] enable/disable -verify-machineinstrs where possible for callbr
I introduced new tests in
commit 5cc1016a57b3 ("[llvm][SelectionDAGBuilder] codegen callbr.landingpad intrinsic")
https://reviews.llvm.org/D140160
that fails expensive checks. Disable -verify-machineinstrs in those
tests for now. Enable it in other tests for now, since MachineVerifier
isn't on by default for assertion builds.
Link: https://github.com/llvm/llvm-project/issues/60827
More information about the All-commits
mailing list