[all-commits] [llvm/llvm-project] dac1f7: [NVPTX] fixup incorrect rounding mode for int to f...

Alex MacLean via All-commits all-commits at lists.llvm.org
Thu Aug 29 15:28:23 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: dac1f7ba8eefb6931abb68a6aebb273de5a60f74
      https://github.com/llvm/llvm-project/commit/dac1f7ba8eefb6931abb68a6aebb273de5a60f74
  Author: Alex MacLean <amaclean at nvidia.com>
  Date:   2024-08-29 (Thu, 29 Aug 2024)

  Changed paths:
    M llvm/lib/Target/NVPTX/NVPTXTargetTransformInfo.cpp
    M llvm/test/Transforms/InstCombine/NVPTX/nvvm-intrins.ll

  Log Message:
  -----------
  [NVPTX] fixup incorrect rounding mode for int to float conversion (#106600)

`uitofp` and `sitofp` instructions use the default rounding mode which
is defined as round-to-nearest.



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