[PATCH] D51375: [SimpleLoopUnswitch] Form dedicated exits after trivial unswitches.

Fedor Sergeev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 28 13:24:04 PDT 2018


fedor.sergeev added inline comments.


================
Comment at: test/Transforms/SimpleLoopUnswitch/formDedicatedAfterTrivial3.ll:1
+; RUN: opt <%s -mtriple=s390x-linux-gnu -O3 -mcpu=z13 -enable-simple-loop-unswitch -disable-output
+
----------------
xbolva00 wrote:
> xbolva00 wrote:
> >  opt < %s
> avoid -O3
> 
> FileCheck?
I would rather use a somewhat reduced version of it (getting IR dump just before the failing simple-loop-unswitch) - https://pastebin.com/5qYNZvxa

fails with just:
  opt < %s -simple-loop-unswitch


Repository:
  rL LLVM

https://reviews.llvm.org/D51375





More information about the llvm-commits mailing list