Skip to content

[BOLT][NFC] Be more obvious about selecting X86 #88527

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

Merged
merged 1 commit into from
Apr 15, 2024

Conversation

urnathan
Copy link
Contributor

There are a few places where 'x86' is being implied by '!aarch64 && !riscv', that's neither obvious nor scalable. Replace with isX86() as appropriate.

@urnathan urnathan marked this pull request as ready for review April 12, 2024 16:04
@urnathan urnathan merged commit 603fa4c into llvm:main Apr 15, 2024
aniplcc pushed a commit to aniplcc/llvm-project that referenced this pull request Apr 15, 2024
Use `isX86()` rather than `!isAArch64() && !isRISCV()`, and similar.
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

Successfully merging this pull request may close these issues.

2 participants