[llvm] [AArch64][PAC] Lower jump-tables using hardened pseudo. (PR #97666)

Daniil Kovalev via llvm-commits llvm-commits at lists.llvm.org
Sun Jul 7 23:51:24 PDT 2024


https://github.com/kovdan01 commented:

Mostly LGTM, but there are some minor comments. Most of them are not blockers for merging this, but for a couple of ones which are better to be resolved before merging the PR:
- Is there definitely smth MachO-specific or the corresponding assertion could be deleted? I've deleted it locally and tried to build against aarch64-elf triple, and it looks like that everything is OK.
- Comments related to code model

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


More information about the llvm-commits mailing list