[PATCH] D82761: SpeculativeExecution: Fix for logic change introduced in D81730.
Matt Arsenault via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 29 13:36:19 PDT 2020
arsenm added inline comments.
================
Comment at: llvm/test/Transforms/SpeculativeExecution/PR46267.ll:6
+
+define i8* @_Z9void_castP1B(%class.B* readonly %b) {
+; CHECK-LABEL: _Z9void_castP1B
----------------
I don't understand what this is checking. Can you ad a comment and/or rename the function?
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