[PATCH] D153762: [LoopPeel] Clear dispositions after peeling
Mikael Holmén via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 26 06:52:39 PDT 2023
uabelho added a comment.
I've verified this fixes the problem I saw. Great!
================
Comment at: llvm/test/Transforms/LoopUnroll/loop-block-disposition-after-loop-peeling.ll:2
+; NOTE: Assertions have been autogenerated by utils/update_test_checks.py UTC_ARGS: --version 2
+; RUN: opt -S -passes='print<scalar-evolution>,loop(loop-unroll-full)' < %s 2>/dev/null | FileCheck %s
+
----------------
Perhaps add -verify-scev since that's what caught the error? As far as I can see the actual ll output is identical with/without the fix so without -verify-scev I guess it only tests the fix in EXPENSIVE_CHECKS builds?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D153762/new/
https://reviews.llvm.org/D153762
More information about the llvm-commits
mailing list