[llvm-bugs] [Bug 42962] New: foldICmpBinOp => Assertion `isa(Val) && "cast() argument of incompatible type!"

2019-08-12 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=42962 Bug ID: 42962 Summary: foldICmpBinOp => Assertion `isa(Val) && "cast() argument of incompatible type!" Product: libraries Version: trunk Hardware: PC OS: Windows N

[llvm-bugs] [Bug 42963] New: Fix nested segment algorithm for segments with different alignments

2019-08-12 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=42963 Bug ID: 42963 Summary: Fix nested segment algorithm for segments with different alignments Product: tools Version: trunk Hardware: PC OS: Windows NT St

[llvm-bugs] Issue 15623 in oss-fuzz: llvm: Build failure

2019-08-12 Thread ClusterFuzz-External via monorail via llvm-bugs
Comment #13 on issue 15623 by ClusterFuzz-External: llvm: Build failure https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=15623#c13 Friendly reminder that the the build is still failing. Please try to fix this failure to ensure that fuzzing remains productive. Latest build log: https://oss

[llvm-bugs] [Bug 42964] New: Allow "-" as an alias for "-n integer"

2019-08-12 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=42964 Bug ID: 42964 Summary: Allow "-" as an alias for "-n integer" Product: tools Version: trunk Hardware: PC OS: Windows NT Status: NEW Severity: enhancement

[llvm-bugs] [Bug 32939] [DAGCombine] Missed A + -2.0*B*C -> A - (B+B)*C

2019-08-12 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=32939 Sanjay Patel changed: What|Removed |Added Fixed By Commit(s)||r368490, r368512 Status|CONFIRMED

[llvm-bugs] [Bug 42965] New: ExitValue rewrite in IndVarSimplify may introduce extra spills and instructions at no benefit

2019-08-12 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=42965 Bug ID: 42965 Summary: ExitValue rewrite in IndVarSimplify may introduce extra spills and instructions at no benefit Product: libraries Version: trunk Hardware: PC

[llvm-bugs] [Bug 42966] New: Regression(r365860) New fomit-frame-pointer / momit-leaf-frame-pointer handling leads to unfriendly diagnostics

2019-08-12 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=42966 Bug ID: 42966 Summary: Regression(r365860) New fomit-frame-pointer / momit-leaf-frame-pointer handling leads to unfriendly diagnostics Product: clang Version: trunk

[llvm-bugs] Issue 16395 in oss-fuzz: llvm:llvm-isel-fuzzer--wasm32-O2: Unexpected-exit in llvm::LLVMContext::diagnose

2019-08-12 Thread ClusterFuzz-External via monorail via llvm-bugs
Status: New Owner: CC: k...@google.com, masc...@google.com, jdevlieg...@apple.com, igm...@gmail.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...@apple.com

[llvm-bugs] [Bug 42967] New: sysv format does not print blank line between archive members

2019-08-12 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=42967 Bug ID: 42967 Summary: sysv format does not print blank line between archive members Product: tools Version: trunk Hardware: PC OS: Windows NT Status:

[llvm-bugs] [Bug 42968] New: Missed inlining causes significat slowdown (C-ray case study)

2019-08-12 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=42968 Bug ID: 42968 Summary: Missed inlining causes significat slowdown (C-ray case study) Product: libraries Version: trunk Hardware: PC OS: Linux Status: N

[llvm-bugs] [Bug 42969] New: LICM miscompiles simple loop nest (because of bad AA caching?)

2019-08-12 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=42969 Bug ID: 42969 Summary: LICM miscompiles simple loop nest (because of bad AA caching?) Product: libraries Version: trunk Hardware: PC OS: Linux Status:

[llvm-bugs] [Bug 42968] Missed inlining causes significat slowdown (C-ray case study)

2019-08-12 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=42968 David Bolvansky changed: What|Removed |Added Resolution|--- |DUPLICATE Status|NEW

[llvm-bugs] Issue 16385 in oss-fuzz: llvm:llvm-isel-fuzzer--aarch64-O2: Container-overflow in MachineBlockPlacement::runOnMachineFunction

2019-08-12 Thread ClusterFuzz-External via monorail via llvm-bugs
Updates: Labels: ClusterFuzz-Verified Status: Verified Comment #1 on issue 16385 by ClusterFuzz-External: llvm:llvm-isel-fuzzer--aarch64-O2: Container-overflow in MachineBlockPlacement::runOnMachineFunction https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=16385#c1 Clust

[llvm-bugs] [Bug 42970] New: Tidy up llvm-size's error messages

2019-08-12 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=42970 Bug ID: 42970 Summary: Tidy up llvm-size's error messages Product: tools Version: trunk Hardware: PC OS: Windows NT Status: NEW Severity: normal Priori

[llvm-bugs] [Bug 42971] New: Missing file name for darwin output format with non-Mach-O

2019-08-12 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=42971 Bug ID: 42971 Summary: Missing file name for darwin output format with non-Mach-O Product: tools Version: trunk Hardware: PC OS: Windows NT Status: NEW

[llvm-bugs] [Bug 42972] New: Declaration conflict between __clang_cuda_math_forward_declares.h and libstdc++

2019-08-12 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=42972 Bug ID: 42972 Summary: Declaration conflict between __clang_cuda_math_forward_declares.h and libstdc++ Product: clang Version: trunk Hardware: PC OS: Linux

[llvm-bugs] [Bug 42973] New: [WebAssembly] SIMD bit-shifts can remove unroll thanks to V8 fixes

2019-08-12 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=42973 Bug ID: 42973 Summary: [WebAssembly] SIMD bit-shifts can remove unroll thanks to V8 fixes Product: new-bugs Version: trunk Hardware: All OS: All Status

[llvm-bugs] [Bug 42974] New: implement -ffixed-* for q* registers

2019-08-12 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=42974 Bug ID: 42974 Summary: implement -ffixed-* for q* registers Product: libraries Version: trunk Hardware: PC OS: Linux Status: NEW Severity: enhancement

[llvm-bugs] [Bug 41713] When using --format=sysv do not print blank types for unknown, processor-specific and OS-specific symbol types

2019-08-12 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=41713 Sunil Srivastava changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[llvm-bugs] [Bug 42936] SegFault with __builtin_bit_cast to templated type and auto return type

2019-08-12 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=42936 Erik Pilkington changed: What|Removed |Added Status|NEW |RESOLVED Fixed By Commit(s)|

[llvm-bugs] [Bug 42976] New: Risc-V clang does not recognize floating point registers in inline asm

2019-08-12 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=42976 Bug ID: 42976 Summary: Risc-V clang does not recognize floating point registers in inline asm Product: new-bugs Version: 9.0 Hardware: Other OS: other

[llvm-bugs] [Bug 42977] New: Please warn on if constexpr (std::is_constant_evaluated())

2019-08-12 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=42977 Bug ID: 42977 Summary: Please warn on if constexpr (std::is_constant_evaluated()) Product: clang Version: trunk Hardware: PC OS: Windows NT Status: NEW

[llvm-bugs] [Bug 42978] New: Merge r368516 into 9.0

2019-08-12 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=42978 Bug ID: 42978 Summary: Merge r368516 into 9.0 Product: new-bugs Version: 9.0 Hardware: PC OS: FreeBSD Status: NEW Severity: release blocker Priority: P

[llvm-bugs] [Bug 42979] New: clang/test/Driver/modules.cpp fails when build directory contains '.s' in its name

2019-08-12 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=42979 Bug ID: 42979 Summary: clang/test/Driver/modules.cpp fails when build directory contains '.s' in its name Product: clang Version: 9.0 Hardware: PC OS: Linux

[llvm-bugs] [Bug 42980] New: Conditional explicit not respected with out-of-line definition

2019-08-12 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=42980 Bug ID: 42980 Summary: Conditional explicit not respected with out-of-line definition Product: clang Version: trunk Hardware: PC OS: Windows NT Status:

[llvm-bugs] [Bug 42949] __builtin_constant_p lowering is inconsistent, producing false-negatives

2019-08-12 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=42949 George Burgess changed: What|Removed |Added Resolution|--- |INVALID Status|NEW