[AMDGPU] Consider XOR in waterfall loop as a terminator
authorScott Linder <scott@scottlinder.com>
Tue, 5 Feb 2019 19:50:32 +0000 (19:50 +0000)
committerScott Linder <scott@scottlinder.com>
Tue, 5 Feb 2019 19:50:32 +0000 (19:50 +0000)
commite2c5847414692024bf955de68e72f74fc1ea391e
tree1d337dd61b5023c34b27f036b6ab05dec890125e
parentbb6d61c752070bdd2a5d835dd8e56958637dfdd5
[AMDGPU] Consider XOR in waterfall loop as a terminator

Ensure the XOR in the waterfall loop for indirect addressing is considered a terminator.

Differential Revision: https://reviews.llvm.org/D57703

llvm-svn: 353207
llvm/lib/Target/AMDGPU/SIISelLowering.cpp
llvm/test/CodeGen/AMDGPU/indirect-addressing-term.ll [new file with mode: 0644]