[PATCH] D65523: SROA: Check Total Bits of vector type

Suyog Sarda via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 2 10:06:03 PDT 2019


ssarda marked an inline comment as done.
ssarda added inline comments.


================
Comment at: llvm/test/Transforms/SROA/vector-promotion-different-size.ll:13
+    ret <4 x i1> %vec
+}
----------------
arsenm wrote:
> Can you add some more tests with mismatched element types?
Added one more case


Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D65523/new/

https://reviews.llvm.org/D65523





More information about the llvm-commits mailing list