[PATCH] D26524: [AArch64] Sink sext when foldable in user GEPs

Quentin Colombet via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 14 16:20:23 PST 2016


qcolombet added a comment.

Hi,

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?

Cheers,
Quentin


https://reviews.llvm.org/D26524





More information about the llvm-commits mailing list