[PATCH] D26524: [AArch64] Sink sext when foldable in user GEPs
Jun Bum Lim via llvm-commits
llvm-commits at lists.llvm.org
Tue Nov 15 08:09:24 PST 2016
junbuml added a comment.
> When I first implemented this pass the intent was to get insights on how to do that in a generic way. Then, we added some logic to do that transformation as part of CGP. The goal was to kill that pass once and for all. The bottom line is instead of improving this pass, could teach the generic framework in CGP?
That makes sense. Let me try to make this more general in CGP. Thanks Quentin.
https://reviews.llvm.org/D26524
More information about the llvm-commits
mailing list