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

Hal Finkel via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 26 19:24:53 PDT 2016


hfinkel added a comment.

In https://reviews.llvm.org/D22793#497101, @pcc wrote:

> - Remove pointer comparison language. Explicitly forbid ptrtoint. Clarify language related to constant expressions.


If we're relying on unnamed_addr, why do you need to forbid ptrtoint?


https://reviews.llvm.org/D22793





More information about the llvm-commits mailing list