[PATCH] D117223: [GlobalOpt] Make global SRA offset based
Nikita Popov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Feb 1 05:57:58 PST 2022
nikic added a comment.
@uabelho Thanks for the report. The issue is related to a handling of dead constant users in GlobalStatus, which is why the two opt invocations are relevant (dead constant users will get dropped).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D117223/new/
https://reviews.llvm.org/D117223
More information about the llvm-commits
mailing list