ShuffleBuilder generates a zero mask here:
[[TMP6:%.*]] = shufflevector <2 x float> [[TMP3]], <2 x float> poison, <4 x i32> zeroinitializer
But the correct mask is 0,0,1,1, or we should have reused TMP4.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo