[PATCH] D130884: [FastISel] Propagate PCSections metadata to MachineInstr

Marco Elver via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 1 01:58:39 PDT 2022


melver created this revision.
Herald added subscribers: pmatos, asb, pengfei, atanasyan, jrtc27, kbarton, hiraditya, jgravelle-google, sbc100, nemanjai, sdardis, dschuff.
Herald added a project: All.
melver requested review of this revision.
Herald added subscribers: llvm-commits, aheejin.
Herald added a project: LLVM.

Propagate PC sections metadata to MachineInstr when FastISel is doing
instruction selection.

This change completes backend support to "unbreak" X86.

Depends on D130883 <https://reviews.llvm.org/D130883>


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D130884

Files:
  llvm/include/llvm/CodeGen/FastISel.h
  llvm/lib/CodeGen/SelectionDAG/FastISel.cpp
  llvm/lib/Target/AArch64/AArch64FastISel.cpp
  llvm/lib/Target/ARM/ARMFastISel.cpp
  llvm/lib/Target/Mips/MipsFastISel.cpp
  llvm/lib/Target/PowerPC/PPCFastISel.cpp
  llvm/lib/Target/WebAssembly/WebAssemblyFastISel.cpp
  llvm/lib/Target/X86/X86FastISel.cpp
  llvm/test/CodeGen/X86/pcsections.ll
  llvm/utils/TableGen/FastISelEmitter.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D130884.448953.patch
Type: text/x-patch
Size: 137630 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220801/f8d09cd5/attachment-0001.bin>


More information about the llvm-commits mailing list