[PATCH] D11622: [NVPTX] allow register copy between float and int

Jingyue Wu jingyue at google.com
Wed Jul 29 23:13:23 PDT 2015


jingyue created this revision.
jingyue added a reviewer: jholewinski.
jingyue added subscribers: bruno, llvm-commits.
Herald added a subscriber: jholewinski.

Fixes PR24303. With Bruno's WIP (D11197) on PeepholeOptimizer, across-class
register copying (e.g. i32 to f32) becomes possible. Enhance
NVPTXInstrInfo::copyPhysReg to handle these cases.

http://reviews.llvm.org/D11622

Files:
  lib/Target/NVPTX/NVPTXInstrInfo.cpp
  test/CodeGen/NVPTX/reg-copy.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D11622.30991.patch
Type: text/x-patch
Size: 13618 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150730/5bc01b4e/attachment.bin>


More information about the llvm-commits mailing list