[PATCH] D23622: AMDGPU: Move cndmask pseudo to be isel pseudo
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 17 13:13:57 PDT 2016
arsenm created this revision.
arsenm added a reviewer: tstellarAMD.
arsenm added a subscriber: llvm-commits.
Herald added subscribers: kzhuravl, arsenm.
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.
https://reviews.llvm.org/D23622
Files:
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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D23622.68408.patch
Type: text/x-patch
Size: 7455 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160817/5ea785b0/attachment.bin>
More information about the llvm-commits
mailing list