[PATCH] D23306: Fix bug in DAGBuilder for getelementptr with expanded vector.

Michael Kuperstein via llvm-commits llvm-commits at lists.llvm.org
Sun Aug 14 16:24:47 PDT 2016


mkuper added a comment.

The test looks better now - but, as I wrote on the last iteration, please specify a triple (either as part of the IR, or, better yet, pass -mtriple to llc).
Otherwise, the test is dependent on the host triple - so you'll break every build that's not x86_64.


https://reviews.llvm.org/D23306





More information about the llvm-commits mailing list