[all-commits] [llvm/llvm-project] 872c57: [NewPM] Change tests to run them without PreserveC...

Yevgeny Rouban via All-commits all-commits at lists.llvm.org
Mon Apr 5 21:34:21 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 872c57c90ac66a7a190fd575e4258eb06cec624e
      https://github.com/llvm/llvm-project/commit/872c57c90ac66a7a190fd575e4258eb06cec624e
  Author: Yevgeny Rouban <yrouban at azul.com>
  Date:   2021-04-06 (Tue, 06 Apr 2021)

  Changed paths:
    M llvm/test/Other/loop-pm-invalidation.ll
    M llvm/test/Other/new-pm-O0-defaults.ll
    M llvm/test/Other/new-pm-lto-defaults.ll
    M llvm/test/Other/new-pm-thinlto-defaults.ll
    M llvm/test/Other/new-pm-thinlto-postlink-pgo-defaults.ll
    M llvm/test/Other/new-pm-thinlto-postlink-samplepgo-defaults.ll
    M llvm/test/Other/new-pm-thinlto-prelink-pgo-defaults.ll
    M llvm/test/Other/new-pm-thinlto-prelink-samplepgo-defaults.ll
    M llvm/test/Transforms/LoopRotate/pr35210.ll
    M llvm/test/Transforms/SCCP/ipsccp-preserve-analysis.ll

  Log Message:
  -----------
  [NewPM] Change tests to run them without PreserveCFGChecker. NFC

Change several pass sequence sensitive tests to be indifferent
to the PreserveCFGChecker by explicitly settting the option
-verify-cfg-preserved=0. It is a preparation step that allows
a redesign of PreserveCFGChecker.

Reviewed By: skatkov

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




More information about the All-commits mailing list