[all-commits] [llvm/llvm-project] 198259: [ARM] Test for VMINNM/VMAXNM in tail predicated lo...

David Green via All-commits all-commits at lists.llvm.org
Tue Aug 31 10:19:21 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 198259becbcf14fb8dd9abdf246c5e49a253a91e
      https://github.com/llvm/llvm-project/commit/198259becbcf14fb8dd9abdf246c5e49a253a91e
  Author: David Green <david.green at arm.com>
  Date:   2021-08-31 (Tue, 31 Aug 2021)

  Changed paths:
    A llvm/test/CodeGen/Thumb2/mve-vmaxnma-tailpred.ll

  Log Message:
  -----------
  [ARM] Test for VMINNM/VMAXNM in tail predicated loops.


  Commit: 22c384129e95f286953c1019ce29704b475c5bec
      https://github.com/llvm/llvm-project/commit/22c384129e95f286953c1019ce29704b475c5bec
  Author: David Green <david.green at arm.com>
  Date:   2021-08-31 (Tue, 31 Aug 2021)

  Changed paths:
    M llvm/lib/Target/ARM/ARMInstrMVE.td
    M llvm/test/CodeGen/Thumb2/mve-vmaxnma-tailpred.ll
    M llvm/unittests/Target/ARM/MachineInstrTest.cpp

  Log Message:
  -----------
  [ARM] Add missing validForTailPredication for VMINNM/VMAXNM

Apparently this was missing, preventing the generation of tail
predication loops containing VMINNM, VMAXNM, VMINNMA and VMAXNMA.


Compare: https://github.com/llvm/llvm-project/compare/4f7fb13f87e1...22c384129e95


More information about the All-commits mailing list