[PATCH] D147058: [SimpleLoopUnswitch] Fix SCEV invalidation issue
Bjorn Pettersson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Mar 29 04:43:31 PDT 2023
bjope added inline comments.
================
Comment at: llvm/test/Transforms/SimpleLoopUnswitch/update-scev-3.ll:7-8
+; Note that the print<scalar-evolution> in the beginning of the pipeline is
+; needed for reproducing the original problem, as we need something the
+; calculated SCEV before the loop unswitch, to verify that we invalidate SCEV
+; correctly while doing the unswitch.
----------------
nit: that calculate
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D147058/new/
https://reviews.llvm.org/D147058
More information about the llvm-commits
mailing list