[X86] setcc.ll - remove unnecessary cpu attributes

This commit is contained in:
Simon Pilgrim 2022-04-27 21:06:02 +01:00
parent 81b38668ff
commit edc80e7d43
1 changed files with 2 additions and 4 deletions

View File

@ -99,7 +99,7 @@ define i32 @t4(i32 %a) {
ret i32 %add
}
define i8 @t5(i32 %a) #0 {
define i8 @t5(i32 %a) {
; X86-LABEL: t5:
; X86: ## %bb.0:
; X86-NEXT: cmpl $0, {{[0-9]+}}(%esp)
@ -117,7 +117,7 @@ define i8 @t5(i32 %a) #0 {
ret i8 %.not
}
define zeroext i1 @t6(i32 %a) #0 {
define zeroext i1 @t6(i32 %a) {
; X86-LABEL: t6:
; X86: ## %bb.0:
; X86-NEXT: cmpl $0, {{[0-9]+}}(%esp)
@ -318,5 +318,3 @@ define i32 @PR55138(i32 %x) {
%and = and i32 %shr, 1
ret i32 %and
}
attributes #0 = { "target-cpu"="skylake-avx512" }