[PATCH] D92965: [NFC] Remove unused prefixes in llvm/test/CodeGen/X86
Mircea Trofin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Dec 15 09:54:38 PST 2020
mtrofin marked an inline comment as done.
mtrofin added inline comments.
================
Comment at: llvm/test/CodeGen/X86/extract-bits.ll:456
; X86-NOBMI-NEXT: movl %eax, (%esp)
-; X86-NOBMI-NEXT: calll use32
+; X86-NOBMI-NEXT: calll use32 at PLT
; X86-NOBMI-NEXT: movl %esi, %eax
----------------
RKSimon wrote:
> Please can you regenerate and pre-commit this file with the @PLT fix? Then rebase this patch.
done. I think we want also extract-lowbits.ll
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D92965/new/
https://reviews.llvm.org/D92965
More information about the llvm-commits
mailing list