[llvm] [msan] Overflow intrinsics. (PR #88210)

Evgenii Stepanov via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 9 16:35:00 PDT 2024


eugenis wrote:

Fixed the code to be insensitive to argument evaluation order.
Removed custom handling of saturating intrinsics - as it turns out, `maybeHandleSimpleNomemIntrinsic` is already doing a good job.

https://github.com/llvm/llvm-project/pull/88210


More information about the llvm-commits mailing list