Add a FIXME that will be immediately removed in D130127.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
| llvm/test/CodeGen/X86/tail-dup-asm-goto.ll | ||
|---|---|---|
| 78 | This is going to break the expensive check build bots, so you might want to add an explicit -verify-machineinstrs=0. | |
| llvm/test/CodeGen/X86/tail-dup-asm-goto.ll | ||
|---|---|---|
| 78 | Done. I've heard about "expensive checks" but don't know much about them. Is that a cmake config? Does it run machine verification explicitly? | |
Comment Actions
LG
| llvm/test/CodeGen/X86/tail-dup-asm-goto.ll | ||
|---|---|---|
| 78 | Yes, this is the LLVM_ENABLE_EXPENSIVE_CHECKS cmake option. It mostly enables various verifiers (including verify-machineinstrs) that are not otherwise enabled by default. | |
This is going to break the expensive check build bots, so you might want to add an explicit -verify-machineinstrs=0.