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

[DirectX] Remove unneccary check lines #90979

Merged
merged 3 commits into from
May 3, 2024

Conversation

llvm-beanz
Copy link
Collaborator

These check lines break as of 91446e2 due to changes in how LLVM handles debug information. Since debug informaiton isn't important to what this test is verifying we can remove the check lines.

These check lines break as of 91446e2 due to changes in how LLVM
handles debug information. Since debug informaiton isn't important to
what this test is verifying we can remove the check lines.
; CHECK: Function Attrs: nounwind memory(none)
; Function Attrs: nofree nosync nounwind readnone speculatable willreturn
declare void @llvm.dbg.value(metadata, metadata, metadata) #1

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we remove the attributes #1 = { nofree nosync nounwind readnone speculatable willreturn } since it is not used anymore?

@llvm-beanz llvm-beanz merged commit 9299a13 into llvm:main May 3, 2024
3 of 4 checks passed
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.

None yet

3 participants