[all-commits] [llvm/llvm-project] 1e155c: [X86] SimplifyDemandedBitsForTargetNode - add TEST...

Simon Pilgrim via All-commits all-commits at lists.llvm.org
Wed Apr 12 03:54:46 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 1e155ce9cd204621949347bb73630873efacda47
      https://github.com/llvm/llvm-project/commit/1e155ce9cd204621949347bb73630873efacda47
  Author: Simon Pilgrim <llvm-dev at redking.me.uk>
  Date:   2023-04-12 (Wed, 12 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] SimplifyDemandedBitsForTargetNode - add TESTPS/TESTPD support

We only need the sign bits from these nodes

Another step towards Issue #60007




More information about the All-commits mailing list