This patch adds StringTable class which is used to prepare
strings for emission into the .debug_str table. Specifically,
this class translates strings if necessary, keeps them in order,
assigns index and offset.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Unit Tests
Unit Tests
Time | Test | |
---|---|---|
1,520 ms | x64 debian > LLVM.CodeGen/AMDGPU::wave32.ll | |
60,040 ms | x64 debian > MLIR.Examples/standalone::test.toy |
Should we call this StringTable?