[all-commits] [llvm/llvm-project] a15ed7: AMDGPU: Fix assert on constant load from addrspace...
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Tue May 11 17:21:39 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a15ed701ab30d0073f46139df850fe23b03fd3ac
https://github.com/llvm/llvm-project/commit/a15ed701ab30d0073f46139df850fe23b03fd3ac
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2021-05-11 (Tue, 11 May 2021)
Changed paths:
M llvm/lib/Target/AMDGPU/AMDGPULateCodeGenPrepare.cpp
A llvm/test/CodeGen/AMDGPU/amdgpu-late-codegenprepare.ll
Log Message:
-----------
AMDGPU: Fix assert on constant load from addrspacecasted pointer
This was trying to create a bitcast between different address spaces.
More information about the All-commits
mailing list