[PATCH] D115907: [misexpect] Re-implement MisExpect Diagnostics

Jorge Gorbe Moya via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Mar 31 14:53:40 PDT 2022


jgorbe added a comment.

By the way, the line number for `llvm::misexpect::verifyMisExpect` in the stack trace above includes the debug `printf`s I inserted to get the variable values so it won't match the exact line number in the repo. But I think that's the only call to `BranchProbability` in that function so I hope it's not very confusing anyway. Sorry about that.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D115907/new/

https://reviews.llvm.org/D115907



More information about the cfe-commits mailing list