[PATCH] D40728: [CallSiteSplitting] Refactor creating callsites.

Jun Bum Lim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 12 14:35:46 PST 2017


junbuml accepted this revision.
junbuml added inline comments.
This revision is now accepted and ready to land.


================
Comment at: test/Transforms/CallSiteSplitting/callsite-split-or-phi.ll:522
+
+define i32 @test_unrechable(i32* %a, i32 %v, i32 %p) {
+Entry:
----------------
unrechable -> unreachable 

It might be good to add CHECK as this is also transformed with some comment about no infinite loop even in  this unreachable case.


https://reviews.llvm.org/D40728





More information about the llvm-commits mailing list