[all-commits] [llvm/llvm-project] 097e92: [NVPTX] Support lowering of `(l)lround` (#183901)

Mitch Briles via All-commits all-commits at lists.llvm.org
Mon Jun 8 20:42:50 PDT 2026


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 097e92d5c7ac03ddfdd0ebc55faddd7ac90e947f
      https://github.com/llvm/llvm-project/commit/097e92d5c7ac03ddfdd0ebc55faddd7ac90e947f
  Author: Mitch Briles <mitchbriles at gmail.com>
  Date:   2026-06-08 (Mon, 08 Jun 2026)

  Changed paths:
    M llvm/lib/Target/NVPTX/NVPTXISelLowering.cpp
    M llvm/test/CodeGen/NVPTX/math-intrins.ll

  Log Message:
  -----------
  [NVPTX] Support lowering of `(l)lround` (#183901)

These intrinsics should have the same semantics as libm `round`, but
with an integer return type. Nits appreciated.

Fixes #182378



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