[all-commits] [llvm/llvm-project] 38e532: [LSR] Add masked load and store handling

David Green via All-commits all-commits at lists.llvm.org
Wed Mar 4 10:36:44 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 38e532278e3190f28fec3ac06cc113c63273d4d8
      https://github.com/llvm/llvm-project/commit/38e532278e3190f28fec3ac06cc113c63273d4d8
  Author: David Green <david.green at arm.com>
  Date:   2020-03-04 (Wed, 04 Mar 2020)

  Changed paths:
    M llvm/lib/Transforms/Scalar/LoopStrengthReduce.cpp
    M llvm/test/CodeGen/Thumb2/mve-postinc-lsr.ll

  Log Message:
  -----------
  [LSR] Add masked load and store handling

This teaches Loop Strength Reduction the details about masked load and
store address operands, so that it can have a better time optimising
them as it would for normal loads and stores.

Differential Revision: https://reviews.llvm.org/D75371




More information about the All-commits mailing list