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

Update llpc to handle new version of llvm #2801

Merged
merged 1 commit into from
Nov 7, 2023

Conversation

mbrkusanin
Copy link
Contributor

Handle upstream llvm changes for llvm/llvm-project@2400c54 [Vectorize] Remove Transforms/Vectorize.h (#71294)

We should use "llvm/Transforms/Vectorize/LoadStoreVectorizer.h" instead
now, but we do not actually need it here.

Handle upstream llvm changes for llvm/llvm-project@2400c54
[Vectorize] Remove Transforms/Vectorize.h (#71294)

We should use "llvm/Transforms/Vectorize/LoadStoreVectorizer.h" instead
now, but we do not actually need it here.
@mbrkusanin mbrkusanin requested review from jayfoad and dstutt November 7, 2023 15:16
@mbrkusanin mbrkusanin requested a review from a team as a code owner November 7, 2023 15:16
@amdvlk-admin
Copy link

Test summary for commit eb434cd

CTS tests (Failed: 0/137941)
  • Built with version 1.3.5.2
  • Ubuntu navi3x, Srdcvk
    • Passed: 35352/68939 (51.3%)
    • Failed: 0/68939 (0.0%)
    • Not Supported: 33587/68939 (48.7%)
    • Warnings: 0/68939 (0.0%)
    Ubuntu navi2x, Srdcvk
    • Passed: 35424/69002 (51.3%)
    • Failed: 0/69002 (0.0%)
    • Not Supported: 33578/69002 (48.7%)
    • Warnings: 0/69002 (0.0%)

@mbrkusanin mbrkusanin merged commit 071f063 into GPUOpen-Drivers:dev Nov 7, 2023
9 checks passed
@mbrkusanin mbrkusanin deleted the llpc-include-fix branch November 9, 2023 15:22
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.

4 participants