8000 isIdentifiedObject and Arguments in getUnderlyingObjectsForCodeGenWithoutPHIInvCheck · Issue #17 · focs-lab/llvm-project · GitHub
[go: up one dir, main page]

Skip to content

isIdentifiedObject and Arguments in getUnderlyingObjectsForCodeGenWithoutPHIInvCheck #17

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

Open
apaznikov opened this issue Nov 7, 2024 · 0 comments

Comments

@apaznikov
Copy link
Collaborator

!isa(V) or just arguments with byval attr? or something else?

      // If getUnderlyingObjects fails to find an identifiable object,
      // getUnderlyingObjectsForCodeGen also fails for safety.
      if (!isIdentifiedObject(V) &&
          // Added because function arguments may escape or be aliases */
          !isa<Argument>(V)) {
        Objects.clear();
        return false;
      }
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

1 participant
0