[PATCH] D89371: [NPM] Port -loop-versioning-licm to NPM
Ta-Wei Tu via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Oct 15 08:21:14 PDT 2020
TaWeiTu added inline comments.
================
Comment at: llvm/test/Transforms/LoopVersioningLICM/loopversioningLICM1.ll:2
; RUN: opt < %s -O1 -S -loop-versioning-licm -licm -debug-only=loop-versioning-licm 2>&1 | FileCheck %s
+; RUN: opt < %s -enable-new-pm -O1 -S -loop-versioning-licm -licm -debug-only=loop-versioning-licm 2>&1 | FileCheck %s -check-prefix=NPM
; REQUIRES: asserts
----------------
I was not able to fix the remaining part of this test and `loopversioningLICM2.ll` yet, but it seemed to be more related to LICM itself.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D89371/new/
https://reviews.llvm.org/D89371
More information about the llvm-commits
mailing list