[all-commits] [llvm/llvm-project] 78e4ae: [NewPM][test] Fix accelerate-vector-functions.ll u...

aeubanks via All-commits all-commits at lists.llvm.org
Tue Aug 25 10:50:45 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 78e4aeb7839e2e44781c8d26a47e006860f751b6
      https://github.com/llvm/llvm-project/commit/78e4aeb7839e2e44781c8d26a47e006860f751b6
  Author: Arthur Eubanks <aeubanks at google.com>
  Date:   2020-08-25 (Tue, 25 Aug 2020)

  Changed paths:
    M llvm/test/Transforms/SLPVectorizer/AArch64/accelerate-vector-functions.ll

  Log Message:
  -----------
  [NewPM][test] Fix accelerate-vector-functions.ll under NPM

The legacy SLPVectorizer has a dependency on InjectTLIMappingsLegacy.
That cannot be expressed in the new PM since they are both normal
passes. Explicitly add -inject-tli-mappings as a pass.

Reviewed By: spatel

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




More information about the All-commits mailing list