[llvm-bugs] [Bug 39160] Assertion failure /home/mkazantsev/work/llvm/include/llvm/IR/Instructions.h:3123: llvm::Value* llvm::PHINode::getIncomingValueForBlock(const llvm::BasicBlock*) const: Assertion `Idx >= 0 && "Invalid basic block argument!"' failed. Stack dump:
via llvm-bugs
llvm-bugs at lists.llvm.org
Wed Oct 10 07:03:26 PDT 2018
https://bugs.llvm.org/show_bug.cgi?id=39160
Renato Golin <renato.golin at linaro.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |maxim.kuvyrkov at gmail.com,
| |renato.golin at linaro.org
Resolution|FIXED |---
Status|RESOLVED |REOPENED
--- Comment #13 from Renato Golin <renato.golin at linaro.org> ---
This commit has broken the AArch64 bots:
http://lab.llvm.org:8011/builders/clang-cmake-aarch64-full/builds/5998/steps/ninja%20check%202/logs/FAIL%3A%20LLVM%3A%3Apr39160.ll
http://lab.llvm.org:8011/builders/clang-cmake-aarch64-lld/builds/5489/steps/ninja%20check%201/logs/FAIL%3A%20LLVM%3A%3Apr39160.ll
Command Output (stderr):
--
/home/buildslave/buildslave/clang-cmake-aarch64-lld/llvm/test/Transforms/LoopVectorize/pr39160.ll:70:10:
error: CHECK: expected string not found in input
; CHECK: middle.block:
^
<stdin>:98:16: note: scanning from here
define i32 @foo(i32 addrspace(1)* %p) {
^
<stdin>:131:32: note: possible intended match here
!3 = !{!"llvm.loop.unroll.runtime.disable"}
^
It has been more than 2 days. Please fix ASAP or revert.
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20181010/5285e892/attachment.html>
More information about the llvm-bugs
mailing list