[PATCH] D92965: [NFC] Remove unused prefixes in llvm/test/CodeGen/X86
Simon Pilgrim via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Dec 15 09:37:32 PST 2020
RKSimon 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
----------------
Please can you regenerate and pre-commit this file with the @PLT fix? Then rebase this patch.
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