OSDN Git Service

AMDGPU/SI: Fix creating v_mov_b32s without exec uses
authorMatt Arsenault <Matthew.Arsenault@amd.com>
Thu, 10 Sep 2015 01:06:06 +0000 (01:06 +0000)
committerMatt Arsenault <Matthew.Arsenault@amd.com>
Thu, 10 Sep 2015 01:06:06 +0000 (01:06 +0000)
commit117c014fc546b21aae259019ffc1caa44c999cc4
tree1a0a8a65c9cac5a1d17842450c9acaa990437b65
parent2515069180b0b99872f6358a16316a9d29ef5340
AMDGPU/SI: Fix creating v_mov_b32s without exec uses

This will be caught by existing tests with a
verifier check to be added in a future commit.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@247229 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/AMDGPU/SIFoldOperands.cpp