[PATCH] D57444: [DebugInfo] LLVM ERROR: Broken function found, while removing Debug Intrinsics
Mikael Holmén via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jan 30 04:28:07 PST 2019
uabelho added a comment.
The fix makes sense to me but please let others have an opinion too.
Thanks!
================
Comment at: test/CodeGen/X86/bbi-23595.ll:11
+
+; CHECK-NOT: LLVM ERROR: Broken function found, compilation aborted!
+
----------------
Perhaps add some positive CHECKs instead that verifies that we get the optimized output that we want?
We only get a single bb with the phi and ret left I think?
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D57444/new/
https://reviews.llvm.org/D57444
More information about the llvm-commits
mailing list