[llvm] [GISel] Add debug counter to force sdag fallback (PR #78257)

Amara Emerson via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 16 03:27:29 PST 2024


aemerson wrote:

When I did the daemon based bisector a few years back I had to put the fallback trigger in the InstructionSelect pass, since it's possible to fall back naturally all the way through the pipeline. That is if you want to trigger after exactly *N* GISel functions compiled.

https://github.com/llvm/llvm-project/pull/78257


More information about the llvm-commits mailing list