[llvm] [SPIR-V] Parse parameterized Memory Access operands with a shared helper (PR #209262)
Arseniy Obolenskiy via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 14 06:22:30 PDT 2026
================
@@ -1,9 +1,11 @@
-; RUN: llc -verify-machineinstrs -O0 -mtriple=spirv-unknown-unknown %s -o - | FileCheck %s
-; RUN: %if spirv-tools %{ llc -O0 -mtriple=spirv-unknown-unknown %s -o - -filetype=obj | spirv-val %}
+; RUN: llc -verify-machineinstrs -O0 -mtriple=spirv-unknown-unknown --spirv-ext=+SPV_INTEL_memory_access_aliasing %s -o - | FileCheck %s
----------------
aobolensk wrote:
Separated
https://github.com/llvm/llvm-project/pull/209262
More information about the llvm-commits
mailing list