[llvm] 80fac30 - [X86] rot32.ll - remove old shld check prefixes
Simon Pilgrim via llvm-commits
llvm-commits at lists.llvm.org
Thu May 16 05:53:40 PDT 2024
Author: Simon Pilgrim
Date: 2024-05-16T13:53:25+01:00
New Revision: 80fac30a09ce0fbd2047cc210ec0a42cfa95b79d
URL: https://github.com/llvm/llvm-project/commit/80fac30a09ce0fbd2047cc210ec0a42cfa95b79d
DIFF: https://github.com/llvm/llvm-project/commit/80fac30a09ce0fbd2047cc210ec0a42cfa95b79d.diff
LOG: [X86] rot32.ll - remove old shld check prefixes
This was missed in 8dbd745b09c9f65fefc2ffac14e8f7f288766861
Added:
Modified:
llvm/test/CodeGen/X86/rot32.ll
Removed:
################################################################################
diff --git a/llvm/test/CodeGen/X86/rot32.ll b/llvm/test/CodeGen/X86/rot32.ll
index d8edd31c3c06a..114d558954f4c 100644
--- a/llvm/test/CodeGen/X86/rot32.ll
+++ b/llvm/test/CodeGen/X86/rot32.ll
@@ -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
More information about the llvm-commits
mailing list