[llvm] [llvm][TableGen] Count implicit defs as well as explicit ones in the GlobalISel TableGen emitter (PR #112673)
via llvm-commits
llvm-commits at lists.llvm.org
Sun Oct 20 15:28:38 PDT 2024
JL2210 wrote:
Luckily, this is what I was expecting. Printed a backtrace when this happened:
```
#11 0x0000600460d896b3 (anonymous namespace)::GlobalISelEmitter::importExplicitDefRenderers(std::_List_iterator<std::unique_ptr<llvm::gi::MatchAction, std::default_delete<llvm::gi::MatchAction>>>, llvm::gi::RuleMatcher&, llvm::gi::BuildMIAction&, llvm::TreePatternNode const&, llvm::TreePatternNode const&, unsigned int) /home/james/git/llvm-project/llvm/utils/TableGen/GlobalISelEmitter.cpp:1547:32
#12 0x0000600460d85087 (anonymous namespace)::GlobalISelEmitter::createAndImportInstructionRenderer(llvm::gi::RuleMatcher&, llvm::gi::InstructionMatcher&, llvm::TreePatternNode const&, llvm::TreePatternNode const&) /home/james/git/llvm-project/llvm/utils/TableGen/GlobalISelEmitter.cpp:1372:16
```
so I'm on the right track, at least
https://github.com/llvm/llvm-project/pull/112673
More information about the llvm-commits
mailing list