[PATCH] D60944: [LSR] Limit the recursion for setup cost
Philip Reames via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Apr 22 09:35:24 PDT 2019
reames accepted this revision.
reames added a comment.
This revision is now accepted and ready to land.
LGTM
================
Comment at: llvm/test/Transforms/LoopStrengthReduce/gnarly-setupcost.ll:9
+
+define i32 @func(i32* %in) {
+entry:
----------------
A comment explaining why this sequence is special is probably warranted.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D60944/new/
https://reviews.llvm.org/D60944
More information about the llvm-commits
mailing list