[PATCH] D22793: IR: Introduce inbounds attribute on getelementptr indices.

Mehdi AMINI via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 26 11:45:56 PDT 2016


mehdi_amini added a comment.

Will this play well with GetUnderlyingObject? Aren't we using it in some places to rewrite the memory accesses? Will this feature be intrusive in all the code that deal with GEP and memory accesses to honor/preserve this "inbound"?


https://reviews.llvm.org/D22793





More information about the llvm-commits mailing list