Skip to content

Commit

Permalink
[X86] rot32.ll - remove old shld check prefixes
Browse files Browse the repository at this point in the history
This was missed in 8dbd745
  • Loading branch information
RKSimon committed May 16, 2024
1 parent e948da1 commit 80fac30
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions llvm/test/CodeGen/X86/rot32.ll
Original file line number Diff line number Diff line change
Expand Up @@ -285,8 +285,6 @@ define i32 @xunp(ptr %p) nounwind readnone {
; BMI264-NEXT: rorxl $7, (%rdi), %eax
; BMI264-NEXT: retq
entry:
; shld-label: xunp:
; shld: shldl $25
%x = load i32, ptr %p
%a = lshr i32 %x, 7
%b = shl i32 %x, 25
Expand Down

0 comments on commit 80fac30

Please sign in to comment.