[FastISel] Propagate PCSections metadata to MachineInstr
authorMarco Elver <elver@google.com>
Tue, 6 Sep 2022 13:49:13 +0000 (15:49 +0200)
committerMarco Elver <elver@google.com>
Wed, 7 Sep 2022 09:36:01 +0000 (11:36 +0200)
commit0ba8886af56198083b8cfd580e6de60444a2038d
tree2ecf17b2e1faffadb58542e15a767cf704ed1a6a
parent98a3a340c3612c06c51d7bb36bfc5857ab06a951
[FastISel] Propagate PCSections metadata to MachineInstr

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

Reviewed By: vitalybuka

Differential Revision: https://reviews.llvm.org/D130884
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/utils/TableGen/FastISelEmitter.cpp