This patch is extraction from the https://reviews.llvm.org/D126883.
It removes DwarfStringPoolEntryRef::isIndexed() and isIndexed bit
since they are not used.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D126958
[Debuginfo][DWARF][NFC] Refactor DwarfStringPoolEntryRef - remove isIndexed(). ClosedPublic Authored by avl on Jun 3 2022, 4:16 AM.
Details Summary This patch is extraction from the https://reviews.llvm.org/D126883.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Jun 3 2022, 4:47 PM This revision was landed with ongoing or failed builds.Jun 5 2022, 11:20 AM Closed by commit rG501d5b24db50: [Debuginfo][DWARF][NFC] Refactor DwarfStringPoolEntryRef - remove isIndexed(). (authored by avl). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 434341 llvm/include/llvm/CodeGen/DwarfStringPoolEntry.h
llvm/lib/CodeGen/AsmPrinter/DwarfStringPool.cpp
llvm/lib/CodeGen/NonRelocatableStringpool.cpp
llvm/unittests/CodeGen/DIEHashTest.cpp
|