[PATCH] D57982: [SanitizierCoverage] Avoid splitting critical edges when destination is a basic block containing unreachable
Matt Morehouse via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 5 14:35:39 PST 2019
morehouse added inline comments.
================
Comment at: test/Instrumentation/SanitizerCoverage/unreachable-critedge.ll:42
+; CHECK: unreachable_bb:
+; CHECK-NEXT: unreachable
+;
----------------
Can we simplify these checks so the test won't break by some unrelated compiler change?
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D57982/new/
https://reviews.llvm.org/D57982
More information about the llvm-commits
mailing list