[llvm] [llvm][TableGen] Count implicit defs as well as explicit ones in the GlobalISel TableGen emitter (PR #112673)
Sergei Barannikov via llvm-commits
llvm-commits at lists.llvm.org
Sun Oct 20 01:29:48 PDT 2024
s-barannikov wrote:
Here is a reduced td file
[test.td.txt](https://github.com/user-attachments/files/17449571/test.td.txt)
```
$ mv test.td.txt test.td
$ <...>/bin/llvm-tblgen -gen-global-isel test.td -I <...>/llvm/include
```
https://github.com/llvm/llvm-project/pull/112673
More information about the llvm-commits
mailing list