[all-commits] [llvm/llvm-project] 722cf5: [X86] combinePTESTCC - fold TESTZ(OR(LO(X), HI(X)), ...

Simon Pilgrim via All-commits all-commits at lists.llvm.org
Mon Apr 17 06:10:21 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 722cf542dac3831740d8387ff8f4eb3528789755
      https://github.com/llvm/llvm-project/commit/722cf542dac3831740d8387ff8f4eb3528789755
  Author: Simon Pilgrim <llvm-dev at redking.me.uk>
  Date:   2023-04-17 (Mon, 17 Apr 2023)

  Changed paths:
    M llvm/lib/Target/X86/X86ISelLowering.cpp
    M llvm/test/CodeGen/X86/combine-testpd.ll
    M llvm/test/CodeGen/X86/combine-testps.ll

  Log Message:
  -----------
  [X86] combinePTESTCC - fold TESTZ(OR(LO(X),HI(X)),OR(LO(Y),HI(Y))) -> TESTZ(X,Y) for TESTPS/TESTPD ops

Followup to the fix for #62171, adding support for TESTPS/TESTPD opcodes




More information about the All-commits mailing list