[all-commits] [llvm/llvm-project] e5be54: AMDGPU: Increase vcc liveness scan threshold
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Sun Oct 20 10:43:08 PDT 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: e5be543a55986e353d40d79702eef5cff3934348
https://github.com/llvm/llvm-project/commit/e5be543a55986e353d40d79702eef5cff3934348
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2019-10-20 (Sun, 20 Oct 2019)
Changed paths:
M llvm/lib/Target/AMDGPU/SIFoldOperands.cpp
M llvm/test/CodeGen/AMDGPU/copy-illegal-type.ll
M llvm/test/CodeGen/AMDGPU/cvt_f32_ubyte.ll
M llvm/test/CodeGen/AMDGPU/ds-negative-offset-addressing-mode-loop.ll
M llvm/test/CodeGen/AMDGPU/fence-barrier.ll
M llvm/test/CodeGen/AMDGPU/promote-constOffset-to-imm.ll
Log Message:
-----------
AMDGPU: Increase vcc liveness scan threshold
Avoids a test regression in a future patch. Also add debug printing on
this case, so I waste less time debugging folds in the future.
llvm-svn: 375367
More information about the All-commits
mailing list