Loading
[AMDGPU][NFC] Update join/signal ordering in named barrier tests (#195316)
The ISA requires that you join a barrier before signaling it if you're planning to wait on that barrier. Some IR-level tests have the join and signal in the wrong order, confusing people. This PR reorders join and signal.var in order to make correct usage more obvious going forward. AI: none