This is an addition to the existing Statistical Profiling extension, which
introduces an extra system register that is enabled by the new 'spe-eef'
subtarget feature.
Patch written by Simon Tatham.
Paths
| Differential D92391
[AArch64] Add support for the SPE-EEF feature ClosedPublic Authored by pratlucas on Dec 1 2020, 6:35 AM.
Details Summary This is an addition to the existing Statistical Profiling extension, which Patch written by Simon Tatham.
Diff Detail
Event TimelineHerald added subscribers: llvm-commits, danielkiss, hiraditya, kristof.beyls. · View Herald Transcript pratlucas added reviewers: simon_tatham, vhscampos, olista01, ostannard, dmgreen.Dec 1 2020, 6:39 AM pratlucas added a parent revision: D92390: [AArch64] Add support for the Call Stack Recorder extension. pratlucas edited parent revisions, added: D92389: [AArch64] Add support for the Branch Record Buffer extension; removed: D92390: [AArch64] Add support for the Call Stack Recorder extension.Dec 2 2020, 3:24 AM pratlucas added a child revision: D92574: [AArch64] Add support for ls64 to the .arch_extension asm directive.Dec 3 2020, 6:37 AM This revision is now accepted and ready to land.Dec 18 2020, 1:36 AM This revision was landed with ongoing or failed builds.Dec 18 2020, 3:12 AM Closed by commit rG51fe17b0471a: [AArch64] Add support for the SPE-EEF feature (authored by pratlucas). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 312740 llvm/lib/Target/AArch64/AArch64.td
llvm/lib/Target/AArch64/AArch64InstrInfo.td
llvm/lib/Target/AArch64/AArch64Subtarget.h
llvm/lib/Target/AArch64/AArch64SystemOperands.td
llvm/test/MC/AArch64/spe.s
|