[PATCH] D44833: [InstCombine] peek through bitcasted vector/array pointer GEP operand

Eli Friedman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 23 14:56:37 PDT 2018


efriedma added a comment.

> ...but it's 5 years since the bug was filed, and the IR looks the same.

Yes, it's still a little awkward, but it would be too disruptive to change at this point.

That said, I'm surprised this matters; most pointer-related optimizations look through bitcasts.


https://reviews.llvm.org/D44833





More information about the llvm-commits mailing list