Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

aarch64: Support FEAT_LRCPC3/FEAT_LSE128 with pre-16 LLVM #178

Merged
merged 1 commit into from
Sep 16, 2024

Conversation

taiki-e
Copy link
Owner

@taiki-e taiki-e commented Sep 15, 2024

LLVM supports FEAT_LRCPC3/FEAT_LSE128 instructions on LLVM 16+, so use .inst directive on old LLVM. llvm/llvm-project@a6aaa96 llvm/llvm-project@7fea6f2

AAarch64 .inst directive is portable since LLVM 7: llvm/llvm-project@3e3d39d

@taiki-e taiki-e added the O-aarch64 Target: Armv8-A, Armv8-R, or later processors in AArch64 mode label Sep 15, 2024
LLVM supports FEAT_LRCPC3/FEAT_LSE128 instructions on LLVM 16+, so use .inst directive on old LLVM.
llvm/llvm-project@a6aaa96
llvm/llvm-project@7fea6f2

AAarch64 .inst directive is portable since LLVM 7:
llvm/llvm-project@3e3d39d
@taiki-e taiki-e merged commit 9dd56a7 into main Sep 16, 2024
100 checks passed
@taiki-e taiki-e deleted the aarch64-inst branch September 16, 2024 10:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
O-aarch64 Target: Armv8-A, Armv8-R, or later processors in AArch64 mode
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant