[all-commits] [llvm/llvm-project] 729701: [NVPTX] Constant fold NVVM add/mul/div/fma (#152544)

Lewis Crawford via All-commits all-commits at lists.llvm.org
Fri Aug 22 09:33:22 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 729701b885ace38733668e96e9a7dfc8968cb7d5
      https://github.com/llvm/llvm-project/commit/729701b885ace38733668e96e9a7dfc8968cb7d5
  Author: Lewis Crawford <lcrawford at nvidia.com>
  Date:   2025-08-22 (Fri, 22 Aug 2025)

  Changed paths:
    M llvm/include/llvm/IR/NVVMIntrinsicUtils.h
    M llvm/lib/Analysis/ConstantFolding.cpp
    A llvm/test/Transforms/InstSimplify/const-fold-nvvm-add.ll
    A llvm/test/Transforms/InstSimplify/const-fold-nvvm-div.ll
    A llvm/test/Transforms/InstSimplify/const-fold-nvvm-fma.ll
    A llvm/test/Transforms/InstSimplify/const-fold-nvvm-mul.ll

  Log Message:
  -----------
  [NVPTX] Constant fold NVVM add/mul/div/fma (#152544)

Constant fold the NVVM intrinsics for add, mul, div, fma with specific
rounding modes.



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