[PATCH] D29885: [LSR] Pointers with different address spaces are considered incompatible.

Mikael Holmén via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 13 01:28:39 PST 2017


uabelho added a comment.

Very similar to https://reviews.llvm.org/D29717 but in LSR instead of LoopVectorize.

As I wrote in the commit message I haven't been able to reproduce this on an in-tree
target. If anyone knows a target where pointers in different address spaces have different
sizes, then I can probably fix a reproducer exposing a failed assertion in SCEV.


https://reviews.llvm.org/D29885





More information about the llvm-commits mailing list