[all-commits] [llvm/llvm-project] fd453e: [TwoAddressInstruction] Use member functions inste...
Jay Foad via All-commits
all-commits at lists.llvm.org
Sun Sep 10 10:34:12 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: fd453e2381d6f3b3db96a6812830472b6c217e7d
https://github.com/llvm/llvm-project/commit/fd453e2381d6f3b3db96a6812830472b6c217e7d
Author: Jay Foad <jay.foad at amd.com>
Date: 2023-09-10 (Sun, 10 Sep 2023)
Changed paths:
M llvm/lib/CodeGen/TwoAddressInstructionPass.cpp
Log Message:
-----------
[TwoAddressInstruction] Use member functions instead of static helpers
This just avoids explicitly passing around common pointers like MRI and
TII. NFC.
More information about the All-commits
mailing list