Propagate PC sections metadata to MachineInstr when FastISel is doing
instruction selection.
Depends on D130883
Paths
| Differential D130884
[FastISel] Propagate PCSections metadata to MachineInstr ClosedPublic Authored by melver on Aug 1 2022, 1:58 AM.
Details Summary Propagate PC sections metadata to MachineInstr when FastISel is doing Depends on D130883
Diff Detail
Unit TestsFailed
Event Timelinemelver added a child revision: D130885: [AtomicExpandPass] Always copy pcsections Metadata to expanded atomics.Aug 1 2022, 1:58 AM This revision is now accepted and ready to land.Aug 30 2022, 9:46 AM This revision was landed with ongoing or failed builds.Sep 7 2022, 2:38 AM Closed by commit rG0ba8886af561: [FastISel] Propagate PCSections metadata to MachineInstr (authored by melver). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 448953 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
|