[PATCH] D65523: SROA: Check Total Bits of vector type
Matt Arsenault via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 1 11:38:58 PDT 2019
arsenm added inline comments.
================
Comment at: llvm/test/Transforms/SROA/vector-promotion-different-size.ll:13
+ ret <4 x i1> %vec
+}
----------------
Can you add some more tests with mismatched element types?
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