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

Inlining checks are broken for arm #1210

Open
hkratz opened this issue Sep 8, 2021 · 2 comments
Open

Inlining checks are broken for arm #1210

hkratz opened this issue Sep 8, 2021 · 2 comments

Comments

@hkratz
Copy link
Contributor

hkratz commented Sep 8, 2021

Inlining is not checked in the automated tests for arm.

There are some arm neon intrinsics for which the compiled test shims contain subroutine calls to other intrinsics.

Also the deduplication guard code is to heavy for arm and is emitted as function calls for some tests causing false positives once the inlining checks are enabled.

PR will follow once #1208 has landed.

@hkratz
Copy link
Contributor Author

hkratz commented Sep 8, 2021

When #1211 has landed and #1212 is fixed the inlining checks can be enabled for arm.

@Nugine
Copy link
Contributor

Nugine commented Sep 23, 2022

Hi, is there any progress?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants