This is an archive of the discontinued LLVM Phabricator instance.

[AArch64][v8.5A] Add Branch Target Identification instructions
ClosedPublic

Authored by olista01 on Sep 25 2018, 7:18 AM.

Details

Summary

This adds new instructions used by the Branch Target Identification
feature. When this is enabled, these are the only instructions which can
be targeted by indirect branch instructions.

Patch by Pablo Barrio!

Diff Detail

Repository
rL LLVM