[llvm-bugs] [Bug 32754] New: APInt commit broke *all* ARM self-hosting
via llvm-bugs
llvm-bugs at lists.llvm.org
Sun Apr 23 05:11:33 PDT 2017
https://bugs.llvm.org/show_bug.cgi?id=32754
Bug ID: 32754
Summary: APInt commit broke *all* ARM self-hosting
Product: libraries
Version: trunk
Hardware: PC
OS: Linux
Status: NEW
Severity: enhancement
Priority: P
Component: Core LLVM classes
Assignee: unassignedbugs at nondot.org
Reporter: renato.golin at linaro.org
CC: llvm-bugs at lists.llvm.org
llvm/lib/IR/ConstantRange.cpp:47:
llvm::ConstantRange::ConstantRange(llvm::APInt, llvm::APInt): Assertion `(Lower
!= Upper || (Lower.isMaxValue() || Lower.isMinValue())) && "Lower == Upper, but
they aren't min or max value!"' failed.
http://lab.llvm.org:8011/builders/clang-cmake-aarch64-lld/builds/1170
http://lab.llvm.org:8011/builders/clang-cmake-armv7-a15-selfhost-neon/builds/1215
http://lab.llvm.org:8011/builders/clang-cmake-thumbv7-a15-full-sh/builds/1382
http://lab.llvm.org:8011/builders/clang-cmake-armv7-a15-selfhost/builds/1703
http://lab.llvm.org:8011/builders/clang-cmake-aarch64-full/builds/1875
--
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/20170423/c6e16591/attachment-0001.html>
More information about the llvm-bugs
mailing list