[all-commits] [llvm/llvm-project] 243376: AMDGPU: Put inexpensive ops first in AMDGPUAnnotat...
Changpeng Fang via All-commits
all-commits at lists.llvm.org
Thu Jul 30 14:38:13 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 243376cdc7b719d443f42c8c4667e5d96af53dcc
https://github.com/llvm/llvm-project/commit/243376cdc7b719d443f42c8c4667e5d96af53dcc
Author: Changpeng Fang <changpeng.fang at gmail.com>
Date: 2020-07-30 (Thu, 30 Jul 2020)
Changed paths:
M llvm/lib/Target/AMDGPU/AMDGPUAnnotateUniformValues.cpp
Log Message:
-----------
AMDGPU: Put inexpensive ops first in AMDGPUAnnotateUniformValues::visitLoadInst
Summary:
This is in response to the review of https://reviews.llvm.org/D84873:
The expensive check should be reordered last
Reviewers:
arsenm
Differential Revision:
https://reviews.llvm.org/D84890
More information about the All-commits
mailing list