[llvm] [SPIR-V] Do not use OpenCL metadata for ptr element type resolution (PR #82678)
Michal Paszkowski via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 28 05:19:21 PST 2024
================
@@ -0,0 +1,12 @@
+; RUN: llc -O0 -mtriple=spirv64-unknown-unknown %s -print-after-all -o - 2>&1 | FileCheck %s
+
+; CHECK: *** IR Dump After SPIRV emit intrinsics (emit-intrinsics) ***
----------------
michalpaszkowski wrote:
These tests check the output LLVM IR after running the SPIRVEmitIntrinsics pass. This might be a good way to document the behavior of some of the more complex passes we have.
https://github.com/llvm/llvm-project/pull/82678
More information about the llvm-commits
mailing list