diff options
author | Lakshay Kumar <lakshayk@nvidia.com> | 2025-04-28 15:30:14 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-04-28 11:00:14 +0100 |
commit | 475531b884a1a203af6367df35f1722fe2383e06 (patch) | |
tree | 3528e468ec7527681d60425acb1fd4b7c9d9c2bf /llvm/lib/Transforms/Utils/LoopUtils.cpp | |
parent | 0b6d71fe10d46741a6f50c17b3fc795fd82e27b7 (diff) | |
download | llvm-475531b884a1a203af6367df35f1722fe2383e06.zip llvm-475531b884a1a203af6367df35f1722fe2383e06.tar.gz llvm-475531b884a1a203af6367df35f1722fe2383e06.tar.bz2 |
[llvm-exegesis][AArch64] Disable pauth and ldgm as unsupported instructions fixed (#136868)
[llvm-exegesis][AArch64] Recommit: Disable pauth and ldgm as unsupported instructions.
Skipping AUT and LDGM opcode variants which currently throws "illegal
instruction".
Last pull request
[#132346](https://github.com/llvm/llvm-project/pull/132346) got reviewed
and merged but builder bot got failed. This was due to undefined
`PR_PAC_SET_ENABLED_KEYS` utilized were not defined in x86 arch,
resulting in build failure.
This is followup to merge the changes with following changes to fixup
the build failure.
Changes:
- Fixed up the problem with arch specific check for `prctl` library
import
- Defining `PR_PAC_SET_ENABLED_KEYS` if undefined.
Diffstat (limited to 'llvm/lib/Transforms/Utils/LoopUtils.cpp')
0 files changed, 0 insertions, 0 deletions