[Lldb-commits] [PATCH] D80955: Fix UB in EmulateInstructionARM64.cpp

Adrian Prantl via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Mon Jun 1 18:26:15 PDT 2020


aprantl added a comment.

> This is great Adrian. I feel like there are several other instances of additions that should use llvm::checkAdd here instead of +. Is this the only UB triggered in the testsuite?

It's the only UB caught by the green dragon / ci.swift.org bots.


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

https://reviews.llvm.org/D80955





More information about the lldb-commits mailing list