[llvm-bugs] [Bug 43739] New: Non-constexpr swap is allowed in constexpr context
https://bugs.llvm.org/show_bug.cgi?id=43739 Bug ID: 43739 Summary: Non-constexpr swap is allowed in constexpr context Product: clang Version: trunk Hardware: PC OS: Linux Status: NEW Severity: enhancement Priority: P Component: C++2a Assignee: unassignedclangb...@nondot.org Reporter: zamazan...@tut.by CC: blitzrak...@gmail.com, erik.pilking...@gmail.com, llvm-bugs@lists.llvm.org, richard-l...@metafoo.co.uk For the following code https://godbolt.org/z/8umUCN GCC produces compiler error (that's correct, I think), but Clang(trunk and 9) compiles it successfully. I think Clang shall has here a compiler error too. Notice that Clang 8 is correct here: compilation fails. Godbolt link: https://godbolt.org/z/8umUCN -- You are receiving this mail because: You are on the CC list for the bug.___ llvm-bugs mailing list llvm-bugs@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs
[llvm-bugs] Issue 18412 in oss-fuzz: llvm:clang-fuzzer: Null-dereference READ in EvaluateObjectArgument
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 Labels: ClusterFuzz Reproducible Stability-Memory-MemorySanitizer Engine-libfuzzer OS-Linux Proj-llvm Reported-2019-10-21 Type: Bug New issue 18412 by ClusterFuzz-External: llvm:clang-fuzzer: Null-dereference READ in EvaluateObjectArgument https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=18412 Detailed Report: https://oss-fuzz.com/testcase?key=5109032511078400 Project: llvm Fuzzing Engine: libFuzzer Fuzz Target: clang-fuzzer Job Type: libfuzzer_msan_llvm Platform Id: linux Crash Type: Null-dereference READ Crash Address: 0x Crash State: EvaluateObjectArgument ExprEvaluatorBase::handleCallExpr clang::StmtVisitorBasebool>::Visit Sanitizer: memory (MSAN) Regressed: https://oss-fuzz.com/revisions?job=libfuzzer_msan_llvm&range=201906300300:201910150335 Reproducer Testcase: https://oss-fuzz.com/download?testcase_id=5109032511078400 Issue filed automatically. See https://google.github.io/oss-fuzz/advanced-topics/reproducing for instructions to reproduce this bug locally. When you fix this bug, please * mention the fix revision(s). * state whether the bug was a short-lived regression or an old bug in any stable releases. * add any other useful information. This information can help downstream consumers. If you need to contact the OSS-Fuzz team with a question, concern, or any other feedback, please file an issue at https://github.com/google/oss-fuzz/issues. Comments on individual Monorail issues are not monitored. -- You received this message because: 1. You were specifically CC'd on the issue You may adjust your notification preferences at: https://bugs.chromium.org/hosting/settings Reply to this email to add a comment. ___ llvm-bugs mailing list llvm-bugs@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs
[llvm-bugs] [Bug 43740] New: Build issue for 32-bit configuration on OS SLES 15
https://bugs.llvm.org/show_bug.cgi?id=43740 Bug ID: 43740 Summary: Build issue for 32-bit configuration on OS SLES 15 Product: lld Version: unspecified Hardware: PC OS: Linux Status: NEW Severity: enhancement Priority: P Component: ELF Assignee: unassignedb...@nondot.org Reporter: friendsdee...@gmail.com CC: llvm-bugs@lists.llvm.org, peter.sm...@linaro.org Created attachment 22696 --> https://bugs.llvm.org/attachment.cgi?id=22696&action=edit Test case File Compiling small test case with clang for 32-bit configuration give linker issue. lld unable to recognize 32-bit object file, while system ld is able to recognize and link it- (Test file is attached) clang++ -m32 test_m32.cpp -fuse-ld=lld ld.lld: error: /usr/lib64/gcc/x86_64-suse-linux/7/32/crt1.o is incompatible with elf_i386 ld.lld: error: /usr/lib64/gcc/x86_64-suse-linux/7/32/crti.o is incompatible with elf_i386 ld.lld: error: /usr/lib64/gcc/x86_64-suse-linux/7/32/crtbegin.o is incompatible with elf_i386 ld.lld: error: /tmp/test_m32-4d557c.o is incompatible with elf_i386 ld.lld: error: /usr/lib64/gcc/x86_64-suse-linux/7/32/libstdc++.so is incompatible with elf_i386 ld.lld: error: /lib/libgcc_s.so.1 is incompatible with elf_i386 ld.lld: error: /lib/libgcc_s.so.1 is incompatible with elf_i386 ld.lld: error: /usr/lib64/gcc/x86_64-suse-linux/7/32/crtend.o is incompatible with elf_i386 ld.lld: error: /usr/lib64/gcc/x86_64-suse-linux/7/32/crtn.o is incompatible with elf_i386 clang-8: error: linker command failed with exit code 1 (use -v to see invocation) clang++ -m32 test_m32.cpp -fuse-ld=ld /usr/lib64/gcc/x86_64-suse-linux/7/../../../../x86_64-suse-linux/bin/ld: skipping incompatible /usr/lib64/gcc/x86_64-suse-linux/7/../../../libm.so when searching for -lm /usr/lib64/gcc/x86_64-suse-linux/7/../../../../x86_64-suse-linux/bin/ld: skipping incompatible /usr/lib64/gcc/x86_64-suse-linux/7/../../../libc.so when searching for -lc -- You are receiving this mail because: You are on the CC list for the bug.___ llvm-bugs mailing list llvm-bugs@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs
[llvm-bugs] [Bug 43741] New: Regression: -Wmissing-variable-declarations for variable template specialization
https://bugs.llvm.org/show_bug.cgi?id=43741 Bug ID: 43741 Summary: Regression: -Wmissing-variable-declarations for variable template specialization Product: new-bugs Version: 9.0 Hardware: PC OS: Windows NT Status: NEW Severity: normal Priority: P Component: new bugs Assignee: unassignedb...@nondot.org Reporter: andreas.z...@ableton.com CC: htmldevelo...@gmail.com, llvm-bugs@lists.llvm.org The following code triggers -Wmissing-variable-declarations in clang 9: template constexpr bool is_int = false; template<> constexpr bool is_int = true; It compiles without warnings with clang 8. See also https://godbolt.org/z/Y_eCbP -- You are receiving this mail because: You are on the CC list for the bug.___ llvm-bugs mailing list llvm-bugs@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs
[llvm-bugs] [Bug 43742] New: Nesting "command source" scripts asserts when target already created
https://bugs.llvm.org/show_bug.cgi?id=43742 Bug ID: 43742 Summary: Nesting "command source" scripts asserts when target already created Product: lldb Version: 9.0 Hardware: PC OS: Linux Status: NEW Severity: normal Priority: P Component: All Bugs Assignee: lldb-...@lists.llvm.org Reporter: thomas.goodfel...@gmail.com CC: jdevliegh...@apple.com, llvm-bugs@lists.llvm.org Created attachment 22697 --> https://bugs.llvm.org/attachment.cgi?id=22697&action=edit Pair of trivial scripts demonstrating bug With a Debug build of the current (post-9.0 release) lldb sourcing a command script from another command script crashes, e.g. where "a.script" contains just "command source b.script" (also as attached files) then this crashes: $ lldb -f test_executable -s a.script (lldb) target create "test_executable" Current executable set to './test_executable' (x86_64). (lldb) command source a.script Executing commands in './a.script'. (lldb) command source b.script lldb: /space/user/thomasg/led/llvm-project/lldb/source/Interpreter/CommandObject.cpp:144: bool lldb_private::CommandObject::CheckRequirements(lldb_private::CommandReturnObject&): Assertion `!m_exe_ctx.GetTargetPtr()' failed. The assert() only trips if the target creation has occurred, i.e. changing the above invocation to "lldb -f test_executable -S a.script" succeeds. It's clearly similar though not obviously identical to bug 39954. -- You are receiving this mail because: You are on the CC list for the bug.___ llvm-bugs mailing list llvm-bugs@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs
[llvm-bugs] [Bug 43743] New: clang-6: __has_cpp_attribute(nodiscard) == true with -std=c++14, but warns about usage with -pedantic
https://bugs.llvm.org/show_bug.cgi?id=43743 Bug ID: 43743 Summary: clang-6: __has_cpp_attribute(nodiscard) == true with -std=c++14, but warns about usage with -pedantic Product: clang Version: 6.0 Hardware: PC OS: All Status: NEW Severity: normal Priority: P Component: C++14 Assignee: unassignedclangb...@nondot.org Reporter: hans.dembin...@gmail.com CC: blitzrak...@gmail.com, erik.pilking...@gmail.com, llvm-bugs@lists.llvm.org, richard-l...@metafoo.co.uk __has_cpp_attribute(nodiscard) wrongly returns true when `-std=c++14` is selected. The expected behavior is to return false in this case. This is a problem for libraries which conditionally use [[nodiscard]] when it is available but also want to compile cleanly with -pedantic -Werror. This is the case for some Boost libraries. clang-6 errors with `-std=c++14 -pedantic -Werror` when [[nodiscard]] is used - although its detection macro indicates its availability. This is inconsistent. Demo on Godbolt: https://godbolt.org/#g:!((g:!((g:!((h:codeEditor,i:(j:1,lang:c%2B%2B,source:'int+main()+%7B%0A//+nodiscard+is+C%2B%2B17,+but+accepted+with+-std%3Dc%2B%2B14%0Astatic_assert(__has_cpp_attribute(nodiscard),+%22%22)%3B%0Astruct+%5B%5Bnodiscard%5D%5D+foo+%7B%7D%3B%0A%7D%0A'),l:'5',n:'0',o:'C%2B%2B+source+%231',t:'0')),k:50,l:'4',n:'0',o:'',s:0,t:'0'),(g:!((g:!((h:compiler,i:(compiler:clang600,filters:(b:'0',binary:'1',commentOnly:'0',demangle:'0',directives:'0',execute:'1',intel:'0',libraryCode:'1',trim:'1'),lang:c%2B%2B,libs:!((name:boost,ver:'171')),options:'-std%3Dc%2B%2B14+-pedantic+-Werror',source:1),l:'5',n:'0',o:'x86-64+clang+6.0.0+(Editor+%231,+Compiler+%231)+C%2B%2B',t:'0')),k:50,l:'4',m:71.99297629499561,n:'0',o:'',s:0,t:'0'),(g:!((h:output,i:(compiler:1,editor:1,wrap:'1'),l:'5',n:'0',o:'%231+with+x86-64+clang+6.0.0',t:'0')),header:(),l:'4',m:28.007023705004386,n:'0',o:'',s:0,t:'0')),k:50,l:'3',n:'0',o:'',t:'0')),l:'2',n:'0',o:'',t:'0')),version:4 -- You are receiving this mail because: You are on the CC list for the bug.___ llvm-bugs mailing list llvm-bugs@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs
[llvm-bugs] [Bug 43744] New: lld-link is erroneously missing input file if only linking /WHOLEARCHIV's
https://bugs.llvm.org/show_bug.cgi?id=43744 Bug ID: 43744 Summary: lld-link is erroneously missing input file if only linking /WHOLEARCHIV's Product: lld Version: unspecified Hardware: PC OS: Windows NT Status: NEW Severity: normal Priority: P Component: COFF Assignee: unassignedb...@nondot.org Reporter: bo...@codesynthesis.com CC: llvm-bugs@lists.llvm.org The following command line works with Microsoft's link.exe but fails with lld-link.exe: lld-link /DLL /OUT:hello.dll /WHOLEARCHIVE:hello.u.lib lld-link: error: no input files -- You are receiving this mail because: You are on the CC list for the bug.___ llvm-bugs mailing list llvm-bugs@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs
[llvm-bugs] [Bug 43745] New: [SLP] Failure to create v2f64 comparison reductions
https://bugs.llvm.org/show_bug.cgi?id=43745 Bug ID: 43745 Summary: [SLP] Failure to create v2f64 comparison reductions Product: libraries Version: trunk Hardware: PC OS: Windows NT Status: NEW Severity: enhancement Priority: P Component: Scalar Optimizations Assignee: unassignedb...@nondot.org Reporter: llvm-...@redking.me.uk CC: a.bat...@hotmail.com, andrea.dibia...@gmail.com, craig.top...@gmail.com, llvm-bugs@lists.llvm.org, spatel+l...@rotateright.com Current Codegen: https://godbolt.org/z/n0UB_k Pulled out of the c-ray benchmark: #define ERR_MARGIN 1e-6 bool cmp_lt_gt(double a, double b, double c) { double t1 = (-b + c) / (2.0 * a); double t2 = (-b - c) / (2.0 * a); if((t1 < ERR_MARGIN && t2 < ERR_MARGIN) || (t1 > 1.0 && t2 > 1.0)) return 0; return 1; } SLP fails to create AND reductions for either of these, let alone merge them into a single (tweaked) reduction (and branch). Oddly it also manages to vectorize only one of the comparisons but then fails to form a reduction for the result. clang -g0 -O3 -march=btver2 -emit-llvm define i1 @_Z9cmp_lt_gtddd(double %0, double %1, double %2) { %4 = fneg double %1 %5 = fmul double %0, 2.00e+00 %6 = insertelement <2 x double> undef, double %4, i32 0 %7 = insertelement <2 x double> %6, double %2, i32 1 %8 = insertelement <2 x double> undef, double %2, i32 0 %9 = insertelement <2 x double> %8, double %1, i32 1 %10 = fsub <2 x double> %7, %9 %11 = insertelement <2 x double> undef, double %5, i32 0 %12 = shufflevector <2 x double> %11, <2 x double> undef, <2 x i32> zeroinitializer %13 = fdiv <2 x double> %10, %12 %14 = extractelement <2 x double> %13, i32 1 %15 = fcmp olt double %14, 0x3EB0C6F7A0B5ED8D %16 = extractelement <2 x double> %13, i32 0 %17 = fcmp olt double %16, 0x3EB0C6F7A0B5ED8D %18 = and i1 %15, %17 br i1 %18, label %24, label %19 19: ; preds = %3 %20 = fcmp ule <2 x double> %13, %21 = extractelement <2 x i1> %20, i32 0 %22 = extractelement <2 x i1> %20, i32 1 %23 = or i1 %21, %22 ret i1 %23 24: ; preds = %3 ret i1 false } -- You are receiving this mail because: You are on the CC list for the bug.___ llvm-bugs mailing list llvm-bugs@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs
[llvm-bugs] Issue 16092 in oss-fuzz: llvm/clang-fuzzer: Null-dereference READ in clang::OverloadExpr::find
Updates: Labels: Deadline-Approaching Comment #1 on issue 16092 by sheriff...@chromium.org: llvm/clang-fuzzer: Null-dereference READ in clang::OverloadExpr::find https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=16092#c1 This bug is approaching its deadline for being fixed, and will be automatically derestricted within 7 days. If a fix is planned within 2 weeks after the deadline has passed, a grace extension can be granted. - Your friendly Sheriffbot -- You received this message because: 1. You were specifically CC'd on the issue You may adjust your notification preferences at: https://bugs.chromium.org/hosting/settings Reply to this email to add a comment. ___ llvm-bugs mailing list llvm-bugs@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs
[llvm-bugs] Issue 16084 in oss-fuzz: llvm/clang-fuzzer: ASSERT: power <= maxExponent
Updates: Labels: Deadline-Approaching Comment #1 on issue 16084 by sheriff...@chromium.org: llvm/clang-fuzzer: ASSERT: power <= maxExponent https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=16084#c1 This bug is approaching its deadline for being fixed, and will be automatically derestricted within 7 days. If a fix is planned within 2 weeks after the deadline has passed, a grace extension can be granted. - Your friendly Sheriffbot -- You received this message because: 1. You were specifically CC'd on the issue You may adjust your notification preferences at: https://bugs.chromium.org/hosting/settings Reply to this email to add a comment. ___ llvm-bugs mailing list llvm-bugs@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs
[llvm-bugs] [Bug 43747] New: [AMDGPU][MC][GFX10] Missing v_interp_[p1/p2/mov]_f32_e64
https://bugs.llvm.org/show_bug.cgi?id=43747 Bug ID: 43747 Summary: [AMDGPU][MC][GFX10] Missing v_interp_[p1/p2/mov]_f32_e64 Product: libraries Version: trunk Hardware: PC OS: All Status: NEW Severity: enhancement Priority: P Component: Backend: AMDGPU Assignee: unassignedb...@nondot.org Reporter: dpreobrazhen...@luxoft.com CC: llvm-bugs@lists.llvm.org The following _e64 variants of v_interp_*_f32 opcodes should be supported but they are not: v_interp_p1_f32_e64 v_interp_p2_f32_e64 v_interp_mov_f32_e64 -- You are receiving this mail because: You are on the CC list for the bug.___ llvm-bugs mailing list llvm-bugs@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs
[llvm-bugs] [Bug 43748] New: Cannot link to Open MPI with ld.lld
https://bugs.llvm.org/show_bug.cgi?id=43748 Bug ID: 43748 Summary: Cannot link to Open MPI with ld.lld Product: lld Version: unspecified Hardware: HP OS: Linux Status: NEW Severity: enhancement Priority: P Component: All Bugs Assignee: unassignedb...@nondot.org Reporter: mwgl...@sandia.gov CC: llvm-bugs@lists.llvm.org, peter.sm...@linaro.org I have not been able to link with Open MPI using ld.lld as a drop in replacement for ld on RHEL6/7 with a variety of compilers (gcc, intel, and clang) since v6.0. Using Open MPI 1.10.2 or 4.0.1 I get error messages like: ld: error: corrupt input file: version definition index 0 for symbol mpi_fortran_argv_null is out of bounds >>> defined in /projects/openmpi/1.10.2/lib/libmpi_usempif08.so I am linking a C++ executable but it also include a few FORTRAN libraries so I need to also link in the MPI FORTRAN libraries. -- You are receiving this mail because: You are on the CC list for the bug.___ llvm-bugs mailing list llvm-bugs@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs
[llvm-bugs] [Bug 43749] New: Definition __ZTSPKDu in itanium-base.exp is used for -export_symbol but is really undefined
https://bugs.llvm.org/show_bug.cgi?id=43749 Bug ID: 43749 Summary: Definition __ZTSPKDu in itanium-base.exp is used for -export_symbol but is really undefined Product: libc++abi Version: 9.0 Hardware: PC OS: MacOS X Status: NEW Severity: normal Priority: P Component: All Bugs Assignee: unassignedb...@nondot.org Reporter: nat-llvmb...@mulle-kybernetik.com CC: llvm-bugs@lists.llvm.org, mclow.li...@gmail.com This happens when building on MacOS 10.13. I suppose some parts of the code gets #ifdef-ed out, but the symbollist isn't, that is passed to the linker. This list is in `lib/itanium-base.exp` and used as input for `-exported_symbols_list`. Now Apple's linker decided in its wisdom, that missing actual symbols are an error (and not a warning, what would be sane) and the build aborts. All affected symbols are of the form _Z.*du. If I remove them before building things work out OK. -- You are receiving this mail because: You are on the CC list for the bug.___ llvm-bugs mailing list llvm-bugs@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs
[llvm-bugs] [Bug 43750] New: [AVX512] cannot select: extract f64 from splatted "movemask"
https://bugs.llvm.org/show_bug.cgi?id=43750 Bug ID: 43750 Summary: [AVX512] cannot select: extract f64 from splatted "movemask" Product: libraries Version: 9.0 Hardware: PC OS: Windows NT Status: NEW Severity: normal Priority: P Component: Backend: X86 Assignee: unassignedb...@nondot.org Reporter: and...@scheidecker.net CC: craig.top...@gmail.com, llvm-bugs@lists.llvm.org, llvm-...@redking.me.uk, spatel+l...@rotateright.com I can reproduce this error in my local build of LLVM 9 and "LLC (trunk)" on Compiler Explorer, but LLC 8.0.0 on Compiler Explorer does not reproduce the error. It also only repros with '-mcpu=skylake-avx512', or some other CPU with AVX-512 support. If I use '-mcpu=skylake' or '-mattr=-avx512f', the error does not occur. Repro module: define double @0(<16 x i8>) { entry: %1 = icmp slt <16 x i8> %0, zeroinitializer %2 = bitcast <16 x i1> %1 to i16 %.splatinsert = insertelement <8 x i16> undef, i16 %2, i32 0 %.splat = shufflevector <8 x i16> %.splatinsert, <8 x i16> undef, <8 x i32> %3 = bitcast <8 x i16> %.splat to <2 x double> %4 = extractelement <2 x double> %3, i64 1 ret double %4 } Run: llc -mcpu=skylake-avx512 repro.ll Output: LLVM ERROR: Cannot select: 0x5608e0d8ba08: f64 = bitcast 0x5608e0d8bc78 0x5608e0d8bc78: v64i1 = concat_vectors 0x5608e0d8c2f8, 0x5608e0d8c2f8 0x5608e0d8c2f8: v32i1 = concat_vectors 0x5608e0d8bad8, 0x5608e0d8bad8 0x5608e0d8bad8: v16i1 = setcc 0x5608e0d8b9a0, 0x5608e0d8b8d0, setgt:ch 0x5608e0d8b9a0: v16i8 = BUILD_VECTOR Constant:i8<0>, Constant:i8<0>, Constant:i8<0>, Constant:i8<0>, Constant:i8<0>, Constant:i8<0>, Constant:i8<0>, Constant:i8<0>, Constant:i8<0>, Constant:i8<0>, Constant:i8<0>, Constant:i8<0>,Constant:i8<0>, Constant:i8<0>, Constant:i8<0>, Constant:i8<0 0x5608e0d8b938: i8 = Constant<0> 0x5608e0d8b938: i8 = Constant<0> 0x5608e0d8b938: i8 = Constant<0> 0x5608e0d8b938: i8 = Constant<0> 0x5608e0d8b938: i8 = Constant<0> 0x5608e0d8b938: i8 = Constant<0> 0x5608e0d8b938: i8 = Constant<0> 0x5608e0d8b938: i8 = Constant<0> 0x5608e0d8b938: i8 = Constant<0> 0x5608e0d8b938: i8 = Constant<0> 0x5608e0d8b938: i8 = Constant<0> 0x5608e0d8b938: i8 = Constant<0> 0x5608e0d8b938: i8 = Constant<0> 0x5608e0d8b938: i8 = Constant<0> 0x5608e0d8b938: i8 = Constant<0> 0x5608e0d8b938: i8 = Constant<0> 0x5608e0d8b8d0: v16i8 = bitcast 0x5608e0d8b868 0x5608e0d8b868: v2i64,ch = CopyFromReg 0x5608e0cf7998, Register:v2i64 %0 0x5608e0d8b800: v2i64 = Register %0 0x5608e0d8bad8: v16i1 = setcc 0x5608e0d8b9a0, 0x5608e0d8b8d0, setgt:ch 0x5608e0d8b9a0: v16i8 = BUILD_VECTOR Constant:i8<0>, Constant:i8<0>, Constant:i8<0>, Constant:i8<0>, Constant:i8<0>, Constant:i8<0>, Constant:i8<0>, Constant:i8<0>, Constant:i8<0>, Constant:i8<0>, Constant:i8<0>, Constant:i8<0>,Constant:i8<0>, Constant:i8<0>, Constant:i8<0>, Constant:i8<0 0x5608e0d8b938: i8 = Constant<0> 0x5608e0d8b938: i8 = Constant<0> 0x5608e0d8b938: i8 = Constant<0> 0x5608e0d8b938: i8 = Constant<0> 0x5608e0d8b938: i8 = Constant<0> 0x5608e0d8b938: i8 = Constant<0> 0x5608e0d8b938: i8 = Constant<0> 0x5608e0d8b938: i8 = Constant<0> 0x5608e0d8b938: i8 = Constant<0> 0x5608e0d8b938: i8 = Constant<0> 0x5608e0d8b938: i8 = Constant<0> 0x5608e0d8b938: i8 = Constant<0> 0x5608e0d8b938: i8 = Constant<0> 0x5608e0d8b938: i8 = Constant<0> 0x5608e0d8b938: i8 = Constant<0> 0x5608e0d8b938: i8 = Constant<0> 0x5608e0d8b8d0: v16i8 = bitcast 0x5608e0d8b868 0x5608e0d8b868: v2i64,ch = CopyFromReg 0x5608e0cf7998, Register:v2i64 %0 0x5608e0d8b800: v2i64 = Register %0 0x5608e0d8c2f8: v32i1 = concat_vectors 0x5608e0d8bad8, 0x5608e0d8bad8 0x5608e0d8bad8: v16i1 = setcc 0x5608e0d8b9a0, 0x5608e0d8b8d0, setgt:ch 0x5608e0d8b9a0: v16i8 = BUILD_VECTOR Constant:i8<0>, Constant:i8<0>, Constant:i8<0>, Constant:i8<0>, Constant:i8<0>, Constant:i8<0>, Constant:i8<0>, Constant:i8<0>, Constant:i8<0>, Constant:i8<0>, Constant:i8<0>, Constant:i8<0>,Constant:i8<0>, Constant:i8<0>, Constant:i8<0>, Constant:i8<0 0x5608e0d8b938: i8 = Constant<0> 0x5608e0d8b938: i8 = Constant<0> 0x5608e0d8b938: i8 = Constant<0> 0x5608e0d8b938: i8 = Constant<0> 0x5608e0d8b938: i8 = Constant<0> 0x5608e0d8b938: i8 = Constant<0> 0x5608e0d8b938: i8 = Constant<0> 0x5608e0
[llvm-bugs] [Bug 43651] Add support to -Wa,-W in clang
https://bugs.llvm.org/show_bug.cgi?id=43651 Fangrui Song changed: What|Removed |Added Status|NEW |RESOLVED CC||i...@maskray.me Resolution|--- |FIXED -- You are receiving this mail because: You are on the CC list for the bug.___ llvm-bugs mailing list llvm-bugs@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs
[llvm-bugs] [Bug 43752] New: TestLocalVariables.py
https://bugs.llvm.org/show_bug.cgi?id=43752 Bug ID: 43752 Summary: TestLocalVariables.py Product: lldb Version: unspecified Hardware: PC OS: Windows NT Status: NEW Severity: normal Priority: P Component: All Bugs Assignee: lldb-...@lists.llvm.org Reporter: jdevliegh...@apple.com CC: jdevliegh...@apple.com, llvm-bugs@lists.llvm.org FAIL: lldb-api :: lang/c/local_variables/TestLocalVariables.py (475 of 1803) TEST 'lldb-api :: lang/c/local_variables/TestLocalVariables.py' FAILED lldb version 10.0.0 (http://llvm.org/svn/llvm-project/lldb/trunk revision 375454) clang revision 375454 llvm revision 375454 LLDB library dir: E:\build_slave\lldb-x64-windows-ninja\build\bin LLDB import library dir: E:\build_slave\lldb-x64-windows-ninja\build\bin\..\lib The 'lldb-vscode' executable cannot be located. The lldb-vscode tests can not be run as a result. Libc++ tests will not be run because: Don't know how to build with libc++ on windows libstdcxx tests will not be run because: Don't know how to build with libstdcxx on windows Skipping following debug info categories: ['dwo', 'dsym', 'gmodules'] Session logs for test failures/errors/unexpected successes will go into directory 'E:/build_slave/lldb-x64-windows-ninja/build/lldb-test-traces' Command invoked: E:/build_slave/lldb-x64-windows-ninja/llvm/tools/lldb/test/API/dotest.py --arch=x86_64 -s E:/build_slave/lldb-x64-windows-ninja/build/lldb-test-traces -S nm -u CXXFLAGS -u CFLAGS --executable E:/build_slave/lldb-x64-windows-ninja/build/./bin/lldb.exe --dsymutil E:/build_slave/lldb-x64-windows-ninja/build/./bin/dsymutil.exe --filecheck E:/build_slave/lldb-x64-windows-ninja/build/./bin/FileCheck.exe -C E:/build_slave/lldb-x64-windows-ninja/build/./bin/clang.exe --rerun-all-issues --env LLVM_LIBS_DIR=E:/build_slave/lldb-x64-windows-ninja/build/./lib --build-dir E:/build_slave/lldb-x64-windows-ninja/build/tools/lldb/lldb-test-build.noindex --lldb-module-cache-dir E:/build_slave/lldb-x64-windows-ninja/build/tools/lldb/lldb-test-build.noindex/module-cache-lldb\lldb-api --clang-module-cache-dir E:/build_slave/lldb-x64-windows-ninja/build/tools/lldb/lldb-test-build.noindex/module-cache-clang\lldb-api E:\build_slave\lldb-x64-windows-ninja\llvm\tools\lldb\packages\Python\lldbsuite\test\lang\c\local_variables -p TestLocalVariables.py UNSUPPORTED: LLDB (E:\build_slave\lldb-x64-windows-ninja\build\bin\clang.exe-x86_64) :: test_c_local_variables_dsym (TestLocalVariables.LocalVariablesTestCase) (test case does not fall in any category of interest for this run) FAIL: LLDB (E:\build_slave\lldb-x64-windows-ninja\build\bin\clang.exe-x86_64) :: test_c_local_variables_dwarf (TestLocalVariables.LocalVariablesTestCase) UNSUPPORTED: LLDB (E:\build_slave\lldb-x64-windows-ninja\build\bin\clang.exe-x86_64) :: test_c_local_variables_dwo (TestLocalVariables.LocalVariablesTestCase) (test case does not fall in any category of interest for this run) UNSUPPORTED: LLDB (E:\build_slave\lldb-x64-windows-ninja\build\bin\clang.exe-x86_64) :: test_c_local_variables_gmodules (TestLocalVariables.LocalVariablesTestCase) (test case does not fall in any category of interest for this run) == FAIL: test_c_local_variables_dwarf (TestLocalVariables.LocalVariablesTestCase) Test local variable value. -- Traceback (most recent call last): File "E:\build_slave\lldb-x64-windows-ninja\llvm\tools\lldb\packages\Python\lldbsuite\test\lldbtest.py", line 1748, in test_method return attrvalue(self) File "E:\build_slave\lldb-x64-windows-ninja\llvm\tools\lldb\packages\Python\lldbsuite\test\lang\c\local_variables\TestLocalVariables.py", line 55, in test_c_local_variables substrs=['(unsigned int) i = 10']) File "E:\build_slave\lldb-x64-windows-ninja\llvm\tools\lldb\packages\Python\lldbsuite\test\lldbtest.py", line 2374, in expect msg if msg else EXP_MSG(str, output, exe)) AssertionError: False is not True : Variable(s) displayed correctly Config=x86_64-E:\build_slave\lldb-x64-windows-ninja\build\bin\clang.exe -- Ran 4 tests in 2.094s -- You are receiving this mail because: You are on the CC list for the bug.___ llvm-bugs mailing list llvm-bugs@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs
[llvm-bugs] [Bug 43754] New: lld-link creates an invalid chrome_child.dll with missing string table
https://bugs.llvm.org/show_bug.cgi?id=43754 Bug ID: 43754 Summary: lld-link creates an invalid chrome_child.dll with missing string table Product: lld Version: unspecified Hardware: PC OS: Windows NT Status: NEW Severity: enhancement Priority: P Component: COFF Assignee: unassignedb...@nondot.org Reporter: brucedaw...@chromium.org CC: llvm-bugs@lists.llvm.org When running the VS 2019 (latest) version of dumpbin on the latest stable version of chrome_child.dll an error message is printed and an error code is returned. The command I am running is: dumpbin.exe /nopdb "c:\Program Files (x86)\Google\Chrome\Application\77.0.3865.120\chrome_child.dll" The complete output is: Microsoft (R) COFF/PE Dumper Version 14.23.28105.4 Copyright (C) Microsoft Corporation. All rights reserved. Dump of file c:\Program Files (x86)\Google\Chrome\Application\77.0.3865.120\chrome_child.dll File Type: DLL LINK : fatal error LNK1328: missing string table The Chrome version is Version 77.0.3865.120 (Official Build) (64-bit). The same thing happens with Version 80.0.3946.0 (Official Build) canary (64-bit). The LLD version in my repo is: LLD 10.0.0 (https://github.com/llvm/llvm-project/ 64a362e7216a43e3ad44e50a89265e72aeb14294) While that is not necessarily the version used to build either versions of Chrome it is probably representative of the bug. The bug does not happen with chrome.dll or chrome.exe. -- You are receiving this mail because: You are on the CC list for the bug.___ llvm-bugs mailing list llvm-bugs@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs
[llvm-bugs] Issue 10114 in oss-fuzz: llvm/llvm-isel-fuzzer--aarch64-O2: Abrt in llvm::llvm_unreachable_internal
Updates: Cc: d...@google.com Comment #13 on issue 10114 by ClusterFuzz-External: llvm/llvm-isel-fuzzer--aarch64-O2: Abrt in llvm::llvm_unreachable_internal https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=10114#c13 (No comment was entered for this change.) -- You received this message because: 1. You were specifically CC'd on the issue You may adjust your notification preferences at: https://bugs.chromium.org/hosting/settings Reply to this email to add a comment. ___ llvm-bugs mailing list llvm-bugs@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs
[llvm-bugs] Issue 10174 in oss-fuzz: llvm/llvm-isel-fuzzer--x86_64-O2: ASSERT: LC != RTLIB::UNKNOWN_LIBCALL && "Unsupported SREM!"
Updates: Cc: d...@google.com Comment #7 on issue 10174 by ClusterFuzz-External: llvm/llvm-isel-fuzzer--x86_64-O2: ASSERT: LC != RTLIB::UNKNOWN_LIBCALL && "Unsupported SREM!" https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=10174#c7 (No comment was entered for this change.) -- You received this message because: 1. You were specifically CC'd on the issue You may adjust your notification preferences at: https://bugs.chromium.org/hosting/settings Reply to this email to add a comment. ___ llvm-bugs mailing list llvm-bugs@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs
[llvm-bugs] Issue 10371 in oss-fuzz: llvm/clang-fuzzer: ASSERT: 0 && "Invalid SLocOffset or bad function choice"
Updates: Cc: d...@google.com Comment #7 on issue 10371 by ClusterFuzz-External: llvm/clang-fuzzer: ASSERT: 0 && "Invalid SLocOffset or bad function choice" https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=10371#c7 (No comment was entered for this change.) -- You received this message because: 1. You were specifically CC'd on the issue You may adjust your notification preferences at: https://bugs.chromium.org/hosting/settings Reply to this email to add a comment. ___ llvm-bugs mailing list llvm-bugs@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs
[llvm-bugs] Issue 10044 in oss-fuzz: llvm/clang-fuzzer: Stack-overflow in clang::Parser::SkipUntil
Updates: Cc: d...@google.com Comment #11 on issue 10044 by ClusterFuzz-External: llvm/clang-fuzzer: Stack-overflow in clang::Parser::SkipUntil https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=10044#c11 (No comment was entered for this change.) -- You received this message because: 1. You were specifically CC'd on the issue You may adjust your notification preferences at: https://bugs.chromium.org/hosting/settings Reply to this email to add a comment. ___ llvm-bugs mailing list llvm-bugs@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs
[llvm-bugs] Issue 10904 in oss-fuzz: llvm/clang-fuzzer: ASSERT: getNumParams() == params.size() && "NumParams overflow!"
Updates: Cc: d...@google.com Comment #5 on issue 10904 by ClusterFuzz-External: llvm/clang-fuzzer: ASSERT: getNumParams() == params.size() && "NumParams overflow!" https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=10904#c5 (No comment was entered for this change.) -- You received this message because: 1. You were specifically CC'd on the issue You may adjust your notification preferences at: https://bugs.chromium.org/hosting/settings Reply to this email to add a comment. ___ llvm-bugs mailing list llvm-bugs@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs
[llvm-bugs] Issue 10883 in oss-fuzz: llvm/llvm-isel-fuzzer--aarch64-gisel: Null-dereference READ in llvm::AArch64RegisterBankInfo::getInstrMapping
Updates: Cc: d...@google.com Comment #7 on issue 10883 by ClusterFuzz-External: llvm/llvm-isel-fuzzer--aarch64-gisel: Null-dereference READ in llvm::AArch64RegisterBankInfo::getInstrMapping https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=10883#c7 (No comment was entered for this change.) -- You received this message because: 1. You were specifically CC'd on the issue You may adjust your notification preferences at: https://bugs.chromium.org/hosting/settings Reply to this email to add a comment. ___ llvm-bugs mailing list llvm-bugs@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs
[llvm-bugs] Issue 11669 in oss-fuzz: llvm/llvm-isel-fuzzer--aarch64-O2: Abrt in llvm::llvm_unreachable_internal
Updates: Cc: d...@google.com Comment #5 on issue 11669 by ClusterFuzz-External: llvm/llvm-isel-fuzzer--aarch64-O2: Abrt in llvm::llvm_unreachable_internal https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=11669#c5 (No comment was entered for this change.) -- You received this message because: 1. You were specifically CC'd on the issue You may adjust your notification preferences at: https://bugs.chromium.org/hosting/settings Reply to this email to add a comment. ___ llvm-bugs mailing list llvm-bugs@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs
[llvm-bugs] Issue 10764 in oss-fuzz: llvm/clang-fuzzer: Stack-overflow in clang::APValue::swap
Updates: Cc: d...@google.com Comment #4 on issue 10764 by ClusterFuzz-External: llvm/clang-fuzzer: Stack-overflow in clang::APValue::swap https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=10764#c4 (No comment was entered for this change.) -- You received this message because: 1. You were specifically CC'd on the issue You may adjust your notification preferences at: https://bugs.chromium.org/hosting/settings Reply to this email to add a comment. ___ llvm-bugs mailing list llvm-bugs@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs
[llvm-bugs] Issue 11362 in oss-fuzz: llvm/llvm-isel-fuzzer--aarch64-gisel: ASSERT: Subtarget.isCallingConvWin64(MF.getFunction().getCallingConv()) && "Funclets sho
Updates: Cc: d...@google.com Comment #5 on issue 11362 by ClusterFuzz-External: llvm/llvm-isel-fuzzer--aarch64-gisel: ASSERT: Subtarget.isCallingConvWin64(MF.getFunction().getCallingConv()) && "Funclets sho https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=11362#c5 (No comment was entered for this change.) -- You received this message because: 1. You were specifically CC'd on the issue You may adjust your notification preferences at: https://bugs.chromium.org/hosting/settings Reply to this email to add a comment. ___ llvm-bugs mailing list llvm-bugs@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs
[llvm-bugs] Issue 11654 in oss-fuzz: llvm/llvm-isel-fuzzer--aarch64-O2: ASSERT: !I.hasOperandBundlesOtherThan( {LLVMContext::OB_deopt, LLVMContext::OB_funclet})
Updates: Cc: d...@google.com Comment #5 on issue 11654 by ClusterFuzz-External: llvm/llvm-isel-fuzzer--aarch64-O2: ASSERT: !I.hasOperandBundlesOtherThan( {LLVMContext::OB_deopt, LLVMContext::OB_funclet}) https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=11654#c5 (No comment was entered for this change.) -- You received this message because: 1. You were specifically CC'd on the issue You may adjust your notification preferences at: https://bugs.chromium.org/hosting/settings Reply to this email to add a comment. ___ llvm-bugs mailing list llvm-bugs@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs
[llvm-bugs] Issue 11748 in oss-fuzz: llvm/llvm-opt-fuzzer--x86_64-indvars: ASSERT: Ty->isSized() && "Cannot getTypeInfo() on a type that is unsized!"
Updates: Cc: d...@google.com Comment #5 on issue 11748 by ClusterFuzz-External: llvm/llvm-opt-fuzzer--x86_64-indvars: ASSERT: Ty->isSized() && "Cannot getTypeInfo() on a type that is unsized!" https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=11748#c5 (No comment was entered for this change.) -- You received this message because: 1. You were specifically CC'd on the issue You may adjust your notification preferences at: https://bugs.chromium.org/hosting/settings Reply to this email to add a comment. ___ llvm-bugs mailing list llvm-bugs@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs
[llvm-bugs] Issue 11199 in oss-fuzz: llvm/clang-fuzzer: Stack-overflow in llvm::detail::IEEEFloat::convertFromStringSpecials
Updates: Cc: d...@google.com Comment #5 on issue 11199 by ClusterFuzz-External: llvm/clang-fuzzer: Stack-overflow in llvm::detail::IEEEFloat::convertFromStringSpecials https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=11199#c5 (No comment was entered for this change.) -- You received this message because: 1. You were specifically CC'd on the issue You may adjust your notification preferences at: https://bugs.chromium.org/hosting/settings Reply to this email to add a comment. ___ llvm-bugs mailing list llvm-bugs@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs
[llvm-bugs] Issue 11567 in oss-fuzz: llvm/clang-fuzzer: Null-dereference READ in diagnoseBadTypeAttribute
Updates: Cc: d...@google.com Comment #7 on issue 11567 by ClusterFuzz-External: llvm/clang-fuzzer: Null-dereference READ in diagnoseBadTypeAttribute https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=11567#c7 (No comment was entered for this change.) -- You received this message because: 1. You were specifically CC'd on the issue You may adjust your notification preferences at: https://bugs.chromium.org/hosting/settings Reply to this email to add a comment. ___ llvm-bugs mailing list llvm-bugs@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs
[llvm-bugs] Issue 11649 in oss-fuzz: llvm/clang-fuzzer: ASSERT: Access != AS_none && "Access specifier is AS_none inside a record decl"
Updates: Cc: d...@google.com Comment #5 on issue 11649 by ClusterFuzz-External: llvm/clang-fuzzer: ASSERT: Access != AS_none && "Access specifier is AS_none inside a record decl" https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=11649#c5 (No comment was entered for this change.) -- You received this message because: 1. You were specifically CC'd on the issue You may adjust your notification preferences at: https://bugs.chromium.org/hosting/settings Reply to this email to add a comment. ___ llvm-bugs mailing list llvm-bugs@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs
[llvm-bugs] Issue 11763 in oss-fuzz: llvm/llvm-opt-fuzzer--x86_64-loop_vectorize: ASSERT: !isUniformAfterVectorization(PredInst, VF) && "Instruction marked uniform-after-
Updates: Cc: d...@google.com Comment #5 on issue 11763 by ClusterFuzz-External: llvm/llvm-opt-fuzzer--x86_64-loop_vectorize: ASSERT: !isUniformAfterVectorization(PredInst, VF) && "Instruction marked uniform-after- https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=11763#c5 (No comment was entered for this change.) -- You received this message because: 1. You were specifically CC'd on the issue You may adjust your notification preferences at: https://bugs.chromium.org/hosting/settings Reply to this email to add a comment. ___ llvm-bugs mailing list llvm-bugs@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs
[llvm-bugs] Issue 11652 in oss-fuzz: llvm/llvm-isel-fuzzer--aarch64-O2: ASSERT: &*BB.begin() == PadInst && "WinEHPrepare failed to demote PHIs"
Updates: Cc: d...@google.com Comment #5 on issue 11652 by ClusterFuzz-External: llvm/llvm-isel-fuzzer--aarch64-O2: ASSERT: &*BB.begin() == PadInst && "WinEHPrepare failed to demote PHIs" https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=11652#c5 (No comment was entered for this change.) -- You received this message because: 1. You were specifically CC'd on the issue You may adjust your notification preferences at: https://bugs.chromium.org/hosting/settings Reply to this email to add a comment. ___ llvm-bugs mailing list llvm-bugs@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs
[llvm-bugs] Issue 11665 in oss-fuzz: llvm/clang-fuzzer: ASSERT: ClassDecl->hasFlexibleArrayMember() && "Incomplete array type is not valid"
Updates: Cc: d...@google.com Comment #5 on issue 11665 by ClusterFuzz-External: llvm/clang-fuzzer: ASSERT: ClassDecl->hasFlexibleArrayMember() && "Incomplete array type is not valid" https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=11665#c5 (No comment was entered for this change.) -- You received this message because: 1. You were specifically CC'd on the issue You may adjust your notification preferences at: https://bugs.chromium.org/hosting/settings Reply to this email to add a comment. ___ llvm-bugs mailing list llvm-bugs@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs
[llvm-bugs] Issue 11638 in oss-fuzz: llvm/llvm-opt-fuzzer--x86_64-loop_vectorize: ASSERT: !KeyInfoT::isEqual(Val, EmptyKey) && !KeyInfoT::isEqual(Val, TombstoneKey) && "E
Updates: Cc: d...@google.com Comment #5 on issue 11638 by ClusterFuzz-External: llvm/llvm-opt-fuzzer--x86_64-loop_vectorize: ASSERT: !KeyInfoT::isEqual(Val, EmptyKey) && !KeyInfoT::isEqual(Val, TombstoneKey) && "E https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=11638#c5 (No comment was entered for this change.) -- You received this message because: 1. You were specifically CC'd on the issue You may adjust your notification preferences at: https://bugs.chromium.org/hosting/settings Reply to this email to add a comment. ___ llvm-bugs mailing list llvm-bugs@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs
[llvm-bugs] Issue 11775 in oss-fuzz: llvm/llvm-opt-fuzzer--x86_64-earlycse: Abrt in llvm-opt-fuzzer.cpp
Updates: Cc: d...@google.com Comment #5 on issue 11775 by ClusterFuzz-External: llvm/llvm-opt-fuzzer--x86_64-earlycse: Abrt in llvm-opt-fuzzer.cpp https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=11775#c5 (No comment was entered for this change.) -- You received this message because: 1. You were specifically CC'd on the issue You may adjust your notification preferences at: https://bugs.chromium.org/hosting/settings Reply to this email to add a comment. ___ llvm-bugs mailing list llvm-bugs@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs
[llvm-bugs] Issue 11878 in oss-fuzz: llvm/llvm-dwarfdump-fuzzer: Null-dereference READ in llvm::DWARFCompileUnit::dump
Updates: Cc: d...@google.com Comment #5 on issue 11878 by ClusterFuzz-External: llvm/llvm-dwarfdump-fuzzer: Null-dereference READ in llvm::DWARFCompileUnit::dump https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=11878#c5 (No comment was entered for this change.) -- You received this message because: 1. You were specifically CC'd on the issue You may adjust your notification preferences at: https://bugs.chromium.org/hosting/settings Reply to this email to add a comment. ___ llvm-bugs mailing list llvm-bugs@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs
[llvm-bugs] Issue 11854 in oss-fuzz: llvm/clang-fuzzer: Out-of-memory in llvm_clang-fuzzer
Updates: Cc: d...@google.com Comment #5 on issue 11854 by ClusterFuzz-External: llvm/clang-fuzzer: Out-of-memory in llvm_clang-fuzzer https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=11854#c5 (No comment was entered for this change.) -- You received this message because: 1. You were specifically CC'd on the issue You may adjust your notification preferences at: https://bugs.chromium.org/hosting/settings Reply to this email to add a comment. ___ llvm-bugs mailing list llvm-bugs@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs
[llvm-bugs] Issue 11774 in oss-fuzz: llvm/llvm-isel-fuzzer--x86_64-O2: ASSERT: (DeferredFunctionInfo[Fn] == 0 || DeferredFunctionInfo[Fn] == CurBit) && "Mismat
Updates: Cc: d...@google.com Comment #5 on issue 11774 by ClusterFuzz-External: llvm/llvm-isel-fuzzer--x86_64-O2: ASSERT: (DeferredFunctionInfo[Fn] == 0 || DeferredFunctionInfo[Fn] == CurBit) && "Mismat https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=11774#c5 (No comment was entered for this change.) -- You received this message because: 1. You were specifically CC'd on the issue You may adjust your notification preferences at: https://bugs.chromium.org/hosting/settings Reply to this email to add a comment. ___ llvm-bugs mailing list llvm-bugs@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs
[llvm-bugs] Issue 12318 in oss-fuzz: llvm/llvm-dwarfdump-fuzzer: Abrt in llvm::Expected
Updates: Cc: d...@google.com Comment #5 on issue 12318 by ClusterFuzz-External: llvm/llvm-dwarfdump-fuzzer: Abrt in llvm::Expected https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=12318#c5 (No comment was entered for this change.) -- You received this message because: 1. You were specifically CC'd on the issue You may adjust your notification preferences at: https://bugs.chromium.org/hosting/settings Reply to this email to add a comment. ___ llvm-bugs mailing list llvm-bugs@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs
[llvm-bugs] Issue 11790 in oss-fuzz: llvm/llvm-opt-fuzzer--x86_64-simplifycfg: Out-of-memory in llvm_llvm-opt-fuzzer--x86_64-simplifycfg
Updates: Cc: d...@google.com Comment #5 on issue 11790 by ClusterFuzz-External: llvm/llvm-opt-fuzzer--x86_64-simplifycfg: Out-of-memory in llvm_llvm-opt-fuzzer--x86_64-simplifycfg https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=11790#c5 (No comment was entered for this change.) -- You received this message because: 1. You were specifically CC'd on the issue You may adjust your notification preferences at: https://bugs.chromium.org/hosting/settings Reply to this email to add a comment. ___ llvm-bugs mailing list llvm-bugs@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs
[llvm-bugs] Issue 11847 in oss-fuzz: llvm/clang-fuzzer: Abrt in llvm::llvm_unreachable_internal
Updates: Cc: d...@google.com Comment #5 on issue 11847 by ClusterFuzz-External: llvm/clang-fuzzer: Abrt in llvm::llvm_unreachable_internal https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=11847#c5 (No comment was entered for this change.) -- You received this message because: 1. You were specifically CC'd on the issue You may adjust your notification preferences at: https://bugs.chromium.org/hosting/settings Reply to this email to add a comment. ___ llvm-bugs mailing list llvm-bugs@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs
[llvm-bugs] Issue 12163 in oss-fuzz: llvm/clang-format-fuzzer: Out-of-memory in clang-format-fuzzer
Updates: Cc: d...@google.com Comment #6 on issue 12163 by ClusterFuzz-External: llvm/clang-format-fuzzer: Out-of-memory in clang-format-fuzzer https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=12163#c6 (No comment was entered for this change.) -- You received this message because: 1. You were specifically CC'd on the issue You may adjust your notification preferences at: https://bugs.chromium.org/hosting/settings Reply to this email to add a comment. ___ llvm-bugs mailing list llvm-bugs@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs
[llvm-bugs] Issue 11901 in oss-fuzz: llvm/clang-format-fuzzer: ASSERT: Changes[i - 1].OriginalWhitespaceRange.getBegin() != C.OriginalWhitespaceRange.g
Updates: Cc: d...@google.com Comment #5 on issue 11901 by ClusterFuzz-External: llvm/clang-format-fuzzer: ASSERT: Changes[i - 1].OriginalWhitespaceRange.getBegin() != C.OriginalWhitespaceRange.g https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=11901#c5 (No comment was entered for this change.) -- You received this message because: 1. You were specifically CC'd on the issue You may adjust your notification preferences at: https://bugs.chromium.org/hosting/settings Reply to this email to add a comment. ___ llvm-bugs mailing list llvm-bugs@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs
[llvm-bugs] Issue 12280 in oss-fuzz: llvm/llvm-isel-fuzzer--aarch64-gisel: Null-dereference READ in llvm::MachineInstr::copyIRFlags
Updates: Cc: d...@google.com Comment #5 on issue 12280 by ClusterFuzz-External: llvm/llvm-isel-fuzzer--aarch64-gisel: Null-dereference READ in llvm::MachineInstr::copyIRFlags https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=12280#c5 (No comment was entered for this change.) -- You received this message because: 1. You were specifically CC'd on the issue You may adjust your notification preferences at: https://bugs.chromium.org/hosting/settings Reply to this email to add a comment. ___ llvm-bugs mailing list llvm-bugs@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs
[llvm-bugs] Issue 12258 in oss-fuzz: llvm/llvm-dwarfdump-fuzzer: Null-dereference READ in llvm::DWARFFormValue::dump
Updates: Cc: d...@google.com Comment #5 on issue 12258 by ClusterFuzz-External: llvm/llvm-dwarfdump-fuzzer: Null-dereference READ in llvm::DWARFFormValue::dump https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=12258#c5 (No comment was entered for this change.) -- You received this message because: 1. You were specifically CC'd on the issue You may adjust your notification preferences at: https://bugs.chromium.org/hosting/settings Reply to this email to add a comment. ___ llvm-bugs mailing list llvm-bugs@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs
[llvm-bugs] Issue 11818 in oss-fuzz: llvm/llvm-isel-fuzzer--aarch64-O2: ASSERT: isa(Val) && "cast() argument of incompatible type!"
Updates: Cc: d...@google.com Comment #5 on issue 11818 by ClusterFuzz-External: llvm/llvm-isel-fuzzer--aarch64-O2: ASSERT: isa(Val) && "cast() argument of incompatible type!" https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=11818#c5 (No comment was entered for this change.) -- You received this message because: 1. You were specifically CC'd on the issue You may adjust your notification preferences at: https://bugs.chromium.org/hosting/settings Reply to this email to add a comment. ___ llvm-bugs mailing list llvm-bugs@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs
[llvm-bugs] Issue 11931 in oss-fuzz: llvm/clang-format-fuzzer: Null-dereference READ in clang::format::AnnotatingParser::consumeToken
Updates: Cc: d...@google.com Comment #5 on issue 11931 by ClusterFuzz-External: llvm/clang-format-fuzzer: Null-dereference READ in clang::format::AnnotatingParser::consumeToken https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=11931#c5 (No comment was entered for this change.) -- You received this message because: 1. You were specifically CC'd on the issue You may adjust your notification preferences at: https://bugs.chromium.org/hosting/settings Reply to this email to add a comment. ___ llvm-bugs mailing list llvm-bugs@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs
[llvm-bugs] Issue 12274 in oss-fuzz: llvm/clang-fuzzer: ASSERT: isa(Val) && "cast() argument of incompatible type!"
Updates: Cc: d...@google.com Comment #5 on issue 12274 by ClusterFuzz-External: llvm/clang-fuzzer: ASSERT: isa(Val) && "cast() argument of incompatible type!" https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=12274#c5 (No comment was entered for this change.) -- You received this message because: 1. You were specifically CC'd on the issue You may adjust your notification preferences at: https://bugs.chromium.org/hosting/settings Reply to this email to add a comment. ___ llvm-bugs mailing list llvm-bugs@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs
[llvm-bugs] Issue 12315 in oss-fuzz: llvm/llvm-dwarfdump-fuzzer: Floating-point-exception in llvm::object::ELFObjectFile
Updates: Cc: d...@google.com Comment #5 on issue 12315 by ClusterFuzz-External: llvm/llvm-dwarfdump-fuzzer: Floating-point-exception in llvm::object::ELFObjectFile https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=12315#c5 (No comment was entered for this change.) -- You received this message because: 1. You were specifically CC'd on the issue You may adjust your notification preferences at: https://bugs.chromium.org/hosting/settings Reply to this email to add a comment. ___ llvm-bugs mailing list llvm-bugs@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs
[llvm-bugs] Issue 12151 in oss-fuzz: llvm/llvm-dwarfdump-fuzzer: Out-of-memory in llvm-dwarfdump-fuzzer
Updates: Cc: d...@google.com Comment #6 on issue 12151 by ClusterFuzz-External: llvm/llvm-dwarfdump-fuzzer: Out-of-memory in llvm-dwarfdump-fuzzer https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=12151#c6 (No comment was entered for this change.) -- You received this message because: 1. You were specifically CC'd on the issue You may adjust your notification preferences at: https://bugs.chromium.org/hosting/settings Reply to this email to add a comment. ___ llvm-bugs mailing list llvm-bugs@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs
[llvm-bugs] Issue 12024 in oss-fuzz: llvm/llvm-dwarfdump-fuzzer: ASSERT: !KeyInfoT::isEqual(Val, EmptyKey) && !KeyInfoT::isEqual(Val, TombstoneKey) && "E
Updates: Cc: d...@google.com Comment #7 on issue 12024 by ClusterFuzz-External: llvm/llvm-dwarfdump-fuzzer: ASSERT: !KeyInfoT::isEqual(Val, EmptyKey) && !KeyInfoT::isEqual(Val, TombstoneKey) && "E https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=12024#c7 (No comment was entered for this change.) -- You received this message because: 1. You were specifically CC'd on the issue You may adjust your notification preferences at: https://bugs.chromium.org/hosting/settings Reply to this email to add a comment. ___ llvm-bugs mailing list llvm-bugs@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs
[llvm-bugs] Issue 12341 in oss-fuzz: llvm/llvm-dwarfdump-fuzzer: ASSERT: Arch != llvm::Triple::ArchType::UnknownArch
Updates: Cc: d...@google.com Comment #5 on issue 12341 by ClusterFuzz-External: llvm/llvm-dwarfdump-fuzzer: ASSERT: Arch != llvm::Triple::ArchType::UnknownArch https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=12341#c5 (No comment was entered for this change.) -- You received this message because: 1. You were specifically CC'd on the issue You may adjust your notification preferences at: https://bugs.chromium.org/hosting/settings Reply to this email to add a comment. ___ llvm-bugs mailing list llvm-bugs@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs
[llvm-bugs] Issue 12264 in oss-fuzz: llvm/llvm-isel-fuzzer--aarch64-gisel: ASSERT: isa(Val) && "cast() argument of incompatible type!"
Updates: Cc: d...@google.com Comment #5 on issue 12264 by ClusterFuzz-External: llvm/llvm-isel-fuzzer--aarch64-gisel: ASSERT: isa(Val) && "cast() argument of incompatible type!" https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=12264#c5 (No comment was entered for this change.) -- You received this message because: 1. You were specifically CC'd on the issue You may adjust your notification preferences at: https://bugs.chromium.org/hosting/settings Reply to this email to add a comment. ___ llvm-bugs mailing list llvm-bugs@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs
[llvm-bugs] Issue 11819 in oss-fuzz: llvm/clang-format-fuzzer: Timeout in llvm_clang-format-fuzzer
Updates: Cc: d...@google.com Comment #7 on issue 11819 by ClusterFuzz-External: llvm/clang-format-fuzzer: Timeout in llvm_clang-format-fuzzer https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=11819#c7 (No comment was entered for this change.) -- You received this message because: 1. You were specifically CC'd on the issue You may adjust your notification preferences at: https://bugs.chromium.org/hosting/settings Reply to this email to add a comment. ___ llvm-bugs mailing list llvm-bugs@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs
[llvm-bugs] Issue 12415 in oss-fuzz: llvm/llvm-isel-fuzzer--aarch64-O2: ASSERT: NumValues == VTs.NumVTs && "NumValues wasn't wide enough for its operands!"
Updates: Cc: d...@google.com Comment #5 on issue 12415 by ClusterFuzz-External: llvm/llvm-isel-fuzzer--aarch64-O2: ASSERT: NumValues == VTs.NumVTs && "NumValues wasn't wide enough for its operands!" https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=12415#c5 (No comment was entered for this change.) -- You received this message because: 1. You were specifically CC'd on the issue You may adjust your notification preferences at: https://bugs.chromium.org/hosting/settings Reply to this email to add a comment. ___ llvm-bugs mailing list llvm-bugs@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs
[llvm-bugs] Issue 12379 in oss-fuzz: llvm/clang-fuzzer: ASSERT: isa(Val) && "cast() argument of incompatible type!"
Updates: Cc: d...@google.com Comment #5 on issue 12379 by ClusterFuzz-External: llvm/clang-fuzzer: ASSERT: isa(Val) && "cast() argument of incompatible type!" https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=12379#c5 (No comment was entered for this change.) -- You received this message because: 1. You were specifically CC'd on the issue You may adjust your notification preferences at: https://bugs.chromium.org/hosting/settings Reply to this email to add a comment. ___ llvm-bugs mailing list llvm-bugs@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs
[llvm-bugs] Issue 12468 in oss-fuzz: llvm/clang-fuzzer: ASSERT: !Old || Old->getCachedLinkage() == D->getCachedLinkage()
Updates: Cc: d...@google.com Comment #5 on issue 12468 by ClusterFuzz-External: llvm/clang-fuzzer: ASSERT: !Old || Old->getCachedLinkage() == D->getCachedLinkage() https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=12468#c5 (No comment was entered for this change.) -- You received this message because: 1. You were specifically CC'd on the issue You may adjust your notification preferences at: https://bugs.chromium.org/hosting/settings Reply to this email to add a comment. ___ llvm-bugs mailing list llvm-bugs@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs
[llvm-bugs] Issue 12346 in oss-fuzz: llvm/llvm-dwarfdump-fuzzer: ASSERT: (DebugLineData.getAddressSize() == 0 || DebugLineData.getAddressSize() == getAdd
Updates: Cc: d...@google.com Comment #5 on issue 12346 by ClusterFuzz-External: llvm/llvm-dwarfdump-fuzzer: ASSERT: (DebugLineData.getAddressSize() == 0 || DebugLineData.getAddressSize() == getAdd https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=12346#c5 (No comment was entered for this change.) -- You received this message because: 1. You were specifically CC'd on the issue You may adjust your notification preferences at: https://bugs.chromium.org/hosting/settings Reply to this email to add a comment. ___ llvm-bugs mailing list llvm-bugs@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs
[llvm-bugs] Issue 12615 in oss-fuzz: llvm/llvm-isel-fuzzer--wasm32-O2: ASSERT: isImm() && "Wrong MachineOperand accessor"
Updates: Cc: d...@google.com Comment #5 on issue 12615 by ClusterFuzz-External: llvm/llvm-isel-fuzzer--wasm32-O2: ASSERT: isImm() && "Wrong MachineOperand accessor" https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=12615#c5 (No comment was entered for this change.) -- You received this message because: 1. You were specifically CC'd on the issue You may adjust your notification preferences at: https://bugs.chromium.org/hosting/settings Reply to this email to add a comment. ___ llvm-bugs mailing list llvm-bugs@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs
[llvm-bugs] Issue 12509 in oss-fuzz: llvm/llvm-isel-fuzzer--wasm32-O2: ASSERT: (V->getType()->isIntOrIntVectorTy(BitWidth) || V->getType()->isPtrOrPtrVectorTy(
Updates: Cc: d...@google.com Comment #5 on issue 12509 by ClusterFuzz-External: llvm/llvm-isel-fuzzer--wasm32-O2: ASSERT: (V->getType()->isIntOrIntVectorTy(BitWidth) || V->getType()->isPtrOrPtrVectorTy( https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=12509#c5 (No comment was entered for this change.) -- You received this message because: 1. You were specifically CC'd on the issue You may adjust your notification preferences at: https://bugs.chromium.org/hosting/settings Reply to this email to add a comment. ___ llvm-bugs mailing list llvm-bugs@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs
[llvm-bugs] Issue 12433 in oss-fuzz: llvm/llvm-itanium-demangle-fuzzer: Timeout in llvm_llvm-itanium-demangle-fuzzer
Updates: Cc: d...@google.com Comment #12 on issue 12433 by ClusterFuzz-External: llvm/llvm-itanium-demangle-fuzzer: Timeout in llvm_llvm-itanium-demangle-fuzzer https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=12433#c12 (No comment was entered for this change.) -- You received this message because: 1. You were specifically CC'd on the issue You may adjust your notification preferences at: https://bugs.chromium.org/hosting/settings Reply to this email to add a comment. ___ llvm-bugs mailing list llvm-bugs@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs
[llvm-bugs] Issue 12551 in oss-fuzz: llvm/llvm-isel-fuzzer--wasm32-O2: ASSERT: !MI.isTerminator()
Updates: Cc: d...@google.com Comment #5 on issue 12551 by ClusterFuzz-External: llvm/llvm-isel-fuzzer--wasm32-O2: ASSERT: !MI.isTerminator() https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=12551#c5 (No comment was entered for this change.) -- You received this message because: 1. You were specifically CC'd on the issue You may adjust your notification preferences at: https://bugs.chromium.org/hosting/settings Reply to this email to add a comment. ___ llvm-bugs mailing list llvm-bugs@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs
[llvm-bugs] Issue 12773 in oss-fuzz: llvm/clang-fuzzer: Stack-overflow in clang::TreeTransform::TransformExpr
Updates: Cc: d...@google.com Comment #5 on issue 12773 by ClusterFuzz-External: llvm/clang-fuzzer: Stack-overflow in clang::TreeTransform::TransformExpr https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=12773#c5 (No comment was entered for this change.) -- You received this message because: 1. You were specifically CC'd on the issue You may adjust your notification preferences at: https://bugs.chromium.org/hosting/settings Reply to this email to add a comment. ___ llvm-bugs mailing list llvm-bugs@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs
[llvm-bugs] Issue 12715 in oss-fuzz: llvm/clang-fuzzer: ASSERT: isa(Val) && "cast() argument of incompatible type!"
Updates: Cc: d...@google.com Comment #5 on issue 12715 by ClusterFuzz-External: llvm/clang-fuzzer: ASSERT: isa(Val) && "cast() argument of incompatible type!" https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=12715#c5 (No comment was entered for this change.) -- You received this message because: 1. You were specifically CC'd on the issue You may adjust your notification preferences at: https://bugs.chromium.org/hosting/settings Reply to this email to add a comment. ___ llvm-bugs mailing list llvm-bugs@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs
[llvm-bugs] Issue 12446 in oss-fuzz: llvm/llvm-isel-fuzzer--aarch64-O2: ASSERT: isImm() && "Wrong MachineOperand accessor"
Updates: Cc: d...@google.com Comment #5 on issue 12446 by ClusterFuzz-External: llvm/llvm-isel-fuzzer--aarch64-O2: ASSERT: isImm() && "Wrong MachineOperand accessor" https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=12446#c5 (No comment was entered for this change.) -- You received this message because: 1. You were specifically CC'd on the issue You may adjust your notification preferences at: https://bugs.chromium.org/hosting/settings Reply to this email to add a comment. ___ llvm-bugs mailing list llvm-bugs@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs
[llvm-bugs] Issue 12894 in oss-fuzz: llvm/clang-fuzzer: Stack-overflow in clang::FunctionProtoType::getExtProtoInfo
Updates: Cc: d...@google.com Comment #5 on issue 12894 by ClusterFuzz-External: llvm/clang-fuzzer: Stack-overflow in clang::FunctionProtoType::getExtProtoInfo https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=12894#c5 (No comment was entered for this change.) -- You received this message because: 1. You were specifically CC'd on the issue You may adjust your notification preferences at: https://bugs.chromium.org/hosting/settings Reply to this email to add a comment. ___ llvm-bugs mailing list llvm-bugs@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs
[llvm-bugs] Issue 12982 in oss-fuzz: llvm/clangd-fuzzer: ASSERT: llvm::sys::path::is_absolute(AbsPath) && "the path is relative"
Updates: Cc: d...@google.com Comment #6 on issue 12982 by ClusterFuzz-External: llvm/clangd-fuzzer: ASSERT: llvm::sys::path::is_absolute(AbsPath) && "the path is relative" https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=12982#c6 (No comment was entered for this change.) -- You received this message because: 1. You were specifically CC'd on the issue You may adjust your notification preferences at: https://bugs.chromium.org/hosting/settings Reply to this email to add a comment. ___ llvm-bugs mailing list llvm-bugs@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs
[llvm-bugs] Issue 12961 in oss-fuzz: llvm/llvm-isel-fuzzer--wasm32-O2: ASSERT: BitWidth == RHS.BitWidth && "Bit widths must be the same"
Updates: Cc: d...@google.com Comment #4 on issue 12961 by ClusterFuzz-External: llvm/llvm-isel-fuzzer--wasm32-O2: ASSERT: BitWidth == RHS.BitWidth && "Bit widths must be the same" https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=12961#c4 (No comment was entered for this change.) -- You received this message because: 1. You were specifically CC'd on the issue You may adjust your notification preferences at: https://bugs.chromium.org/hosting/settings Reply to this email to add a comment. ___ llvm-bugs mailing list llvm-bugs@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs
[llvm-bugs] Issue 12924 in oss-fuzz: llvm/llvm-isel-fuzzer--aarch64-gisel: ASSERT: APFloat::getSizeInBits(Val.getValueAPF().getSemantics()) == EltTy.getSizeInBits(
Updates: Cc: d...@google.com Comment #5 on issue 12924 by ClusterFuzz-External: llvm/llvm-isel-fuzzer--aarch64-gisel: ASSERT: APFloat::getSizeInBits(Val.getValueAPF().getSemantics()) == EltTy.getSizeInBits( https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=12924#c5 (No comment was entered for this change.) -- You received this message because: 1. You were specifically CC'd on the issue You may adjust your notification preferences at: https://bugs.chromium.org/hosting/settings Reply to this email to add a comment. ___ llvm-bugs mailing list llvm-bugs@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs
[llvm-bugs] Issue 12417 in oss-fuzz: llvm/llvm-opt-fuzzer--x86_64-gvn: ASSERT: C->getType()->getScalarSizeInBits() > Ty->getScalarSizeInBits()&& "SrcTy must be
Updates: Cc: d...@google.com Comment #5 on issue 12417 by ClusterFuzz-External: llvm/llvm-opt-fuzzer--x86_64-gvn: ASSERT: C->getType()->getScalarSizeInBits() > Ty->getScalarSizeInBits()&& "SrcTy must be https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=12417#c5 (No comment was entered for this change.) -- You received this message because: 1. You were specifically CC'd on the issue You may adjust your notification preferences at: https://bugs.chromium.org/hosting/settings Reply to this email to add a comment. ___ llvm-bugs mailing list llvm-bugs@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs
[llvm-bugs] Issue 12578 in oss-fuzz: llvm/llvm-isel-fuzzer--x86_64-O2: ASSERT: isa(Val) && "cast() argument of incompatible type!"
Updates: Cc: d...@google.com Comment #5 on issue 12578 by ClusterFuzz-External: llvm/llvm-isel-fuzzer--x86_64-O2: ASSERT: isa(Val) && "cast() argument of incompatible type!" https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=12578#c5 (No comment was entered for this change.) -- You received this message because: 1. You were specifically CC'd on the issue You may adjust your notification preferences at: https://bugs.chromium.org/hosting/settings Reply to this email to add a comment. ___ llvm-bugs mailing list llvm-bugs@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs
[llvm-bugs] Issue 12441 in oss-fuzz: llvm/clang-format-fuzzer: ASSERT: IndentLevel > 0
Updates: Cc: d...@google.com Comment #5 on issue 12441 by ClusterFuzz-External: llvm/clang-format-fuzzer: ASSERT: IndentLevel > 0 https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=12441#c5 (No comment was entered for this change.) -- You received this message because: 1. You were specifically CC'd on the issue You may adjust your notification preferences at: https://bugs.chromium.org/hosting/settings Reply to this email to add a comment. ___ llvm-bugs mailing list llvm-bugs@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs
[llvm-bugs] Issue 12613 in oss-fuzz: llvm/llvm-dwarfdump-fuzzer: Timeout in llvm_llvm-dwarfdump-fuzzer
Updates: Cc: d...@google.com Comment #8 on issue 12613 by ClusterFuzz-External: llvm/llvm-dwarfdump-fuzzer: Timeout in llvm_llvm-dwarfdump-fuzzer https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=12613#c8 (No comment was entered for this change.) -- You received this message because: 1. You were specifically CC'd on the issue You may adjust your notification preferences at: https://bugs.chromium.org/hosting/settings Reply to this email to add a comment. ___ llvm-bugs mailing list llvm-bugs@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs
[llvm-bugs] Issue 12655 in oss-fuzz: llvm/clang-fuzzer: Abrt in llvm::llvm_unreachable_internal
Updates: Cc: d...@google.com Comment #5 on issue 12655 by ClusterFuzz-External: llvm/clang-fuzzer: Abrt in llvm::llvm_unreachable_internal https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=12655#c5 (No comment was entered for this change.) -- You received this message because: 1. You were specifically CC'd on the issue You may adjust your notification preferences at: https://bugs.chromium.org/hosting/settings Reply to this email to add a comment. ___ llvm-bugs mailing list llvm-bugs@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs
[llvm-bugs] Issue 12403 in oss-fuzz: llvm/llvm-isel-fuzzer--aarch64-O2: ASSERT: getMinSignedBits() <= 64 && "Too many bits for int64_t"
Updates: Cc: d...@google.com Comment #5 on issue 12403 by ClusterFuzz-External: llvm/llvm-isel-fuzzer--aarch64-O2: ASSERT: getMinSignedBits() <= 64 && "Too many bits for int64_t" https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=12403#c5 (No comment was entered for this change.) -- You received this message because: 1. You were specifically CC'd on the issue You may adjust your notification preferences at: https://bugs.chromium.org/hosting/settings Reply to this email to add a comment. ___ llvm-bugs mailing list llvm-bugs@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs
[llvm-bugs] Issue 13022 in oss-fuzz: llvm/llvm-opt-fuzzer--x86_64-guard_widening: ASSERT: i < getNumArgOperands() && "Out of bounds!"
Updates: Cc: d...@google.com Comment #3 on issue 13022 by ClusterFuzz-External: llvm/llvm-opt-fuzzer--x86_64-guard_widening: ASSERT: i < getNumArgOperands() && "Out of bounds!" https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=13022#c3 (No comment was entered for this change.) -- You received this message because: 1. You were specifically CC'd on the issue You may adjust your notification preferences at: https://bugs.chromium.org/hosting/settings Reply to this email to add a comment. ___ llvm-bugs mailing list llvm-bugs@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs
[llvm-bugs] Issue 12439 in oss-fuzz: llvm/llvm-itanium-demangle-fuzzer: Stack-overflow in llvm::itanium_demangle::AbstractManglingParser
Updates: Cc: d...@google.com Comment #16 on issue 12439 by ClusterFuzz-External: llvm/llvm-itanium-demangle-fuzzer: Stack-overflow in llvm::itanium_demangle::AbstractManglingParser https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=12439#c16 (No comment was entered for this change.) -- You received this message because: 1. You were specifically CC'd on the issue You may adjust your notification preferences at: https://bugs.chromium.org/hosting/settings Reply to this email to add a comment. ___ llvm-bugs mailing list llvm-bugs@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs
[llvm-bugs] Issue 12995 in oss-fuzz: llvm/llvm-opt-fuzzer--x86_64-gvn: ASSERT: !carry
Updates: Cc: d...@google.com Comment #4 on issue 12995 by ClusterFuzz-External: llvm/llvm-opt-fuzzer--x86_64-gvn: ASSERT: !carry https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=12995#c4 (No comment was entered for this change.) -- You received this message because: 1. You were specifically CC'd on the issue You may adjust your notification preferences at: https://bugs.chromium.org/hosting/settings Reply to this email to add a comment. ___ llvm-bugs mailing list llvm-bugs@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs
[llvm-bugs] Issue 13161 in oss-fuzz: llvm/llvm-isel-fuzzer--wasm32-O2: ASSERT: PromotedOp.getNode() && "Operand wasn't promoted?"
Updates: Cc: d...@google.com Comment #3 on issue 13161 by ClusterFuzz-External: llvm/llvm-isel-fuzzer--wasm32-O2: ASSERT: PromotedOp.getNode() && "Operand wasn't promoted?" https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=13161#c3 (No comment was entered for this change.) -- You received this message because: 1. You were specifically CC'd on the issue You may adjust your notification preferences at: https://bugs.chromium.org/hosting/settings Reply to this email to add a comment. ___ llvm-bugs mailing list llvm-bugs@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs
[llvm-bugs] Issue 13112 in oss-fuzz: llvm/llvm-opt-fuzzer--x86_64-gvn: ASSERT: castIsValid(op, S, Ty) && "Invalid cast!"
Updates: Cc: d...@google.com Comment #3 on issue 13112 by ClusterFuzz-External: llvm/llvm-opt-fuzzer--x86_64-gvn: ASSERT: castIsValid(op, S, Ty) && "Invalid cast!" https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=13112#c3 (No comment was entered for this change.) -- You received this message because: 1. You were specifically CC'd on the issue You may adjust your notification preferences at: https://bugs.chromium.org/hosting/settings Reply to this email to add a comment. ___ llvm-bugs mailing list llvm-bugs@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs
[llvm-bugs] Issue 13024 in oss-fuzz: llvm/llvm-dwarfdump-fuzzer: ASSERT: !KeyInfoT::isEqual(Val, EmptyKey) && !KeyInfoT::isEqual(Val, TombstoneKey) && "E
Updates: Cc: d...@google.com Comment #4 on issue 13024 by ClusterFuzz-External: llvm/llvm-dwarfdump-fuzzer: ASSERT: !KeyInfoT::isEqual(Val, EmptyKey) && !KeyInfoT::isEqual(Val, TombstoneKey) && "E https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=13024#c4 (No comment was entered for this change.) -- You received this message because: 1. You were specifically CC'd on the issue You may adjust your notification preferences at: https://bugs.chromium.org/hosting/settings Reply to this email to add a comment. ___ llvm-bugs mailing list llvm-bugs@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs
[llvm-bugs] Issue 13350 in oss-fuzz: llvm/llvm-opt-fuzzer--x86_64-loop_vectorize: ASSERT: getTypeSizeInBits(SrcTy) <= getTypeSizeInBits(Ty) && "getNoopOrZeroExtend cannot
Updates: Cc: d...@google.com Comment #3 on issue 13350 by ClusterFuzz-External: llvm/llvm-opt-fuzzer--x86_64-loop_vectorize: ASSERT: getTypeSizeInBits(SrcTy) <= getTypeSizeInBits(Ty) && "getNoopOrZeroExtend cannot https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=13350#c3 (No comment was entered for this change.) -- You received this message because: 1. You were specifically CC'd on the issue You may adjust your notification preferences at: https://bugs.chromium.org/hosting/settings Reply to this email to add a comment. ___ llvm-bugs mailing list llvm-bugs@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs
[llvm-bugs] Issue 13503 in oss-fuzz: llvm/llvm-opt-fuzzer--x86_64-loop_unswitch: Direct-leak in llvm::BitcodeReaderValueList::getValueFwdRef
Updates: Cc: d...@google.com Comment #3 on issue 13503 by ClusterFuzz-External: llvm/llvm-opt-fuzzer--x86_64-loop_unswitch: Direct-leak in llvm::BitcodeReaderValueList::getValueFwdRef https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=13503#c3 (No comment was entered for this change.) -- You received this message because: 1. You were specifically CC'd on the issue You may adjust your notification preferences at: https://bugs.chromium.org/hosting/settings Reply to this email to add a comment. ___ llvm-bugs mailing list llvm-bugs@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs
[llvm-bugs] Issue 13111 in oss-fuzz: llvm/clang-fuzzer: ASSERT: CanDeclareSpecialMemberFunction(RD) && "doing special member lookup into record
Updates: Cc: d...@google.com Comment #3 on issue 13111 by ClusterFuzz-External: llvm/clang-fuzzer: ASSERT: CanDeclareSpecialMemberFunction(RD) && "doing special member lookup into record https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=13111#c3 (No comment was entered for this change.) -- You received this message because: 1. You were specifically CC'd on the issue You may adjust your notification preferences at: https://bugs.chromium.org/hosting/settings Reply to this email to add a comment. ___ llvm-bugs mailing list llvm-bugs@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs
[llvm-bugs] Issue 13195 in oss-fuzz: llvm/llvm-opt-fuzzer--x86_64-strength_reduce: Floating-point-exception in LSRInstance::GenerateAllReuseFormulae
Updates: Cc: d...@google.com Comment #3 on issue 13195 by ClusterFuzz-External: llvm/llvm-opt-fuzzer--x86_64-strength_reduce: Floating-point-exception in LSRInstance::GenerateAllReuseFormulae https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=13195#c3 (No comment was entered for this change.) -- You received this message because: 1. You were specifically CC'd on the issue You may adjust your notification preferences at: https://bugs.chromium.org/hosting/settings Reply to this email to add a comment. ___ llvm-bugs mailing list llvm-bugs@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs
[llvm-bugs] Issue 13519 in oss-fuzz: llvm/llvm-isel-fuzzer--x86_64-O2: ASSERT: P.first->second == EHScope && "MBB is part of two scopes!"
Updates: Cc: d...@google.com Comment #3 on issue 13519 by ClusterFuzz-External: llvm/llvm-isel-fuzzer--x86_64-O2: ASSERT: P.first->second == EHScope && "MBB is part of two scopes!" https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=13519#c3 (No comment was entered for this change.) -- You received this message because: 1. You were specifically CC'd on the issue You may adjust your notification preferences at: https://bugs.chromium.org/hosting/settings Reply to this email to add a comment. ___ llvm-bugs mailing list llvm-bugs@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs
[llvm-bugs] Issue 13438 in oss-fuzz: llvm/clang-fuzzer: ASSERT: width && "Can't truncate to 0 bits"
Updates: Cc: d...@google.com Comment #3 on issue 13438 by ClusterFuzz-External: llvm/clang-fuzzer: ASSERT: width && "Can't truncate to 0 bits" https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=13438#c3 (No comment was entered for this change.) -- You received this message because: 1. You were specifically CC'd on the issue You may adjust your notification preferences at: https://bugs.chromium.org/hosting/settings Reply to this email to add a comment. ___ llvm-bugs mailing list llvm-bugs@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs
[llvm-bugs] Issue 13130 in oss-fuzz: llvm/llvm-isel-fuzzer--x86_64-O2: ASSERT: BBColors.size() == 1 && "multi-color BB not removed by preparation"
Updates: Cc: d...@google.com Comment #3 on issue 13130 by ClusterFuzz-External: llvm/llvm-isel-fuzzer--x86_64-O2: ASSERT: BBColors.size() == 1 && "multi-color BB not removed by preparation" https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=13130#c3 (No comment was entered for this change.) -- You received this message because: 1. You were specifically CC'd on the issue You may adjust your notification preferences at: https://bugs.chromium.org/hosting/settings Reply to this email to add a comment. ___ llvm-bugs mailing list llvm-bugs@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs
[llvm-bugs] Issue 13272 in oss-fuzz: llvm/clang-fuzzer: ASSERT: N.ugt(ArraySize) && "bounds check failed for in-bounds index"
Updates: Cc: d...@google.com Comment #3 on issue 13272 by ClusterFuzz-External: llvm/clang-fuzzer: ASSERT: N.ugt(ArraySize) && "bounds check failed for in-bounds index" https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=13272#c3 (No comment was entered for this change.) -- You received this message because: 1. You were specifically CC'd on the issue You may adjust your notification preferences at: https://bugs.chromium.org/hosting/settings Reply to this email to add a comment. ___ llvm-bugs mailing list llvm-bugs@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs
[llvm-bugs] Issue 13419 in oss-fuzz: llvm/clang-fuzzer: ASSERT: DeclAccess != AS_none
Updates: Cc: d...@google.com Comment #3 on issue 13419 by ClusterFuzz-External: llvm/clang-fuzzer: ASSERT: DeclAccess != AS_none https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=13419#c3 (No comment was entered for this change.) -- You received this message because: 1. You were specifically CC'd on the issue You may adjust your notification preferences at: https://bugs.chromium.org/hosting/settings Reply to this email to add a comment. ___ llvm-bugs mailing list llvm-bugs@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs
[llvm-bugs] Issue 13486 in oss-fuzz: llvm/llvm-isel-fuzzer--x86_64-O2: Direct-leak in BitcodeReader::parseConstants
Updates: Cc: d...@google.com Comment #4 on issue 13486 by ClusterFuzz-External: llvm/llvm-isel-fuzzer--x86_64-O2: Direct-leak in BitcodeReader::parseConstants https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=13486#c4 (No comment was entered for this change.) -- You received this message because: 1. You were specifically CC'd on the issue You may adjust your notification preferences at: https://bugs.chromium.org/hosting/settings Reply to this email to add a comment. ___ llvm-bugs mailing list llvm-bugs@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs
[llvm-bugs] Issue 13518 in oss-fuzz: llvm/clang-fuzzer: Stack-overflow in clang::Preprocessor::PeekAhead
Updates: Cc: d...@google.com Comment #3 on issue 13518 by ClusterFuzz-External: llvm/clang-fuzzer: Stack-overflow in clang::Preprocessor::PeekAhead https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=13518#c3 (No comment was entered for this change.) -- You received this message because: 1. You were specifically CC'd on the issue You may adjust your notification preferences at: https://bugs.chromium.org/hosting/settings Reply to this email to add a comment. ___ llvm-bugs mailing list llvm-bugs@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs
[llvm-bugs] Issue 13174 in oss-fuzz: llvm/llvm-isel-fuzzer--x86_64-O2: ASSERT: isa(Val) && "cast() argument of incompatible type!"
Updates: Cc: d...@google.com Comment #3 on issue 13174 by ClusterFuzz-External: llvm/llvm-isel-fuzzer--x86_64-O2: ASSERT: isa(Val) && "cast() argument of incompatible type!" https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=13174#c3 (No comment was entered for this change.) -- You received this message because: 1. You were specifically CC'd on the issue You may adjust your notification preferences at: https://bugs.chromium.org/hosting/settings Reply to this email to add a comment. ___ llvm-bugs mailing list llvm-bugs@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs
[llvm-bugs] Issue 13137 in oss-fuzz: llvm/llvm-opt-fuzzer--x86_64-irce: ASSERT: L.isRecursivelyLCSSAForm(AR.DT, AR.LI) && "Loops must remain in LCSSA form!"
Updates: Cc: d...@google.com Comment #3 on issue 13137 by ClusterFuzz-External: llvm/llvm-opt-fuzzer--x86_64-irce: ASSERT: L.isRecursivelyLCSSAForm(AR.DT, AR.LI) && "Loops must remain in LCSSA form!" https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=13137#c3 (No comment was entered for this change.) -- You received this message because: 1. You were specifically CC'd on the issue You may adjust your notification preferences at: https://bugs.chromium.org/hosting/settings Reply to this email to add a comment. ___ llvm-bugs mailing list llvm-bugs@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs
[llvm-bugs] Issue 13505 in oss-fuzz: llvm/clangd-fuzzer: ASSERT: DirInfo && "The directory of a virtual file should already be in the cache."
Updates: Cc: d...@google.com Comment #3 on issue 13505 by ClusterFuzz-External: llvm/clangd-fuzzer: ASSERT: DirInfo && "The directory of a virtual file should already be in the cache." https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=13505#c3 (No comment was entered for this change.) -- You received this message because: 1. You were specifically CC'd on the issue You may adjust your notification preferences at: https://bugs.chromium.org/hosting/settings Reply to this email to add a comment. ___ llvm-bugs mailing list llvm-bugs@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs
[llvm-bugs] Issue 13639 in oss-fuzz: llvm/llvm-opt-fuzzer--x86_64-strength_reduce: Direct-leak in llvm::Value::setNameImpl
Updates: Cc: d...@google.com Comment #3 on issue 13639 by ClusterFuzz-External: llvm/llvm-opt-fuzzer--x86_64-strength_reduce: Direct-leak in llvm::Value::setNameImpl https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=13639#c3 (No comment was entered for this change.) -- You received this message because: 1. You were specifically CC'd on the issue You may adjust your notification preferences at: https://bugs.chromium.org/hosting/settings Reply to this email to add a comment. ___ llvm-bugs mailing list llvm-bugs@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs
[llvm-bugs] Issue 13148 in oss-fuzz: llvm/llvm-opt-fuzzer--x86_64-strength_reduce: ASSERT: (!F.ScaledReg || !F.ScaledReg->isZero()) && "Zero allocated in a scaled register
Updates: Cc: d...@google.com Comment #3 on issue 13148 by ClusterFuzz-External: llvm/llvm-opt-fuzzer--x86_64-strength_reduce: ASSERT: (!F.ScaledReg | | !F.ScaledReg->isZero()) && "Zero allocated in a scaled register https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=13148#c3 (No comment was entered for this change.) -- You received this message because: 1. You were specifically CC'd on the issue You may adjust your notification preferences at: https://bugs.chromium.org/hosting/settings Reply to this email to add a comment. ___ llvm-bugs mailing list llvm-bugs@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs
[llvm-bugs] Issue 14022 in oss-fuzz: llvm/llvm-opt-fuzzer--x86_64-loop_vectorize: ASSERT: !(Rewrite.second).empty() && "Expected to find Predicates"
Updates: Cc: d...@google.com Comment #3 on issue 14022 by ClusterFuzz-External: llvm/llvm-opt-fuzzer--x86_64-loop_vectorize: ASSERT: !(Rewrite.second).empty() && "Expected to find Predicates" https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=14022#c3 (No comment was entered for this change.) -- You received this message because: 1. You were specifically CC'd on the issue You may adjust your notification preferences at: https://bugs.chromium.org/hosting/settings Reply to this email to add a comment. ___ llvm-bugs mailing list llvm-bugs@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs
[llvm-bugs] Issue 13905 in oss-fuzz: llvm/llvm-isel-fuzzer--wasm32-O2: ASSERT: EltSize * 8 == EltVT.getSizeInBits() && "Converting bits to bytes lost precision
Updates: Cc: d...@google.com Comment #3 on issue 13905 by ClusterFuzz-External: llvm/llvm-isel-fuzzer--wasm32-O2: ASSERT: EltSize * 8 == EltVT.getSizeInBits() && "Converting bits to bytes lost precision https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=13905#c3 (No comment was entered for this change.) -- You received this message because: 1. You were specifically CC'd on the issue You may adjust your notification preferences at: https://bugs.chromium.org/hosting/settings Reply to this email to add a comment. ___ llvm-bugs mailing list llvm-bugs@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs