[llvm] [SPIRV] Added Support for the constrained conversion intrinsics (PR #157437)

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 8 07:06:25 PDT 2025


================
@@ -0,0 +1,41 @@
+; RUN: llc -verify-machineinstrs -O0 -mtriple=spirv64-unknown-unknown %s -o - | FileCheck %s
----------------
arsenm wrote:

Don't need -verify-machineinstrs, and why -O0 

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


More information about the llvm-commits mailing list