[llvm-bugs] [Bug 46494] New: clang fails on armel with "fatal error: error in backend: Unsupported library call operation!"

2020-06-28 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=46494 Bug ID: 46494 Summary: clang fails on armel with "fatal error: error in backend: Unsupported library call operation!" Product: libraries Version: trunk Hardware: PC

[llvm-bugs] [Bug 46487] New: Clang crash inclang/lib/Sema/SemaOverload.cpp:5702: clang::ExprResult clang::Sema::CheckConvertedConstantExpression(): Assertion `T->isIntegralOrEnumerationType() && "unex

2020-06-28 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=46487 Bug ID: 46487 Summary: Clang crash inclang/lib/Sema/SemaOverload.cpp:5702: clang::ExprResult clang::Sema::CheckConvertedConstantExpression(): Assertion

[llvm-bugs] [Bug 46486] New: Clang crash in build/tools/clang/include/clang/AST/TypeNodes.inc:58: clang::TypeInfo clang::ASTContext::getTypeInfoImpl(const clang::Type *) const: Assertion `!T->isDepend

2020-06-28 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=46486 Bug ID: 46486 Summary: Clang crash in build/tools/clang/include/clang/AST/TypeNodes.inc:58: clang::TypeInfo clang::ASTContext::getTypeInfoImpl(const clang::Type

[llvm-bugs] [Bug 46484] New: Clang crash in clang/lib/Sema/SemaChecking.cpp:10028: static (anonymous namespace)::IntRange (anonymous namespace)::IntRange::forValueOfCanonicalType(clang::ASTContext &,

2020-06-28 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=46484 Bug ID: 46484 Summary: Clang crash in clang/lib/Sema/SemaChecking.cpp:10028: static (anonymous namespace)::IntRange (anonymous namespace)::IntRange::forValueOfCanonicalType(clang::A

[llvm-bugs] [Bug 46485] New: Clang crash in clang/include/clang/AST/Type.h:7223: const T *clang::Type::castAs() const [T = clang::TagType]: Assertion `isa(CanonicalType)' failed.

2020-06-28 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=46485 Bug ID: 46485 Summary: Clang crash in clang/include/clang/AST/Type.h:7223: const T *clang::Type::castAs() const [T = clang::TagType]: Assertion `isa(CanonicalType)'

[llvm-bugs] [Bug 46483] New: Adopt variadic isa<> within LLVM code

2020-06-28 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=46483 Bug ID: 46483 Summary: Adopt variadic isa<> within LLVM code Product: libraries Version: trunk Hardware: All OS: All Status: NEW Severity: enhancement

[llvm-bugs] [Bug 46481] New: Clang crash in clang/lib/AST/DeclBase.cpp:989: bool clang::Decl::AccessDeclContextSanity() const: Assertion `Access != AS_none && "Access specifier is AS_none inside a rec

2020-06-28 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=46481 Bug ID: 46481 Summary: Clang crash in clang/lib/AST/DeclBase.cpp:989: bool clang::Decl::AccessDeclContextSanity() const: Assertion `Access != AS_none && "Access specifier is

[llvm-bugs] [Bug 46419] New: Clang crash : Assertion `isExprRep((TST) TypeSpecType) && "DeclSpec does not store an expr"' failed.

2020-06-28 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=46419 Bug ID: 46419 Summary: Clang crash : Assertion `isExprRep((TST) TypeSpecType) && "DeclSpec does not store an expr"' failed. Product: clang Version: trunk Hardware: PC

[llvm-bugs] [Bug 46482] New: Adopt variadic isa<> within clang code

2020-06-28 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=46482 Bug ID: 46482 Summary: Adopt variadic isa<> within clang code Product: clang Version: trunk Hardware: All OS: All Status: NEW Severity: enhancement

[llvm-bugs] [Bug 46461] [X86] reduceBuildVecExtToExtBuildVec breaks uses of opportunity to use broadcast

2020-06-28 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=46461 Simon Pilgrim changed: What|Removed |Added Resolution|--- |FIXED Fixed By Commit(s)|

[llvm-bugs] [Bug 46479] New: Missed optimization: movups instruction is used even when the memory is known to be aligned

2020-06-28 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=46479 Bug ID: 46479 Summary: Missed optimization: movups instruction is used even when the memory is known to be aligned Product: libraries Version: 10.0 Hardware: PC

[llvm-bugs] Issue 23756 in oss-fuzz: llvm:llvm-isel-fuzzer--aarch64-O2: ASSERT: canSkipToPos(ByteNo) && "Invalid location"

2020-06-28 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,

[llvm-bugs] [Bug 46480] New: [AArch64] .note.gnu.property always generated for object file without code

2020-06-28 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=46480 Bug ID: 46480 Summary: [AArch64] .note.gnu.property always generated for object file without code Product: clang Version: trunk Hardware: PC OS: Linux

[llvm-bugs] Issue 4706 in oss-fuzz: llvm/llvm-opt-fuzzer--x86_64-instcombine: ASSERT: VSTOffset == 0 || !F->hasName()

2020-06-28 Thread ClusterFuzz-External via monorail via llvm-bugs
Updates: Labels: ClusterFuzz-Verified Status: Verified Comment #16 on issue 4706 by ClusterFuzz-External: llvm/llvm-opt-fuzzer--x86_64-instcombine: ASSERT: VSTOffset == 0 || !F->hasName() https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=4706#c16 ClusterFuzz testcase

[llvm-bugs] Issue 14774 in oss-fuzz: llvm/llvm-opt-fuzzer--x86_64-loop_unroll: ASSERT: (isa(MaxNotTaken) || isa(MaxNotTaken)) && "No

2020-06-28 Thread ClusterFuzz-External via monorail via llvm-bugs
Updates: Labels: ClusterFuzz-Verified Status: Verified Comment #4 on issue 14774 by ClusterFuzz-External: llvm/llvm-opt-fuzzer--x86_64-loop_unroll: ASSERT: (isa(MaxNotTaken) || isa(MaxNotTaken)) && "No https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=14774#c4 ClusterFuzz

[llvm-bugs] Issue 15534 in oss-fuzz: llvm/llvm-opt-fuzzer--x86_64-loop_unroll: Null-dereference READ in BitcodeReader::parseFunctionBody

2020-06-28 Thread ClusterFuzz-External via monorail via llvm-bugs
Updates: Labels: ClusterFuzz-Verified Status: Verified Comment #3 on issue 15534 by ClusterFuzz-External: llvm/llvm-opt-fuzzer--x86_64-loop_unroll: Null-dereference READ in BitcodeReader::parseFunctionBody https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=15534#c3

[llvm-bugs] Issue 18208 in oss-fuzz: llvm:llvm-opt-fuzzer--x86_64-loop_unroll: Use-of-uninitialized-value in bool llvm::DenseMapBase

2020-06-28 Thread ClusterFuzz-External via monorail via llvm-bugs
Updates: Labels: ClusterFuzz-Verified Status: Verified Comment #3 on issue 18208 by ClusterFuzz-External: llvm:llvm-opt-fuzzer--x86_64-loop_unroll: Use-of-uninitialized-value in bool llvm::DenseMapBasehttps://bugs.chromium.org/p/oss-fuzz/issues/detail?id=18208#c3 ClusterFuzz

[llvm-bugs] [Bug 46457] ScalarEvolution Add expression type tracking woes

2020-06-28 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=46457 Roman Lebedev changed: What|Removed |Added Assignee|unassignedb...@nondot.org |lebedev...@gmail.com Fixed By Commit(s)|

[llvm-bugs] Issue 15635 in oss-fuzz: llvm/llvm-opt-fuzzer--x86_64-loop_unroll: ASSERT: canSkipToPos(ByteNo) && "Invalid location"

2020-06-28 Thread ClusterFuzz-External via monorail via llvm-bugs
Updates: Labels: ClusterFuzz-Verified Status: Verified Comment #3 on issue 15635 by ClusterFuzz-External: llvm/llvm-opt-fuzzer--x86_64-loop_unroll: ASSERT: canSkipToPos(ByteNo) && "Invalid location" https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=15635#c3 ClusterFuzz

[llvm-bugs] [Bug 46478] New: -fsanitize=thread produces unwanted .eh_frame and .init_array.* sections

2020-06-28 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=46478 Bug ID: 46478 Summary: -fsanitize=thread produces unwanted .eh_frame and .init_array.* sections Product: compiler-rt Version: unspecified Hardware: PC OS: Linux