-
Notifications
You must be signed in to change notification settings - Fork 15.2k
Closed
Labels
good first issuehttps://github.com/llvm/llvm-project/contributehttps://github.com/llvm/llvm-project/contributemissed-optimizationvectorizers
Description
https://godbolt.org/z/T4sTh8W87
https://alive2.llvm.org/ce/z/fh2VmQ
define <2 x float> @src(<2 x float> %0, i8 %1) {
if.else433:
%2 = shufflevector <2 x float> %0, <2 x float> poison, <2 x i32> <i32 1, i32 poison>
%3 = fneg <2 x float> %0
%4 = shufflevector <2 x float> %2, <2 x float> %3, <2 x i32> <i32 0, i32 3>
ret <2 x float> %4
}
define <2 x float> @tgt(<2 x float> %0, i8 %1) {
if.else433:
%2 = fneg <2 x float> %0
%sv = shufflevector <2 x float> %0, <2 x float> %2, <2 x i32> <i32 1, i32 3>
ret <2 x float> %sv
}
Metadata
Metadata
Assignees
Labels
good first issuehttps://github.com/llvm/llvm-project/contributehttps://github.com/llvm/llvm-project/contributemissed-optimizationvectorizers