[PATCH] D82761: SpeculativeExecution: Fix for logic change introduced in D81730.
Adrian Prantl via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 29 14:59:14 PDT 2020
aprantl added inline comments.
================
Comment at: llvm/test/Transforms/SpeculativeExecution/PR46267.ll:10
+; CHECK-NEXT: %i = icmp eq %class.B* %b, null
+; CHECK-NEXT: br i1 %i, label %dynamic_cast.end, label %dynamic_cast.notnull
+entry:
----------------
Yeah I would have expected a hoisted debug intrinsic somewhere in the test?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D82761/new/
https://reviews.llvm.org/D82761
More information about the llvm-commits
mailing list