[PATCH] D51375: [SimpleLoopUnswitch] Form dedicated exits after trivial unswitches.
Dávid Bolvanský via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 28 12:43:06 PDT 2018
xbolva00 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
+
----------------
opt < %s
================
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:
> opt < %s
avoid -O3
FileCheck?
Repository:
rL LLVM
https://reviews.llvm.org/D51375
More information about the llvm-commits
mailing list