Skip to content

Commit 5a19bc0

Browse files
committed
clang-format changes
1 parent 80f5210 commit 5a19bc0

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

llvm/lib/Target/AMDGPU/SIPeepholeSDWA.cpp

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -521,8 +521,9 @@ static bool canCombineOpSel(const MachineInstr &MI, const SIInstrInfo *TII,
521521
/// instruction \p MI named by \p SrcOpName and that the SDWA
522522
/// selection \p SrcSelOpName can be combined with the \p OpSel.
523523
static bool canCombineOpSel(const MachineInstr &MI, const SIInstrInfo *TII,
524-
AMDGPU::OpName SrcOpName, AMDGPU::OpName SrcSelOpName,
525-
MachineOperand *Op, SdwaSel OpSel) {
524+
AMDGPU::OpName SrcOpName,
525+
AMDGPU::OpName SrcSelOpName, MachineOperand *Op,
526+
SdwaSel OpSel) {
526527
assert(TII->isSDWA(MI.getOpcode()));
527528

528529
const MachineOperand *Src = TII->getNamedOperand(MI, SrcOpName);

0 commit comments

Comments
 (0)