Go to file
Jingyue Wu ffa09be222 [NVPTX] allow register copy between float and int
Summary:
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.

Reviewers: jholewinski

Subscribers: eliben, jholewinski, llvm-commits, bruno

Differential Revision: http://reviews.llvm.org/D11622

llvm-svn: 243839
2015-08-01 18:02:12 +00:00
clang [SemaExpr] Factor out common diagnostic code for remainder/division. 2015-08-01 10:13:39 +00:00
clang-tools-extra Add missing 'override'. 2015-07-31 18:32:38 +00:00
compiler-rt [asan] Link tests with ld.gold on Android. 2015-08-01 00:01:23 +00:00
debuginfo-tests
libclc Fix double implementation of log 2015-07-24 18:07:14 +00:00
libcxx Remove -Werror when using check_cxx_compiler_flag because it was causing compiler-rt breakages. 2015-07-31 21:09:38 +00:00
libcxxabi [libc++abi] Allow use just compiled clang++ for tests 2015-07-31 15:25:11 +00:00
libunwind [libunwind] Flip order of extern "C" and attribute(visibility) 2015-07-24 19:29:05 +00:00
lld [Mips] Implement definition of the DT_MIPS_RLD_MAP_REL dynamic tag 2015-08-01 14:53:49 +00:00
lldb [lldb-mi] Fix evaluation for children of created variable object. 2015-07-31 21:00:00 +00:00
llgo [llgo] build llgoi by default 2015-07-21 00:47:18 +00:00
llvm [NVPTX] allow register copy between float and int 2015-08-01 18:02:12 +00:00
openmp Update Build_With_CMake.txt to reflect changes in CMake refactor 2015-07-27 16:23:42 +00:00
polly Only use instructions as insert locations for SCEVExpander 2015-08-01 09:07:57 +00:00