================
@@ -6,8 +6,8 @@
 define void @test_group_memory_barrier_with_group_sync() #0 {
 entry:
   ; CHECK: %[[#TY:]] = OpTypeInt 32 0
-  ; CHECK-DAG: %[[#MEM_SEM:]] = OpConstant %[[#TY]] 264
   ; CHECK-DAG: %[[#EXEC_AND_MEM_SCOPE:]] = OpConstant %[[#TY]] 2
+  ; CHECK-DAG: %[[#MEM_SEM:]] = OpConstant %[[#TY]] 264
----------------
KungFuDonkey wrote:

Did it for consistency with other files, order is now the same as in cpp side:
exec (only for WithGroupSync)
mem scope
mem_sem


https://github.com/llvm/llvm-project/pull/190633
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to