From 5ad64fad948dae907e34289433ae5d6b0bb5f075 Mon Sep 17 00:00:00 2001 From: Ariel Ben-Yehuda Date: Wed, 12 Oct 2016 21:40:25 +0300 Subject: [PATCH] Update LLVM Contains backport for my patch, [InstCombine] Transform !range metadata to !nonnull when combining loads. Fixes #36920. --- src/llvm | 2 +- src/rustllvm/llvm-auto-clean-trigger | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/llvm b/src/llvm index ac1c94226e9fa..eff922acecaf0 160000 --- a/src/llvm +++ b/src/llvm @@ -1 +1 @@ -Subproject commit ac1c94226e9fa17005ce7e2dd52dd6d1875f3137 +Subproject commit eff922acecaf0b7bea23972a96fadf02d24848c1 diff --git a/src/rustllvm/llvm-auto-clean-trigger b/src/rustllvm/llvm-auto-clean-trigger index b12e25bba694f..2af812ce36987 100644 --- a/src/rustllvm/llvm-auto-clean-trigger +++ b/src/rustllvm/llvm-auto-clean-trigger @@ -1,4 +1,4 @@ # If this file is modified, then llvm will be forcibly cleaned and then rebuilt. # The actual contents of this file do not matter, but to trigger a change on the # build bots then the contents should be changed so git updates the mtime. -2016-10-10 +2016-10-12