Go to file
Aditya Nandakumar eb80a51b52 [GlobalISel]: Fix bug where we can report GISelFailure on erased instructions
The original instruction might get legalized and erased and expanded
into intermediate instructions and the intermediate instructions might
fail legalization. This end up in reporting GISelFailure on the erased
instruction.
Instead report GISelFailure on the intermediate instruction which failed
legalization.

Reviewed by: ab

llvm-svn: 299802
2017-04-07 21:49:30 +00:00
clang Toolchains: remove crtbegin on xwindows 2017-04-07 20:47:06 +00:00
clang-tools-extra Fix compiler warnings: "ISO c99 requires rest arguments to be used" on 2017-04-07 12:37:32 +00:00
compiler-rt Use a temp file to avoid Process Substitution. 2017-04-07 18:55:03 +00:00
debuginfo-tests Add an end-to-end testcase for address sanitizer. 2017-04-06 23:36:44 +00:00
libclc math: Implement sinh function 2017-02-25 02:46:53 +00:00
libcxx Revert "Allow a standard library to implement conditional noexcept for optional and unique_ptr hash functions." 2017-04-07 05:55:28 +00:00
libcxxabi [CMake][libcxxabi] Use -nodefaultlibs for CMake checks 2017-04-07 20:10:41 +00:00
libunwind Revert "[CMake][libunwind] Use -nodefaultlibs for CMake checks" 2017-04-07 20:24:22 +00:00
lld Remove .rdata section size checks from pdb.test, they are not the same on Windows and Unix 2017-04-07 19:58:33 +00:00
lldb Correct environ parsing on NetBSD 2017-04-07 16:45:36 +00:00
llgo benchcomp: Add a mode for analyzing file sizes. 2017-04-03 19:13:12 +00:00
llvm [GlobalISel]: Fix bug where we can report GISelFailure on erased instructions 2017-04-07 21:49:30 +00:00
openmp Test cancellation_for_sections.c expectedly fails on GCC 2017-04-04 14:39:52 +00:00
parallel-libs [Axccel] Remove -Wno-missing-braces in build 2016-12-19 21:34:07 +00:00
polly Fix missing .git/indexloadPolly in ensure-correct-tile-sizes testcase 2017-04-07 12:55:26 +00:00