[llvm] [SPIRV] Added lowering for the debugtrap intrinsic (PR #157442)
Subash B via llvm-commits
llvm-commits at lists.llvm.org
Tue Sep 23 04:01:52 PDT 2025
================
@@ -0,0 +1,15 @@
+; RUN: llc -verify-machineinstrs -O0 -mtriple=spirv32-unknown-unknown %s -o - | FileCheck %s
+
+; CHECK-DAG: OpCapability Addresses
+; CHECK-DAG: OpName %[[#]] "foo"
+; CHECK-DAG: OpNop
----------------
SubashBoopathi wrote:
Thanks for the suggestion! I’ve made the updates to the ignore-llvm-intrinsic.ll test as recommended and also made changes in the debugtrap.ll according to the commit suggestion
https://github.com/llvm/llvm-project/pull/157442
More information about the llvm-commits
mailing list