[PATCH] D21571: [AArch64] Avoid generating indexed vector instructions for Exynos

Sebastian Pop via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 19 07:44:08 PDT 2016


sebpop added a subscriber: sebpop.
sebpop added a comment.

> As it stands, I'm happy either way, as long as we make this more sensibly in due time. @t.p.northover, any comments on that?


It seems like @rengolin is ok with this change.
@t.p.northover could you please review as well?  Thanks!


================
Comment at: llvm/lib/Target/AArch64/AArch64VectorByElementOpt.cpp:285
@@ +284,3 @@
+            .addReg(SrcReg0, Src0IsKill)
+            .addReg(DupDest, Src1IsKill);
+  } else
----------------
@az please address this comment as well.


https://reviews.llvm.org/D21571





More information about the llvm-commits mailing list