diff --git a/llvm/lib/Target/AMDGPU/SOPInstructions.td b/llvm/lib/Target/AMDGPU/SOPInstructions.td index 7db78dac95b3f..e9697017aac05 100644 --- a/llvm/lib/Target/AMDGPU/SOPInstructions.td +++ b/llvm/lib/Target/AMDGPU/SOPInstructions.td @@ -729,6 +729,8 @@ class SOPK_Real op, SOPK_Pseudo ps> : let SchedRW = ps.SchedRW; let mayLoad = ps.mayLoad; let mayStore = ps.mayStore; + let isBranch = ps.isBranch; + let isCall = ps.isCall; // encoding bits<7> sdst;