[PATCH] D31924: SROA: Allow eliminating addrspacecasted allocas
Eli Friedman via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Apr 11 11:42:26 PDT 2017
efriedma added inline comments.
================
Comment at: docs/LangRef.rst:8452
+and then indexed should give the same result as an equivalent indexing
+calculation in the original address space and then casted.
----------------
Do we need to restrict this rule to inbounds indexing?
https://reviews.llvm.org/D31924
More information about the llvm-commits
mailing list