[PATCH] D125072: [MachineOutliner] Make getOutliningType partially target-independent
duk via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jan 30 20:18:17 PST 2023
duck-37 updated this revision to Diff 493480.
duck-37 edited the summary of this revision.
duck-37 added a comment.
Herald added a subscriber: luke.
1. Updating D125072 <https://reviews.llvm.org/D125072>: [MachineOutliner] Make getOutliningType partially target-independent #
2. Enter a brief description of the changes included in this update.
3. The first line is used as subject, next lines as comment. #
4. If you intended to create a new revision, use:
5. $ arc diff --create
Rebase to fix w/ new LLVM version. @paquette ping, this PR has been open for some time now and it's blocking the more important change (preventing XRay pseudo-opcodes from being outlined without needless code duplication)
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D125072/new/
https://reviews.llvm.org/D125072
Files:
llvm/include/llvm/CodeGen/TargetInstrInfo.h
llvm/lib/CodeGen/TargetInstrInfo.cpp
llvm/lib/Target/AArch64/AArch64InstrInfo.cpp
llvm/lib/Target/AArch64/AArch64InstrInfo.h
llvm/lib/Target/ARM/ARMBaseInstrInfo.cpp
llvm/lib/Target/ARM/ARMBaseInstrInfo.h
llvm/lib/Target/RISCV/RISCVInstrInfo.cpp
llvm/lib/Target/RISCV/RISCVInstrInfo.h
llvm/lib/Target/X86/X86InstrInfo.cpp
llvm/lib/Target/X86/X86InstrInfo.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D125072.493480.patch
Type: text/x-patch
Size: 17298 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230131/162268c8/attachment.bin>
More information about the llvm-commits
mailing list