[all-commits] [llvm/llvm-project] 8df17b: [test][InstCombine][NewPM] Fix InstCombine tests u...

aeubanks via All-commits all-commits at lists.llvm.org
Tue Oct 6 07:40:52 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 8df17b4dc12292cd7adc9c46a5bd75b8db26d49e
      https://github.com/llvm/llvm-project/commit/8df17b4dc12292cd7adc9c46a5bd75b8db26d49e
  Author: Arthur Eubanks <aeubanks at google.com>
  Date:   2020-10-06 (Tue, 06 Oct 2020)

  Changed paths:
    M llvm/test/Transforms/InstCombine/cast-call-combine.ll
    M llvm/test/Transforms/InstCombine/early_dce_clobbers_callgraph.ll
    M llvm/test/Transforms/InstCombine/fputs-opt-size.ll
    M llvm/test/Transforms/InstCombine/gep-combine-loop-invariant.ll
    M llvm/test/Transforms/InstCombine/infinite-loop-postdom.ll

  Log Message:
  -----------
  [test][InstCombine][NewPM] Fix InstCombine tests under NPM

Some of these depended on analyses being present that aren't provided
automatically in NPM.

early_dce_clobbers_callgraph.ll was previously inlining a noinline function?

cast-call-combine.ll relied on the legacy always-inline pass being a
CGSCC pass and getting rerun.

Reviewed By: asbirlea

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




More information about the All-commits mailing list