Index: lib/Target/AMDGPU/SIInstructions.td =================================================================== --- lib/Target/AMDGPU/SIInstructions.td +++ lib/Target/AMDGPU/SIInstructions.td @@ -147,7 +147,10 @@ defm S_BITSET1_B32 : SOP1_32 , "s_bitset1_b32", []>; defm S_BITSET1_B64 : SOP1_64_32 , "s_bitset1_b64", []>; defm S_GETPC_B64 : SOP1_64_0 , "s_getpc_b64", []>; + +let isTerminator = 1, isBranch = 1, isBarrier = 1 in { defm S_SETPC_B64 : SOP1_1 , "s_setpc_b64", []>; +} defm S_SWAPPC_B64 : SOP1_64 , "s_swappc_b64", []>; defm S_RFE_B64 : SOP1_1 , "s_rfe_b64", []>;