[PATCH] D110438: [BPI] Keep BPI available in loop passes through LoopStandardAnalysisResults
Anna Thomas via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Sep 30 05:56:33 PDT 2021
anna added inline comments.
================
Comment at: llvm/test/Transforms/LoopPredication/preserve-bpi.ll:1
; RUN: opt -mtriple=x86_64 -passes='require<scalar-evolution>,require<branch-prob>,loop-mssa(loop-predication,licm,simple-loop-unswitch<nontrivial>,loop-simplifycfg)' -debug-pass-manager -debug-only=branch-prob -S < %s 2>&1 | FileCheck %s
----------------
asbirlea wrote:
> Does this still need the `require`s before `loop-mssa`?
We do not. Thanks. I'll update and land the patch.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D110438/new/
https://reviews.llvm.org/D110438
More information about the llvm-commits
mailing list