[PATCH] D155236: [ConstantHoisting] use struct rather than tuple for adjustments
Bill Wendling via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jul 14 11:47:57 PDT 2023
void added a comment.
I'm not familiar with this code, but why not place the information into `ConstantUser` instead? Or maybe make the struct a private member of `ConstantHoistingPass`.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D155236/new/
https://reviews.llvm.org/D155236
More information about the llvm-commits
mailing list