[llvm] [NVPTX] extend type support for nvvm.{min, max, mulhi, sad} (PR #78385)

Alex MacLean via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 17 11:59:10 PST 2024


================
@@ -0,0 +1,50 @@
+; RUN: llc < %s -march=nvptx -mcpu=sm_50 | FileCheck %s
+
+; CHECK-LABEL: test_sad_i16
+; CHECK: sad.s16
----------------
AlexMaclean wrote:

Sounds good, updated both tests with `update_llc_test_checks.py`

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


More information about the llvm-commits mailing list