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

detail work on double to integer conversion #20810

Merged
merged 1 commit into from
Feb 2, 2025

Conversation

WalterBright
Copy link
Member

Carefully went over cdcnvt() again, adding more test cases to the disassembler. Doesn't look like much when I finish it :-/

After this, do the integer=>float conversions.

@WalterBright WalterBright added Compiler:Backend glue code, optimizer, code generation Arch:Aarch64 Issues specific to Arm 64 labels Feb 2, 2025
@dlang-bot
Copy link
Contributor

Thanks for your pull request, @WalterBright!

Bugzilla references

Your PR doesn't reference any Bugzilla issue.

If your PR contains non-trivial changes, please reference a Bugzilla issue or create a manual changelog.

Testing this PR locally

If you don't have a local development environment setup, you can use Digger to test this PR:

dub run digger -- build "master + dmd#20810"

@thewilsonator thewilsonator merged commit 6a51337 into dlang:master Feb 2, 2025
41 checks passed
@WalterBright WalterBright deleted the armCdcnvt2 branch February 2, 2025 07:59
MatthewQiu-5 pushed a commit to MatthewQiu-5/dmd that referenced this pull request Feb 4, 2025
Extracted attrib.StaticForeachDeclaration.oneMember

Extracted attrib.StorageDeclaration.oneMember

Removed unused import in attrib.d

removed additional unused import in attrib.d

extracted remaining instances of oneMember()

changed return to result setting

remove onemember from instance methods in frontend.h

added pointer to function signature of onemember

fixed oneMember typo in cxxfrontend.d

temporary new sem dependency as a result of oneMembers() dependency on oneMember()

Extract attrib.oneMember and move it to visitor

Extract attrib.oneMember and move it to visitor
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Arch:Aarch64 Issues specific to Arm 64 Compiler:Backend glue code, optimizer, code generation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants