[llvm] [SPIRV] Added Support for the constrained conversion intrinsics (PR #157437)
Subash B via llvm-commits
llvm-commits at lists.llvm.org
Tue Sep 9 05:16:36 PDT 2025
================
@@ -0,0 +1,41 @@
+; RUN: llc -verify-machineinstrs -O0 -mtriple=spirv64-unknown-unknown %s -o - | FileCheck %s
----------------
SubashBoopathi wrote:
Thankyou @arsenm I’ll drop -verify-machineinstrs since it isn’t needed, and I’ll also remove -O0 so the test just uses the default optimization level.
https://github.com/llvm/llvm-project/pull/157437
More information about the llvm-commits
mailing list