[PATCH] D17936: [LICM] Don't silently ignore constant expressions in promoteLoopAccessesToScalars()
Philip Reames via llvm-commits
llvm-commits at lists.llvm.org
Fri Mar 11 18:35:51 PST 2016
reames added a comment.
The easiest answer is probably to use getRawDest. The use of the stripPointerCasts is inconsistent with the rest of AST and LICM.
http://reviews.llvm.org/D17936
More information about the llvm-commits
mailing list