[llvm] [SPIRV] Addition of @llvm.lround.* and @llvm.llround.* intrinsic (PR #129240)
Marcos Maronas via llvm-commits
llvm-commits at lists.llvm.org
Thu May 15 11:45:20 PDT 2025
================
@@ -0,0 +1,106 @@
+; RUN: llc -verify-machineinstrs -O0 -mtriple=spirv64-unknown-unknown %s -o - | FileCheck %s
----------------
maarquitos14 wrote:
Ideally, we should go with `spirv64-unknown-unknown-opencl` for opencl and `spirv64-unknown-vulkan` for vulkan.
https://github.com/llvm/llvm-project/pull/129240
More information about the llvm-commits
mailing list