[PATCH] D64551: [X86] EltsFromConsecutiveLoads - support common source loads
Martin Storsjö via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 23 12:54:15 PDT 2019
mstorsjo added a comment.
In D64551#1597144 <https://reviews.llvm.org/D64551#1597144>, @mstorsjo wrote:
> This broke compilation for me, with https://martin.st/temp/simd_cmp_avx2.cpp, built with `clang -target i686-w64-mingw32 -c -O3 -mavx2 simd_cmp_avx2.cpp`, triggering failed asserts. I can file a proper bug later if necessary.
Filed as a bug at https://bugs.llvm.org/show_bug.cgi?id=42727.
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D64551/new/
https://reviews.llvm.org/D64551
More information about the llvm-commits
mailing list