[PATCH] D16878: [POLLY] Support accesses with differently sized types to the same array
Johannes Doerfert via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 4 04:27:21 PST 2016
jdoerfert added inline comments.
================
Comment at: include/polly/Support/ScopHelper.h:151
@@ -141,3 +150,3 @@
llvm::Value *getValueOperand() const {
if (isLoad())
return asLoad();
----------------
This method (as well as most of the ones above) is now just a plain wrapper around the same one in llvm::Instruction. I argued this before and will do it again: __ Do not copy all these functions but instead use the original __
```
MAcc.asInstruction()->getDebugLoc();
```
is not soo bad is it?
http://reviews.llvm.org/D16878
More information about the llvm-commits
mailing list