[all-commits] [llvm/llvm-project] 008e65: [AMDGPU] Fix emitIfBreak CF lowering: use temp reg...
Valery via All-commits
all-commits at lists.llvm.org
Tue Nov 26 08:01:47 PST 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 008e65a7bfb320bf197a04ff6427da84f8d38b76
https://github.com/llvm/llvm-project/commit/008e65a7bfb320bf197a04ff6427da84f8d38b76
Author: vpykhtin <valery.pykhtin at gmail.com>
Date: 2019-11-26 (Tue, 26 Nov 2019)
Changed paths:
M llvm/lib/Target/AMDGPU/SILowerControlFlow.cpp
M llvm/test/CodeGen/AMDGPU/divergent-branch-uniform-condition.ll
M llvm/test/CodeGen/AMDGPU/i1-copy-from-loop.ll
M llvm/test/CodeGen/AMDGPU/loop_break.ll
M llvm/test/CodeGen/AMDGPU/multilevel-break.ll
M llvm/test/CodeGen/AMDGPU/si-annotate-cf.ll
M llvm/test/CodeGen/AMDGPU/valu-i1.ll
M llvm/test/CodeGen/AMDGPU/wave32.ll
Log Message:
-----------
[AMDGPU] Fix emitIfBreak CF lowering: use temp reg to make register coalescer life easier.
Differential revision: https://reviews.llvm.org/D70405
More information about the All-commits
mailing list