[llvm-bugs] [Bug 47570] error C3861: 'hash_value': identifier not found

2020-09-23 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=47570 Simon Pilgrim changed: What|Removed |Added Fixed By Commit(s)||7e4c6fb854660318dc31ecb9842 |

[llvm-bugs] [Bug 47623] New: [SLP] Missing vectorization

2020-09-23 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=47623 Bug ID: 47623 Summary: [SLP] Missing vectorization Product: libraries Version: trunk Hardware: PC OS: Windows NT Status: NEW Severity: enhancement Prio

[llvm-bugs] [Bug 47624] New: DenseMap and StringMap can't be used in range for under c++20

2020-09-23 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=47624 Bug ID: 47624 Summary: DenseMap and StringMap can't be used in range for under c++20 Product: libraries Version: trunk Hardware: PC OS: Linux Status: N

[llvm-bugs] [Bug 47625] New: Extra spilli/reload around function call

2020-09-23 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=47625 Bug ID: 47625 Summary: Extra spilli/reload around function call Product: libraries Version: trunk Hardware: PC OS: Windows NT Status: NEW Severity: enhancement

[llvm-bugs] [Bug 47626] New: CHECK failed: "((bottom)) != (0)" in asan_thread.cpp:369

2020-09-23 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=47626 Bug ID: 47626 Summary: CHECK failed: "((bottom)) != (0)" in asan_thread.cpp:369 Product: compiler-rt Version: 11.0 Hardware: PC OS: Linux Status: NEW

[llvm-bugs] Issue 25883 in oss-fuzz: llvm:clang-objc-fuzzer: ASSERT: D && !D->isInvalidDecl() && D->isThisDeclarationADefinition() && "Invalid interf

2020-09-23 Thread ClusterFuzz-External via monorail via llvm-bugs
Status: New Owner: CC: k...@google.com, masc...@google.com, jdevlieg...@apple.com, igm...@gmail.com, d...@google.com, mit...@google.com, bigchees...@gmail.com, eney...@google.com, llvm-b...@lists.llvm.org, j...@chromium.org, v...@apple.com, mitchphi...@outlook.com, xpl...@gmail.com, akils..

[llvm-bugs] [Bug 47627] New: loop-reroll rerolls loops with unrerollable instructions

2020-09-23 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=47627 Bug ID: 47627 Summary: loop-reroll rerolls loops with unrerollable instructions Product: libraries Version: trunk Hardware: PC OS: Linux Status: NEW

[llvm-bugs] [Bug 47628] New: Incorrect entry value debug location after parameter modification

2020-09-23 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=47628 Bug ID: 47628 Summary: Incorrect entry value debug location after parameter modification Product: libraries Version: trunk Hardware: PC OS: Windows NT

[llvm-bugs] [Bug 47600] [SystemZ TTI] Assertion `getActiveBits() <= 64 && "Too many bits for uint64_t"' failed.

2020-09-23 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=47600 Jonas Paulsson changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[llvm-bugs] [Bug 47629] New: [SLPVectorizer] Failure to utilize load gather operations

2020-09-23 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=47629 Bug ID: 47629 Summary: [SLPVectorizer] Failure to utilize load gather operations Product: libraries Version: trunk Hardware: PC OS: Windows NT Status:

[llvm-bugs] [Bug 47276] Crash when running clang-tidy

2020-09-23 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=47276 Jan Korous changed: What|Removed |Added Resolution|--- |FIXED Status|CONFIRMED

[llvm-bugs] Issue 23842 in oss-fuzz: llvm:clang-fuzzer: Stack-overflow in clang::Parser::ParseDecompositionDeclarator

2020-09-23 Thread sheriffbot via monorail via llvm-bugs
Updates: Labels: Deadline-Approaching Comment #1 on issue 23842 by sheriffbot: llvm:clang-fuzzer: Stack-overflow in clang::Parser::ParseDecompositionDeclarator https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=23842#c1 This bug is approaching its deadline for being fixed, and will be

[llvm-bugs] Issue 23863 in oss-fuzz: llvm:clang-objc-fuzzer: Out-of-memory in clang-objc-fuzzer

2020-09-23 Thread sheriffbot via monorail via llvm-bugs
Updates: Labels: Deadline-Approaching Comment #1 on issue 23863 by sheriffbot: llvm:clang-objc-fuzzer: Out-of-memory in clang-objc-fuzzer https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=23863#c1 This bug is approaching its deadline for being fixed, and will be automatically derest

[llvm-bugs] [Bug 47630] New: regression with mips-linux: Assertion `ShiftAmt <= BitWidth && "Invalid shift amount"' failed

2020-09-23 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=47630 Bug ID: 47630 Summary: regression with mips-linux: Assertion `ShiftAmt <= BitWidth && "Invalid shift amount"' failed Product: new-bugs Version: 11.0 Hardware: All

[llvm-bugs] [Bug 47631] New: [PGO] Consider enabling pre-cleanup passes before PGO instrumentation at -Os

2020-09-23 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=47631 Bug ID: 47631 Summary: [PGO] Consider enabling pre-cleanup passes before PGO instrumentation at -Os Product: libraries Version: trunk Hardware: PC OS: All

[llvm-bugs] [Bug 47632] New: data32 ljmp in .code16 should select FARJMP32i instead of FARJMP16i

2020-09-23 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=47632 Bug ID: 47632 Summary: data32 ljmp in .code16 should select FARJMP32i instead of FARJMP16i Product: libraries Version: trunk Hardware: PC OS: Linux Sta

[llvm-bugs] [Bug 47633] New: -debugify-each/-debugify-export don't work under new pass manager

2020-09-23 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=47633 Bug ID: 47633 Summary: -debugify-each/-debugify-export don't work under new pass manager Product: new-bugs Version: unspecified Hardware: PC OS: Windows NT

[llvm-bugs] [Bug 46942] data32 prefix in .code16 block is not respected

2020-09-23 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=46942 Fangrui Song changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[llvm-bugs] [Bug 47213] GCC Optimizes Constexpr atof Function (LLVM does not)

2020-09-23 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=47213 Axel Huebl changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---