Go to file
Daniel Sanders 1fb1ce0c87 [globalisel][tablegen] Support zero-instruction emission.
Summary:
Support the case where an operand of a pattern is also the whole of the
result pattern. In this case the original result and all its uses must be
replaced by the operand. However, register class restrictions can require
a COPY. This patch handles both cases by always emitting the copy and
leaving it for the register allocator to optimize.

Depends on D35833

Reviewers: ab, t.p.northover, qcolombet, rovka, aditya_nandakumar

Subscribers: javed.absar, kristof.beyls, igorb, llvm-commits

Differential Revision: https://reviews.llvm.org/D36084

llvm-svn: 310716
2017-08-11 15:40:32 +00:00
clang [mips] Add missing mips-registered-target to mips test. 2017-08-11 15:23:23 +00:00
clang-tools-extra Implement hicpp-braces-around-statements as an alias to readability-braces-around-statements. 2017-08-11 12:12:36 +00:00
compiler-rt Enable ASAN on NetBSD 2017-08-10 19:08:39 +00:00
debuginfo-tests Add a test for PR33166. 2017-05-25 19:33:16 +00:00
libclc configure.py: Make python3 friendly 2017-08-02 15:00:59 +00:00
libcxx Change the way the literal operators are defined - now w/o a seperating space. This should be a NFC, but it will change how the compiler parses it. 2017-08-09 15:42:50 +00:00
libcxxabi [demangler] Fix some more -Wshadow warnings I missed in r310535 2017-08-10 02:48:13 +00:00
libunwind [CMake] Allow overriding lib dir suffix independently from LLVM 2017-08-08 00:37:59 +00:00
lld [ELF] - Fixing buildbot. 2017-08-11 11:46:56 +00:00
lldb remove FreeBSD xfail decorator from TestCppNsImport 2017-08-10 18:26:52 +00:00
llgo irgen: Create functions instead of global variables for builtin hash and equal algorithms. 2017-06-04 22:11:28 +00:00
llvm [globalisel][tablegen] Support zero-instruction emission. 2017-08-11 15:40:32 +00:00
openmp OMP_PROC_BIND: better spread 2017-08-10 23:04:11 +00:00
parallel-libs [Axccel] Remove -Wno-missing-braces in build 2016-12-19 21:34:07 +00:00
polly Fix two warnings in polly, -Wmismatched-tags and -Wreorder 2017-08-10 21:46:22 +00:00