[all-commits] [llvm/llvm-project] a227b2: AMDGPU: Fix broken XFAILed test for fat pointer nu...
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Thu May 29 22:56:08 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a227b26d3553e091561a9006867a85eef0f24c19
https://github.com/llvm/llvm-project/commit/a227b26d3553e091561a9006867a85eef0f24c19
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2025-05-30 (Fri, 30 May 2025)
Changed paths:
M llvm/test/CodeGen/AMDGPU/nullptr-long-address-spaces.ll
Log Message:
-----------
AMDGPU: Fix broken XFAILed test for fat pointer null initializers (#142015)
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.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list