[clang] [llvm] Add cross builtins and cross HLSL function to DirectX and SPIR-V backend (PR #109180)
Farzon Lotfi via cfe-commits
cfe-commits at lists.llvm.org
Mon Sep 23 15:17:48 PDT 2024
================
@@ -0,0 +1,57 @@
+; RUN: opt -S -dxil-intrinsic-expansion < %s | FileCheck %s --check-prefix=CHECK
----------------
farzonl wrote:
typicall we do `--check-prefix` if one run is different than the other. in this case they are the same. My recommendation is to drop one of these runs and remove the check prefix.
https://github.com/llvm/llvm-project/pull/109180
More information about the cfe-commits
mailing list