8000 AMDGPU: Fix broken XFAILed test for fat pointer null initializers by arsenm · Pull Request #142015 · llvm/llvm-project · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

AMDGPU: Fix broken XFAILed test for fat pointer null initializers #142015

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

Conversation

arsenm
Copy link
Contributor
@arsenm arsenm commented May 29, 2025

This was failing on the buffer fat pointer lowering error in the
addrspace(7) case, not the expected asm printer breakage. Also remove
the attempt at FileChecking the result, since that is dependent on the
actual fix and we want the unexpected pass whenever the assert is fixed.

Copy link
Contributor Author
arsenm commented May 29, 2025

@llvmbot
Copy link
Member
llvmbot commented May 29, 2025

@llvm/pr-subscribers-backend-amdgpu

Author: Matt Arsenault (arsenm)

Changes

This was failing on the buffer fat pointer lowering error in the
addrspace(7) case, not the expected asm printer breakage. Also remove
the attempt at FileChecking the result, since that is dependent on the
actual fix and we want the unexpected pass whenever the assert is fixed.


Full diff: https://github.com/llvm/llvm-project/pull/142015.diff

1 Files Affected:

  • (modified) llvm/test/CodeGen/AMDGPU/nullptr-long-address-spaces.ll (+4-4)
diff --git a/llvm/test/CodeGen/AMDGPU/nullptr-long-address-spaces.ll b/llvm/test/CodeGen/AMDGPU/nullptr-long-address-spaces.ll
index 6556f07c73504..e039225dba3e7 100644
--- a/llvm/test/CodeGen/AMDGPU/nullptr-long-address-spaces.ll
+++ b/llvm/test/CodeGen/AMDGPU/nullptr-long-address-spaces.ll
@@ -1,6 +1,6 @@
 ; XFAIL: *
-; RUN: llc < %s -mtriple=amdgcn-- -verify-machineinstrs | FileCheck -check-prefixes=CHECK,GCN %s
-; RUN: llc < %s -mtriple=r600-- -verify-machineinstrs | FileCheck -check-prefixes=CHECK,R600 %s
+; REQUIRES: asserts
+; RUN: llc -mtriple=amdgcn-- < %s
 
 ; This is a temporary xfail, as the assembly printer is broken when dealing with
 ; lowerConstant() trying to return a value of size greater than 8 bytes.
@@ -9,10 +9,10 @@
 ; The exact form of the GCN output depends on how the printer gets fixed.
 ; GCN-NEXT: .zeroes 5
 ; R600-NEXT: .long 0
-@nullptr7 = global ptr addrspace(7) addrspacecast (ptr null to ptr addrspace(7))
+; @nullptr7 = global ptr addrspace(7) addrspacecast (ptr null to ptr addrspace(7))
 
 ; CHECK-LABEL: nullptr8:
 ; The exact form of the GCN output depends on how the printer gets fixed.
 ; GCN-NEXT: .zeroes 4
 ; R600-NEXT: .long 0
-@nullptr8 = global ptr addrspace(8) addrspacecast (ptr null to ptr addrspace(7))
+@nullptr8 = global ptr addrspace(8) addrspacecast (ptr null to ptr addrspace(8))

Copy link
Contributor Author
arsenm commented May 30, 2025

Merge activity

  • May 30, 5:48 AM UTC: A user started a stack merge that includes this pull request via Graphite.
  • May 30, 5:53 AM UTC: Graphite rebased this pull request as part of a merge.
  • May 30, 5:55 AM UTC: @arsenm merged this pull request with Graphite.

@arsenm arsenm force-pushed the users/arsenm/amdgpu/start-using-context-errors-buffer-fat-pointer-lowering branch from 30a7806 to 77d99f4 Compare May 30, 2025 05:50
Base automatically changed from users/arsenm/amdgpu/start-using-context-errors-buffer-fat-pointer-lowering to main May 30, 2025 05:52
This was failing on the buffer fat pointer lowering error in the
addrspace(7) case, not the expected asm printer breakage. Also remove
the attempt at FileChecking the result, since that is dependent on the
actual fix and we want the unexpected pass whenever the assert is fixed.
@arsenm arsenm force-pushed the users/arsenm/amdgpu/fix-broken-xfail-nullptr-long-address-spaces branch from 53f7285 to 752f017 Compare May 30, 2025 05:53
@arsenm arsenm merged commit a227b26 into main May 30, 2025
6 of 10 checks passed
@arsenm arsenm deleted the users/arsenm/amdgpu/fix-broken-xfail-nullptr-long-address-spaces branch May 30, 2025 05:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants
0