[PATCH] D21660: [X86][AVX] Peek through bitcasts to find the source of broadcasts

Ahmed Bougacha via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 24 13:27:19 PDT 2016


ab accepted this revision.
ab added a comment.
This revision is now accepted and ready to land.

LGTM


================
Comment at: lib/Target/X86/X86ISelLowering.cpp:8533
@@ +8532,3 @@
+        break;
+      V = V.getOperand(0);
+      continue;
----------------
V = VSrc;


Repository:
  rL LLVM

http://reviews.llvm.org/D21660





More information about the llvm-commits mailing list