[all-commits] [llvm/llvm-project] 83e3ea: [LowerTypeTests][NewPM] Add constructor that uses ...

aeubanks via All-commits all-commits at lists.llvm.org
Fri Sep 25 17:40:23 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 83e3ea2cfce69d2b2b4b831ca78335c349df4fdd
      https://github.com/llvm/llvm-project/commit/83e3ea2cfce69d2b2b4b831ca78335c349df4fdd
  Author: Arthur Eubanks <aeubanks at google.com>
  Date:   2020-09-25 (Fri, 25 Sep 2020)

  Changed paths:
    M llvm/include/llvm/Transforms/IPO/LowerTypeTests.h
    M llvm/lib/Passes/PassRegistry.def
    M llvm/lib/Transforms/IPO/LowerTypeTests.cpp
    M llvm/test/Transforms/LowerTypeTests/simple.ll

  Log Message:
  -----------
  [LowerTypeTests][NewPM] Add constructor that uses command line flags

This matches the legacy PM pass by having one constructor use command
line flags, and the other use parameters to the pass.

This fixes all tests under Transforms/LowerTypeTests using NPM.

Reviewed By: ychen, pcc

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




More information about the All-commits mailing list