[all-commits] [llvm/llvm-project] dfb006: [AMDGPU] Extract SIInstrInfo::removeModOperands. NFC.
Jay Foad via All-commits
all-commits at lists.llvm.org
Mon May 16 01:52:03 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: dfb006c0c969fbccfde3be6af3c0636e0643fc83
https://github.com/llvm/llvm-project/commit/dfb006c0c969fbccfde3be6af3c0636e0643fc83
Author: Jay Foad <jay.foad at amd.com>
Date: 2022-05-16 (Mon, 16 May 2022)
Changed paths:
M llvm/lib/Target/AMDGPU/SIInstrInfo.cpp
M llvm/lib/Target/AMDGPU/SIInstrInfo.h
Log Message:
-----------
[AMDGPU] Extract SIInstrInfo::removeModOperands. NFC.
Make this an externally callable function for use in a future patch.
Differential Revision: https://reviews.llvm.org/D125565
Commit: c1af2d329f85f8b14efd22887914517fd6058be9
https://github.com/llvm/llvm-project/commit/c1af2d329f85f8b14efd22887914517fd6058be9
Author: Jay Foad <jay.foad at amd.com>
Date: 2022-05-16 (Mon, 16 May 2022)
Changed paths:
M llvm/lib/Target/AMDGPU/SIShrinkInstructions.cpp
Log Message:
-----------
[AMDGPU] SIShrinkInstructions: change static functions to methods
This is a mechanical change to avoid passing MRI and TII around
explicitly. NFC.
Differential Revision: https://reviews.llvm.org/D125566
Compare: https://github.com/llvm/llvm-project/compare/1a65c491be71...c1af2d329f85
More information about the All-commits
mailing list