[all-commits] [llvm/llvm-project] 78a43f: AMDGPU: Don't assert on unknown address spaces
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Fri May 8 10:12:48 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 78a43f10c701a9cb353e927e9551f32223fbb37d
https://github.com/llvm/llvm-project/commit/78a43f10c701a9cb353e927e9551f32223fbb37d
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2020-05-08 (Fri, 08 May 2020)
Changed paths:
M llvm/lib/Target/AMDGPU/AMDGPUTargetTransformInfo.cpp
M llvm/lib/Target/AMDGPU/SIISelLowering.cpp
A llvm/test/Transforms/CodeGenPrepare/AMDGPU/addressing-modes.ll
Log Message:
-----------
AMDGPU: Don't assert on unknown address spaces
Assume unknown address spaces behave like some flavor of global
memory.
More information about the All-commits
mailing list