This capability in the AssemblyWriter allows to print users of an operation as a comment as proposed in git issue #53286.
To be able to refer to void type users such as store or ret, an option to generate slot numbers for void instructions is added.
Details
Details
- Reviewers
- None
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Unit Tests
Unit Tests
Time | Test | |
---|---|---|
60,030 ms | x64 debian > MLIR.Examples/standalone::test.toy |
Event Timeline
Comment Actions
There may be some confusion happening here. It looks like you intended to add support for MLIR (given the commit title and bug reference), but the files in this commit are adding support to LLVM instead. MLIR and LLVM have different underlying infrastructure. (though this may still be a welcome addition for LLVM users)
Comment Actions
@rriddle You are right, sorry about that. I will close this patch and reopen it with the correct description.