[llvm] Fix AsmWriter to account for dynamic bit offsets (PR #146704)

Tom Tromey via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 2 11:09:18 PDT 2025


tromey wrote:

I clearly didn't test this enough and I wonder if some other approach here is needed, because:
```
bapiya. git grep -E '\b(offset|size): [0-9]' -- '*.ll' | wc -l
8922
```
... maybe not all of those need to be changed, but still.

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


More information about the llvm-commits mailing list