[PATCH] D125072: [MachineOutliner] Make getOutliningType partially target-independent

duk via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri May 6 09:20:09 PDT 2022


duck-37 updated this revision to Diff 427660.
duck-37 added a comment.

Rebase and add assertions for other operands that shouldn't exist at this point.


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.427660.patch
Type: text/x-patch
Size: 16976 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220506/c563b3ed/attachment.bin>


More information about the llvm-commits mailing list