-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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 issues #2473
Merged
Merged
AArch64 issues #2473
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
github-actions
bot
added
X86
Arch
ARM
Arch
Mips
Arch
AArch64
Arch
Alpha
Arch
M680X
Arch
M68K
Arch
MOS65XX
Arch
PowerPC
Arch
RISCV
Arch
SH
Arch
Sparc
Arch
SystemZ
Arch
TriCore
Arch
WASM
Arch
XCore
Arch
python
bindings
CS-core-files
auto-sync
LLVM-core-files
auto-sync
Auto-Sync-files
Auto-Sync
LLVM-generated-files
Documentation
HPPA
Arch
LoongArch
Arch
Github-files
Github related files
labels
Sep 7, 2024
Rot127
force-pushed
the
AArch64-issues
branch
from
September 19, 2024 08:13
ccffdf8
to
46d4a53
Compare
github-actions
bot
removed
M680X
Arch
M68K
Arch
MOS65XX
Arch
PowerPC
Arch
RISCV
Arch
SH
Arch
Sparc
Arch
SystemZ
Arch
TriCore
Arch
WASM
Arch
XCore
Arch
CS-core-files
auto-sync
LLVM-core-files
auto-sync
Auto-Sync-files
Auto-Sync
HPPA
Arch
LoongArch
Arch
Github-files
Github related files
labels
Sep 19, 2024
Rot127
force-pushed
the
AArch64-issues
branch
from
September 23, 2024 11:05
ec4352e
to
815e88a
Compare
kabeor
approved these changes
Sep 24, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Cool, merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Your checklist for this pull request
Based on: #2469
@Rot127
Fix, shift immediate was casted to incorrect width.
7e3c3ca
@Rot127
Store theexact float also in fp field for convenience.
49866da
@Rot127
Fix: MRS has no implicit write of NCVZ
b0a155d
@Rot127
Fix signs of Imm8 shifted operands.
576499e
@Rot127
Fix another MRS test
7d5e5aa
@Rot127
Fix: Src operand of CASAL had write flag set.
Detailed description
Fixes several AArch64 issues reported by @FinnWilkinson
Test plan
Added
Closing issues
closes #2471