[llvm] [DXIL] Add GroupMemoryBarrierWithGroupSync intrinsic (PR #111884)
Finn Plummer via llvm-commits
llvm-commits at lists.llvm.org
Wed Oct 23 16:56:28 PDT 2024
================
@@ -0,0 +1,8 @@
+; RUN: opt -S -dxil-op-lower -mtriple=dxil-pc-shadermodel6.3-library < %s | FileCheck %s --check-prefix=CHECK
----------------
inbelic wrote:
The `check-prefix` flag shouldn't be needed when using the default
https://github.com/llvm/llvm-project/pull/111884
More information about the llvm-commits
mailing list