[all-commits] [llvm/llvm-project] 4a308d: [AMDGPU] Keep consistent check of legal addressing...
darkbuck via All-commits
all-commits at lists.llvm.org
Wed Nov 20 12:08:38 PST 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 4a308d302c3378258c5a9af231236de4d7ff741a
https://github.com/llvm/llvm-project/commit/4a308d302c3378258c5a9af231236de4d7ff741a
Author: Michael Liao <michael.hliao at gmail.com>
Date: 2019-11-20 (Wed, 20 Nov 2019)
Changed paths:
M llvm/lib/Target/AMDGPU/SIISelLowering.cpp
M llvm/lib/Target/AMDGPU/SILoadStoreOptimizer.cpp
A llvm/test/CodeGen/AMDGPU/promote-constOffset-to-imm-gfx10.mir
M llvm/test/CodeGen/AMDGPU/promote-constOffset-to-imm.ll
Log Message:
-----------
[AMDGPU] Keep consistent check of legal addressing mode.
Summary:
- Add test cases for GFX10, which has narrower offset range compared to
GFX9.
Reviewers: rampitec, arsenm
Subscribers: kzhuravl, jvesely, wdng, nhaehnle, yaxunl, dstuttard, tpr, t-tye, hiraditya, llvm-commits
Tags: #llvm
Differential Revision: https://reviews.llvm.org/D70473
More information about the All-commits
mailing list