[llvm] [CodeGen] Treat hasOrderedMemoryRef as implying arbitrary loads or stores (PR #182000)

Jay Foad via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 4 08:30:33 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:

OK, done, but the remaining check line is useless now. Maybe I should autogenerate checks for the codegen instead? (I always get push-bask on tests that have no checks.)

https://github.com/llvm/llvm-project/pull/182000


More information about the llvm-commits mailing list