[AVX512] lowerV4X128VectorShuffle doesn't correctly select input operands .
https://llvm.org/bugs/show_bug.cgi?id=26914
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
lib/Target/X86/X86ISelLowering.cpp | ||
---|---|---|
11562 | Why not just set the Ops[] element to UNDEF? | |
test/CodeGen/X86/vector-shuffle-512-v8.ll | ||
2283 | Typically we just use a single 'u' to indicate that the shuffle mask element is undefined. In this case the test would be called: shuffle_v8f64_2301uu67. Similar for the other tests. |
Comment Actions
LGTM
test/CodeGen/X86/vector-shuffle-512-v8.ll | ||
---|---|---|
2299 | Shouldn't this be shuffle_v8f64_uuuu2301 ? |
Why not just set the Ops[] element to UNDEF?