[PATCH] D16878: [POLLY] Support accesses with differently sized types to the same array

Michael Kruse via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 4 04:14:03 PST 2016


Meinersbur added inline comments.

================
Comment at: include/polly/Support/ScopHelper.h:151
@@ -141,1 +150,3 @@
+  }
+
   llvm::Value *getValueOperand() const {
----------------
getDebugLoc() is declared in llvm::Instruction. Just use
```
const llvm::DebugLoc &getDebugLoc() const {
    return I->getDebugLoc();
}
```


http://reviews.llvm.org/D16878





More information about the llvm-commits mailing list