[all-commits] [llvm/llvm-project] 752f01: AMDGPU: Fix broken XFAILed test for fat pointer nu...
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Thu May 29 22:53:20 PDT 2025
Branch: refs/heads/users/arsenm/amdgpu/fix-broken-xfail-nullptr-long-address-spaces
Home: https://github.com/llvm/llvm-project
Commit: 752f01704b69d5fb51d778e7b896d343c35a70a8
https://github.com/llvm/llvm-project/commit/752f01704b69d5fb51d778e7b896d343c35a70a8
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
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