OSDN Git Service

AMDGPU: Move cndmask pseudo to be isel pseudo
authorMatt Arsenault <Matthew.Arsenault@amd.com>
Sat, 27 Aug 2016 01:00:37 +0000 (01:00 +0000)
committerMatt Arsenault <Matthew.Arsenault@amd.com>
Sat, 27 Aug 2016 01:00:37 +0000 (01:00 +0000)
commite52dfc95ef5f4bbaab4e9529668d33f552fbbb11
tree63f776f31472655be1e65085de51ee33d7d887fc
parentf5dc5ec2994969c8f5f480fac4a4d8c27a6ceeb0
AMDGPU: Move cndmask pseudo to be isel pseudo

There's only one use of this for the convenience
of a pattern. I think v_mov_b64_pseudo should also be
moved, but SIFoldOperands does currently make use of it.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@279901 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/AMDGPU/SIISelLowering.cpp
lib/Target/AMDGPU/SIInstrInfo.cpp
lib/Target/AMDGPU/SIInstructions.td
test/CodeGen/AMDGPU/ffloor.f64.ll
test/CodeGen/AMDGPU/fract.f64.ll