[llvm] [X86] Add support for indirect branch tracking in jump tables (PR #77679)

Fangrui Song via llvm-commits llvm-commits at lists.llvm.org
Sat Jan 13 19:10:58 PST 2024


MaskRay wrote:

I hope that we don't add a new mode. Armv8-M and AArch64's Branch Target Identification just provide one mode where a switch table's destinations are marked with BTI. Can x86 IBT do the same?

https://github.com/llvm/llvm-project/pull/77679


More information about the llvm-commits mailing list