[all-commits] [llvm/llvm-project] 85d604: [ARM] Regenerate Thumb PR35481.ll test. NFC

David Green via All-commits all-commits at lists.llvm.org
Sat Jul 31 08:29:12 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 85d6045b88aee1d7d92eacec0099984911d7202d
      https://github.com/llvm/llvm-project/commit/85d6045b88aee1d7d92eacec0099984911d7202d
  Author: David Green <david.green at arm.com>
  Date:   2021-07-31 (Sat, 31 Jul 2021)

  Changed paths:
    M llvm/test/CodeGen/Thumb/PR35481.ll

  Log Message:
  -----------
  [ARM] Regenerate Thumb PR35481.ll test. NFC


  Commit: 15a1d7e839229f3d9f5fd0a2e1255236a8f3565a
      https://github.com/llvm/llvm-project/commit/15a1d7e839229f3d9f5fd0a2e1255236a8f3565a
  Author: David Green <david.green at arm.com>
  Date:   2021-07-31 (Sat, 31 Jul 2021)

  Changed paths:
    M llvm/lib/Target/ARM/ARMISelLowering.cpp
    M llvm/test/CodeGen/Thumb2/mve-vecreduce-mla.ll
    M llvm/test/CodeGen/Thumb2/mve-vecreduce-mlapred.ll

  Log Message:
  -----------
  [ARM] Switch order of creating VADDV and VMLAV.

It can be beneficial to attempt to try the larger VMLAV patterns before
VADDV, in case both may match the same code.


Compare: https://github.com/llvm/llvm-project/compare/c726b627ad0b...15a1d7e83922


More information about the All-commits mailing list