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

INLINEASM doesn't implement mayLoad and mayStore #13876

Closed
llvmbot opened this issue Aug 1, 2012 · 2 comments
Closed

INLINEASM doesn't implement mayLoad and mayStore #13876

llvmbot opened this issue Aug 1, 2012 · 2 comments
Labels
bugzilla Issues migrated from bugzilla llvm:codegen

Comments

@llvmbot
Copy link
Collaborator

llvmbot commented Aug 1, 2012

Bugzilla Link 13504
Resolution FIXED
Resolved on Oct 30, 2012 14:13
Version trunk
OS Linux
Attachments Example code
Reporter LLVM Bugzilla Contributor
CC @asl

Extended Description

mayLoad and mayStore always return false for INLINEASM instructions, even when there is a memory constraint.
One consequence is that post-RA instruction scheduler builds incorrect graph for an example from attachment (it lacks the required MOV32mr->INLINEASM dependence).

@llvmbot
Copy link
Collaborator Author

llvmbot commented Aug 6, 2012

This is also being tracked in rdar://problem/12033048

@llvmbot
Copy link
Collaborator Author

llvmbot commented Oct 30, 2012

Committed llvm revision 167040.

@llvmbot llvmbot transferred this issue from llvm/llvm-bugzilla-archive Dec 3, 2021
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bugzilla Issues migrated from bugzilla llvm:codegen
Projects
None yet
Development

No branches or pull requests

1 participant