[PATCH] D33846: [IRCE] Canonicalize pre/post loops after the blocks are added into parent loop

Anna Thomas via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 6 07:55:00 PDT 2017


anna marked 2 inline comments as done.
anna added inline comments.


================
Comment at: test/Transforms/IRCE/correct-loop-info.ll:12
+define void @baz() personality i32* ()* @ham {
+bb:
+  br label %outerheader
----------------
reames wrote:
> Add checks just so we see what the output should look like.  Consider using the update script.
Thanks, the update script is pretty useful for cases like these! 


Repository:
  rL LLVM

https://reviews.llvm.org/D33846





More information about the llvm-commits mailing list