[PATCH] SROA: extract instead of shuffle when performing vector/array type punning

Eric Christopher echristo at gmail.com
Sat Feb 7 21:13:27 PST 2015


One small inline comment.


================
Comment at: lib/Transforms/Scalar/SROA.cpp:2611
@@ -2551,3 +2610,3 @@
 
-  Value *rewriteVectorizedLoadInst() {
+  Value *rewriteVectorizedLoadInst(Type *TargetTy) {
     unsigned BeginIndex = getIndex(NewBeginOffset);
----------------
Block comment here.

http://reviews.llvm.org/D7487

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/






More information about the llvm-commits mailing list