[PATCH] D20665: Claim NoAlias if two GEPs index different fields of the same struct
Taewook Oh via llvm-commits
llvm-commits at lists.llvm.org
Tue Jun 14 11:39:31 PDT 2016
twoh added a comment.
So I'm thinking of adding metadata that indicates the original type of the pointer operand to GEP instructions. With metadata, an analysis can tell if GEP's pointer operand is transformed from bitcast operation or not. What do you think?
Repository:
rL LLVM
http://reviews.llvm.org/D20665
More information about the llvm-commits
mailing list