[PATCH] D144570: [X86] Add support for using Sched/Codesize information to `X86FixupInstTuning` Pass.
Noah Goldstein via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 22 17:42:23 PST 2023
goldstein.w.n marked an inline comment as done.
goldstein.w.n added inline comments.
================
Comment at: llvm/test/CodeGen/X86/tuning-shuffle-unpckpd.ll:63-66
; -LABEL: transform_VUNPCKLPDYrr:
; : # %bb.0:
; -NEXT: vshufps {{.*#+}} ymm0 = ymm0[0,1],ymm1[0,1],ymm0[4,5],ymm1[4,5]
; -NEXT: retq
----------------
pengfei wrote:
> This seems a bad check. Same below.
Fixed, sorry about that.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D144570/new/
https://reviews.llvm.org/D144570
More information about the llvm-commits
mailing list