[PATCH] D153762: [LoopPeel] Clear dispositions after peeling

Nikita Popov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 26 07:15:00 PDT 2023


nikic added inline comments.


================
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
+
----------------
uabelho wrote:
> 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?
Ooops, that was just an oversight on my part.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D153762/new/

https://reviews.llvm.org/D153762



More information about the llvm-commits mailing list