[all-commits] [llvm/llvm-project] 389021: [PassBuilder] Add RelLookupTableConverterPass to L...
gulfemsavrun via All-commits
all-commits at lists.llvm.org
Tue Jan 28 15:08:25 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 38902153fe66cb7a0685728a5a489dff944b4033
https://github.com/llvm/llvm-project/commit/38902153fe66cb7a0685728a5a489dff944b4033
Author: gulfemsavrun <gulfem at google.com>
Date: 2025-01-28 (Tue, 28 Jan 2025)
Changed paths:
M llvm/docs/ReleaseNotes.md
M llvm/lib/Passes/PassBuilderPipelines.cpp
M llvm/test/Other/new-pm-lto-defaults.ll
Log Message:
-----------
[PassBuilder] Add RelLookupTableConverterPass to LTO (#124053)
[PassBuilder] Add RelLookupTableConverterPass to LTO
This patch adds RelLookupTableConverterPass into the LTO
post-link optimization pass pipeline. This optimization
converts lookup tables to relative lookup tables to make
them PIC-friendly, which is already included in the non-LTO
pass pipeline. This patch adds this optimization to the
post-link optimization pipeline to discover more
opportunities in the LTO context.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list