[clang] [Clang][SystemZ] Fix unwanted unsequenced volatile accesses in codegen tests (PR #190212)
Nikita Terentev via cfe-commits
cfe-commits at lists.llvm.org
Tue Apr 21 08:29:41 PDT 2026
================
@@ -67,14 +67,9 @@ void test_core(void) {
vec_scatter_element(vd, vul, ptrd, 1);
// CHECK-ASM: vsceg %{{.*}}, 0(%{{.*}},%{{.*}}), 1
- vd = vec_xl(idx, cptrd);
- // CHECK-ASM: vst
-
----------------
Seraphimt wrote:
Done
https://github.com/llvm/llvm-project/pull/190212
More information about the cfe-commits
mailing list