[llvm-bugs] [Bug 84129] signed integer overflow in unbounded-array-bounds.c test

2024-03-05 Thread LLVM Bugs via llvm-bugs
Issue 84129 Summary signed integer overflow in unbounded-array-bounds.c test Labels clang:codegen Assignees Reporte

[llvm-bugs] [Bug 84122] [Crush] clangd crush If there is an "N" in the code

2024-03-05 Thread LLVM Bugs via llvm-bugs
Issue 84122 Summary [Crush] clangd crush If there is an "N" in the code Labels new issue Assignees Reporter

[llvm-bugs] [Bug 84120] Bad code generated with `-fdelete-null-pointer-checks`

2024-03-05 Thread LLVM Bugs via llvm-bugs
Issue 84120 Summary Bad code generated with `-fdelete-null-pointer-checks` Labels new issue Assignees Reporter

[llvm-bugs] [Bug 84116] Backport fix for clangd#1951 to the 18.x branch

2024-03-05 Thread LLVM Bugs via llvm-bugs
Issue 84116 Summary Backport fix for clangd#1951 to the 18.x branch Labels new issue Assignees Reporter

[llvm-bugs] [Bug 84108] declare some header file as common header for c and cpp

2024-03-05 Thread LLVM Bugs via llvm-bugs
Issue 84108 Summary declare some header file as common header for c and cpp Labels question, clang-tidy Assignees

[llvm-bugs] [Bug 84094] [FMV] Provide some way to explicitly refer to a specific version of a function

2024-03-05 Thread LLVM Bugs via llvm-bugs
Issue 84094 Summary [FMV] Provide some way to explicitly refer to a specific version of a function Labels new issue Assignees l

[llvm-bugs] [Bug 84092] false negative in bugprone-assert-side-effect when method accept a non-const-ref argument.

2024-03-05 Thread LLVM Bugs via llvm-bugs
Issue 84092 Summary false negative in bugprone-assert-side-effect when method accept a non-const-ref argument. Labels new issue Assignees

[llvm-bugs] [Bug 84090] failed to perform tail call elimination on a call site marked musttail

2024-03-05 Thread LLVM Bugs via llvm-bugs
Issue 84090 Summary failed to perform tail call elimination on a call site marked musttail Labels backend:RISC-V Assignees

[llvm-bugs] [Bug 84089] Missed Optimization: Block Placement Reveals Missed Constant Propagation in Many Archs

2024-03-05 Thread LLVM Bugs via llvm-bugs
Issue 84089 Summary Missed Optimization: Block Placement Reveals Missed Constant Propagation in Many Archs Labels new issue Assignees

[llvm-bugs] [Bug 84088] [flang] COMPLEX(16) parameters/returns are not supported for aarch64

2024-03-05 Thread LLVM Bugs via llvm-bugs
Issue 84088 Summary [flang] COMPLEX(16) parameters/returns are not supported for aarch64 Labels flang, flang:codegen Assignees

[llvm-bugs] [Bug 84087] ICE on valid code during LLVM IR generation

2024-03-05 Thread LLVM Bugs via llvm-bugs
Issue 84087 Summary ICE on valid code during LLVM IR generation Labels new issue Assignees Reporter

[llvm-bugs] [Bug 84075] Support `constexpr` logic in `__attribute__(( naked ))` functions

2024-03-05 Thread LLVM Bugs via llvm-bugs
Issue 84075 Summary Support `constexpr` logic in `__attribute__(( naked ))` functions Labels new issue Assignees Re

[llvm-bugs] [Bug 84074] [mlir][sparse] Disassemble doesn't work with SortedCOO + SOA in libgen path

2024-03-05 Thread LLVM Bugs via llvm-bugs
Issue 84074 Summary [mlir][sparse] Disassemble doesn't work with SortedCOO + SOA in libgen path Labels mlir Assignees aartbik

[llvm-bugs] Issue 65548 in oss-fuzz: llvm:llvm-opt-fuzzer--x86_64-simplifycfg: ASSERT: Ty->isSized() && "Cannot getTypeInfo() on a type that is unsized!"

2024-03-05 Thread ClusterFuzz-External via monorail via llvm-bugs
Comment #2 on issue 65548 by ClusterFuzz-External: llvm:llvm-opt-fuzzer--x86_64-simplifycfg: ASSERT: Ty->isSized() && "Cannot getTypeInfo() on a type that is unsized!" https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=65548#c2 ClusterFuzz testcase 5604708454563840 is closed as invalid, so c

[llvm-bugs] Issue 65548 in oss-fuzz: llvm:llvm-opt-fuzzer--x86_64-simplifycfg: ASSERT: Ty->isSized() && "Cannot getTypeInfo() on a type that is unsized!"

2024-03-05 Thread ClusterFuzz-External via monorail via llvm-bugs
Updates: Status: WontFix Comment #1 on issue 65548 by ClusterFuzz-External: llvm:llvm-opt-fuzzer--x86_64-simplifycfg: ASSERT: Ty->isSized() && "Cannot getTypeInfo() on a type that is unsized!" https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=65548#c1 ClusterFuzz testcase 5604708454

[llvm-bugs] [Bug 84072] Statement attribute on a case label suppresses 'bypassing variable initialization' error

2024-03-05 Thread LLVM Bugs via llvm-bugs
Issue 84072 Summary Statement attribute on a case label suppresses 'bypassing variable initialization' error Labels clang, accepts-invalid, clang:

[llvm-bugs] [Bug 84066] [Flang] OpenMP offload missing driver option

2024-03-05 Thread LLVM Bugs via llvm-bugs
lang-new: error: cannot determine amdgcn architecture: /soft/compilers/llvm/main-20240305/bin/amdgpu-arch: ; consider passing it via '-march' ``` I knew that ``` flang-new -c -fopenmp --offload-arch=gfx906 -O3 dualspace.f90 ``` works. Please support `-Xopenmp-target` for sending accura

[llvm-bugs] [Bug 84064] Clang error: coroutine member function with operator new in promise_type

2024-03-05 Thread LLVM Bugs via llvm-bugs
Issue 84064 Summary Clang error: coroutine member function with operator new in promise_type Labels clang Assignees

[llvm-bugs] [Bug 84063] [LoopIdiomRecognize] ShiftUntilBitTest optimization leads to incorrect behavior in case 0

2024-03-05 Thread LLVM Bugs via llvm-bugs
Issue 84063 Summary [LoopIdiomRecognize] ShiftUntilBitTest optimization leads to incorrect behavior in case 0 Labels new issue Assignees

[llvm-bugs] [Bug 84062] Crash when building firefox 123.0

2024-03-05 Thread LLVM Bugs via llvm-bugs
Issue 84062 Summary Crash when building firefox 123.0 Labels new issue Assignees Reporter DarthGan

[llvm-bugs] [Bug 84053] LLDB on MacOS: `ninja check-lldb` generates error `LIBCXXABI_USE_LLVM_UNWINDER is set to ON, but libunwind is not specified in LLVM_ENABLE_RUNTIMES` on a freshly cloned repo

2024-03-05 Thread LLVM Bugs via llvm-bugs
Issue 84053 Summary LLDB on MacOS: `ninja check-lldb` generates error `LIBCXXABI_USE_LLVM_UNWINDER is set to ON, but libunwind is not specified in LLVM_ENABLE_RUNTIMES` on a freshly cloned repo

[llvm-bugs] [Bug 84052] compiler crash

2024-03-05 Thread LLVM Bugs via llvm-bugs
Issue 84052 Summary compiler crash Labels new issue Assignees Reporter ordinary-github-user

[llvm-bugs] [Bug 84051] [DSE] crash

2024-03-05 Thread LLVM Bugs via llvm-bugs
Issue 84051 Summary [DSE] crash Labels llvm:transforms Assignees Reporter JonPsson1

[llvm-bugs] [Bug 84049] SLPVectorizer.cpp fails to build with gcc 9 on `error: declaration of 'llvm::TargetTransformInfo* llvm::slpvectorizer::BoUpSLP::TTI' changes meaning of 'TTI'`

2024-03-05 Thread LLVM Bugs via llvm-bugs
Issue 84049 Summary SLPVectorizer.cpp fails to build with gcc 9 on `error: declaration of 'llvm::TargetTransformInfo* llvm::slpvectorizer::BoUpSLP::TTI' changes meaning of 'TTI'` Labels

[llvm-bugs] [Bug 84047] Unexpected codegen for __builtin_elementwise_bitreverse on unsigned char and short

2024-03-05 Thread LLVM Bugs via llvm-bugs
Issue 84047 Summary Unexpected codegen for __builtin_elementwise_bitreverse on unsigned char and short Labels new issue Assignees

[llvm-bugs] [Bug 84046] Regression in AArch64 After Improving KnownBits of Add/Sub

2024-03-05 Thread LLVM Bugs via llvm-bugs
Issue 84046 Summary Regression in AArch64 After Improving KnownBits of Add/Sub Labels backend:AArch64 Assignees Rep

[llvm-bugs] [Bug 84044] clang crash: Instruction does not dominate all uses!

2024-03-05 Thread LLVM Bugs via llvm-bugs
Issue 84044 Summary clang crash: Instruction does not dominate all uses! Labels Assignees Reporter dcb314

[llvm-bugs] [Bug 84038] LLVM fails to optimize emulated arithmetic right shift down to a single ashr

2024-03-05 Thread LLVM Bugs via llvm-bugs
Issue 84038 Summary LLVM fails to optimize emulated arithmetic right shift down to a single ashr Labels new issue Assignees

[llvm-bugs] [Bug 84037] [llvm][AArch64] Autoupgrade function attributes from Module attributes.

2024-03-05 Thread LLVM Bugs via llvm-bugs
Issue 84037 Summary [llvm][AArch64] Autoupgrade function attributes from Module attributes. Labels new issue Assignees

[llvm-bugs] [Bug 84030] objcopy fails with lld

2024-03-05 Thread LLVM Bugs via llvm-bugs
Issue 84030 Summary objcopy fails with lld Labels lld Assignees Reporter Temperature-block

[llvm-bugs] [Bug 84028] Linking OpenMP target offloading fails with optimization enabled

2024-03-05 Thread LLVM Bugs via llvm-bugs
Issue 84028 Summary Linking OpenMP target offloading fails with optimization enabled Labels new issue Assignees Rep

[llvm-bugs] [Bug 84025] InstCombine calculated a wrong `insertelement` instruction

2024-03-05 Thread LLVM Bugs via llvm-bugs
Issue 84025 Summary InstCombine calculated a wrong `insertelement` instruction Labels miscompilation, llvm:optimizations, llvm:instcombine

[llvm-bugs] [Bug 84020] Compiler error for delayed template in

2024-03-05 Thread LLVM Bugs via llvm-bugs
Issue 84020 Summary Compiler error for delayed template in Labels new issue Assignees Reporter rat

[llvm-bugs] [Bug 84015] [FMV] The compiler crashes in the absence of default target version.

2024-03-05 Thread LLVM Bugs via llvm-bugs
Issue 84015 Summary [FMV] The compiler crashes in the absence of default target version. Labels new issue Assignees labrinea

[llvm-bugs] [Bug 84012] [BOLT][AArch64] Running perf2bolt with '--debug' causes an segfault fault.

2024-03-05 Thread LLVM Bugs via llvm-bugs
Issue 84012 Summary [BOLT][AArch64] Running perf2bolt with '--debug' causes an segfault fault. Labels BOLT Assignees

[llvm-bugs] [Bug 84009] heap-use-after-free may cause deadblock when program exit.

2024-03-05 Thread LLVM Bugs via llvm-bugs
Issue 84009 Summary heap-use-after-free may cause deadblock when program exit. Labels new issue Assignees Reporter

[llvm-bugs] [Bug 84002] [Clang][Module] Transitive importation as in [module.import]/7 is not fully implemented

2024-03-05 Thread LLVM Bugs via llvm-bugs
Issue 84002 Summary [Clang][Module] Transitive importation as in [module.import]/7 is not fully implemented Labels c++20, clang:modules

[llvm-bugs] [Bug 83996] [c++] error: address of vector element requested

2024-03-05 Thread LLVM Bugs via llvm-bugs
Issue 83996 Summary [c++] error: address of vector element requested Labels new issue Assignees Reporter

[llvm-bugs] [Bug 83995] Backport de1f33873beff93063577195e1214a9509e229e0 to 18.x

2024-03-05 Thread LLVM Bugs via llvm-bugs
Issue 83995 Summary Backport de1f33873beff93063577195e1214a9509e229e0 to 18.x Labels release:backport Assignees Rep

[llvm-bugs] [Bug 83988] [IR][Optimizations] 14 Missing floating point folds

2024-03-05 Thread LLVM Bugs via llvm-bugs
Issue 83988 Summary [IR][Optimizations] 14 Missing floating point folds Labels new issue Assignees Reporter

[llvm-bugs] [Bug 83986] [LLVM18 Packaging] Incorrect symlinks to shared libraries

2024-03-05 Thread LLVM Bugs via llvm-bugs
Issue 83986 Summary [LLVM18 Packaging] Incorrect symlinks to shared libraries Labels new issue Assignees Reporter

[llvm-bugs] [Bug 83982] Backport eaa9ef678c63bf392ec2d5b736605db7ea7e7338 to 18.x

2024-03-05 Thread LLVM Bugs via llvm-bugs
Issue 83982 Summary Backport eaa9ef678c63bf392ec2d5b736605db7ea7e7338 to 18.x Labels new issue Assignees Reporter

[llvm-bugs] [Bug 83981] Doxygen parsing does not recognize upper case HTML tags

2024-03-05 Thread LLVM Bugs via llvm-bugs
Issue 83981 Summary Doxygen parsing does not recognize upper case HTML tags Labels new issue Assignees Reporter

[llvm-bugs] [Bug 83979] Clang rejects call to base class member function inside requires inside constexpr if using scope resolution operatot

2024-03-05 Thread LLVM Bugs via llvm-bugs
Issue 83979 Summary Clang rejects call to base class member function inside requires inside constexpr if using scope resolution operatot Labels clang

[llvm-bugs] [Bug 83970] Backport 90e9e962e18fc4304c6aba81de2bb53069bcd358 to release/18.x

2024-03-05 Thread LLVM Bugs via llvm-bugs
Issue 83970 Summary Backport 90e9e962e18fc4304c6aba81de2bb53069bcd358 to release/18.x Labels new issue Assignees Re