[llvm] [CodeGen] Treat hasOrderedMemoryRef as implying arbitrary loads or stores (PR #182000)
Jay Foad via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 3 07:02:31 PST 2026
================
@@ -1,5 +1,6 @@
; RUN: llc -mtriple=amdgcn-amd-amdhsa -mcpu=gfx942 -O3 -debug-only=machine-scheduler 2>&1 < %s | FileCheck -check-prefix=DEBUG %s
; REQUIRES: asserts
+; XFAIL: *
----------------
jayfoad wrote:
The change in this test is because SCHED_GROUP_BARRIER has side effects.
https://github.com/llvm/llvm-project/pull/182000
More information about the llvm-commits
mailing list