[PATCH] D50377: [MustExecute] Rework LoopSafetyInfo to make it more optimistic about throws

Max Kazantsev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 8 00:34:27 PDT 2018


mkazantsev added inline comments.


================
Comment at: test/Transforms/LICM/funclet.ll:60
 ; CHECK:      %[[CP:.*]] = cleanuppad within none []
-; CHECK-NEXT: %[[CALL:.*]] = call i32 @pure_computation() [ "funclet"(token %[[CP]]) ]
+; CHECK-NEXT: %[[CALL:.*]] = call i32 @pure_computation()
 ; CHECK-NEXT: store i32 %[[CALL]], i32* %s
----------------
Looks like we've exposed some bug in LICM.


https://reviews.llvm.org/D50377





More information about the llvm-commits mailing list