[all-commits] [llvm/llvm-project] 14ae5f: [lldb] Allow division by floating point zero in Sc...

Ilia Kuklin via All-commits all-commits at lists.llvm.org
Fri Sep 12 02:39:21 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 14ae5f32f70f965df822de18ca93521ffb820079
      https://github.com/llvm/llvm-project/commit/14ae5f32f70f965df822de18ca93521ffb820079
  Author: Ilia Kuklin <ikuklin at accesssoftek.com>
  Date:   2025-09-12 (Fri, 12 Sep 2025)

  Changed paths:
    M lldb/source/Utility/Scalar.cpp
    M lldb/unittests/Utility/ScalarTest.cpp

  Log Message:
  -----------
  [lldb] Allow division by floating point zero in Scalar (#158115)

`Scalar` produced an invalid value when detecting any division by zero.
This should be only for integer division.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list