[llvm-bugs] [Bug 90941] clang does not support / recognize attribute `[[msvc::noinline]]`

2024-05-02 Thread LLVM Bugs via llvm-bugs
Issue 90941 Summary clang does not support / recognize attribute `[[msvc::noinline]]` Labels clang Assignees Report

[llvm-bugs] [Bug 90938] LLDB "forcefully completed" types cause an assert in clang

2024-05-02 Thread LLVM Bugs via llvm-bugs
Issue 90938 Summary LLDB "forcefully completed" types cause an assert in clang Labels lldb Assignees Reporter

[llvm-bugs] [Bug 90937] Miscompile loop-interchange pass because of GEP delinealization.

2024-05-02 Thread LLVM Bugs via llvm-bugs
Issue 90937 Summary Miscompile loop-interchange pass because of GEP delinealization. Labels new issue Assignees Rep

[llvm-bugs] [Bug 90936] miscompile related to coalescing stores in AArch64 SDAG backend

2024-05-02 Thread LLVM Bugs via llvm-bugs
Issue 90936 Summary miscompile related to coalescing stores in AArch64 SDAG backend Labels backend:AArch64, llvm:codegen, miscompilation,

[llvm-bugs] [Bug 90929] [Inline] Improving `getExpectedNumberOfCompare` for scenarios with no default branch.

2024-05-02 Thread LLVM Bugs via llvm-bugs
Issue 90929 Summary [Inline] Improving `getExpectedNumberOfCompare` for scenarios with no default branch. Labels llvm:optimizations Assignees

[llvm-bugs] [Bug 90923] lldb-server on Windows in platform mode does not reuse ports correctly

2024-05-02 Thread LLVM Bugs via llvm-bugs
Issue 90923 Summary lldb-server on Windows in platform mode does not reuse ports correctly Labels new issue Assignees

[llvm-bugs] [Bug 90910] Do you still need commit access?

2024-05-02 Thread LLVM Bugs via llvm-bugs
Issue 90910 Summary Do you still need commit access? Labels infrastructure:commit-access Assignees Reporter

[llvm-bugs] [Bug 90900] Reg2Mem pass triggered assertion `isa(V al) && "cast() argument of incompatible type!"

2024-05-02 Thread LLVM Bugs via llvm-bugs
Issue 90900 Summary Reg2Mem pass triggered assertion `isa(V al) && "cast() argument of incompatible type!" Labels new issue Assignees

[llvm-bugs] [Bug 90896] [Clang] Assertion "The current call operator must be synchronized with Sema's CurContext" hit when using nested lambdas in a template

2024-05-02 Thread LLVM Bugs via llvm-bugs
Issue 90896 Summary [Clang] Assertion "The current call operator must be synchronized with Sema's CurContext" hit when using nested lambdas in a template Labels clang

[llvm-bugs] [Bug 90892] [RISC-V] Miscompile with rv64gcv_zvl256b

2024-05-02 Thread LLVM Bugs via llvm-bugs
Issue 90892 Summary [RISC-V] Miscompile with rv64gcv_zvl256b Labels new issue Assignees Reporter p

[llvm-bugs] [Bug 90884] ``: `std::reduce` is missing `static_assert` for _Mandates_

2024-05-02 Thread LLVM Bugs via llvm-bugs
Issue 90884 Summary ``: `std::reduce` is missing `static_assert` for _Mandates_ Labels new issue Assignees Reporter

[llvm-bugs] [Bug 90881] `tblgen-to-irdl` failrs to build on windows with LLVM_LINK_LLVM_DYLIB=ON

2024-05-02 Thread LLVM Bugs via llvm-bugs
Issue 90881 Summary `tblgen-to-irdl` failrs to build on windows with LLVM_LINK_LLVM_DYLIB=ON Labels new issue Assignees

[llvm-bugs] [Bug 90880] [clang-format] Can we prevent line breaks before const/override/final?

2024-05-02 Thread LLVM Bugs via llvm-bugs
Issue 90880 Summary [clang-format] Can we prevent line breaks before const/override/final? Labels clang-format Assignees

[llvm-bugs] [Bug 90874] Set up nightly build that stores artifacts

2024-05-02 Thread LLVM Bugs via llvm-bugs
Issue 90874 Summary Set up nightly build that stores artifacts Labels new issue Assignees Reporter

[llvm-bugs] [Bug 90870] Loop-pipelining invalid hoisting out

2024-05-02 Thread LLVM Bugs via llvm-bugs
Issue 90870 Summary Loop-pipelining invalid hoisting out Labels new issue Assignees Reporter fotis

[llvm-bugs] [Bug 90869] [mlir][openmp] - LLVM IR codegen for `omp.task` in MLIR does not honor dependencies on a task in the presence of the `if` clause

2024-05-02 Thread LLVM Bugs via llvm-bugs
Issue 90869 Summary [mlir][openmp] - LLVM IR codegen for `omp.task` in MLIR does not honor dependencies on a task in the presence of the `if` clause Labels openmp,

[llvm-bugs] Issue 68574 in oss-fuzz: llvm:clang-fuzzer: Stack-overflow in clang::RecursiveASTVisitor::TraverseCXXRecordDecl

2024-05-02 Thread ClusterFuzz-External via monorail via llvm-bugs
Status: New Owner: CC: k...@google.com, masc...@google.com, igm...@gmail.com, sammcc...@google.com, da...@adalogics.com, d...@google.com, mit...@google.com, bigch...@gmail.com, eney...@google.com, llvm-...@lists.llvm.org, jo...@devlieghere.com, j...@chromium.org, v...@apple.com, mitch...@ou

[llvm-bugs] [Bug 90857] incompatibility between unified LTO and ffat-lto-objects

2024-05-02 Thread LLVM Bugs via llvm-bugs
Issue 90857 Summary incompatibility between unified LTO and ffat-lto-objects Labels new issue Assignees Reporter

[llvm-bugs] [Bug 90852] clang should warn the use of statement expression which is a GNU extension

2024-05-02 Thread LLVM Bugs via llvm-bugs
Issue 90852 Summary clang should warn the use of statement _expression_ which is a GNU extension Labels good first issue, clang:diagnostics

[llvm-bugs] [Bug 90848] clang 18: UBsan expects 4-byte alingment for 1- or 3-byte memcpy

2024-05-02 Thread LLVM Bugs via llvm-bugs
Issue 90848 Summary clang 18: UBsan expects 4-byte alingment for 1- or 3-byte memcpy Labels clang Assignees Reporte

[llvm-bugs] [Bug 90847] Regression in codegen for some SIMD operations

2024-05-02 Thread LLVM Bugs via llvm-bugs
Issue 90847 Summary Regression in codegen for some SIMD operations Labels new issue Assignees Reporter

[llvm-bugs] [Bug 90844] Assertion fail: "This value type is not natively supported!"

2024-05-02 Thread LLVM Bugs via llvm-bugs
Issue 90844 Summary Assertion fail: "This value type is not natively supported!" Labels llvm:codegen Assignees Repo

[llvm-bugs] Issue 68540 in oss-fuzz: llvm:llvm-dwarfdump-fuzzer: Heap-buffer-overflow in llvm::DWARFUnitIndex::parseImpl

2024-05-02 Thread ClusterFuzz-External via monorail via llvm-bugs
Status: New Owner: CC: k...@google.com, masc...@google.com, igm...@gmail.com, sammcc...@google.com, da...@adalogics.com, d...@google.com, mit...@google.com, bigch...@gmail.com, eney...@google.com, llvm-...@lists.llvm.org, jo...@devlieghere.com, j...@chromium.org, v...@apple.com, mitch...@ou

[llvm-bugs] [Bug 90838] New clang-format bug after #90378

2024-05-02 Thread LLVM Bugs via llvm-bugs
Issue 90838 Summary New clang-format bug after #90378 Labels clang-format Assignees Reporter kmosk

[llvm-bugs] [Bug 90837] There is no option to add line break before brace of array initializer in clang-format

2024-05-02 Thread LLVM Bugs via llvm-bugs
Issue 90837 Summary There is no option to add line break before brace of array initializer in clang-format Labels clang-format Assignees

[llvm-bugs] Issue 68532 in oss-fuzz: llvm:clang-fuzzer: ASSERT: !E->isValueDependent()

2024-05-02 Thread ClusterFuzz-External via monorail via llvm-bugs
Status: New Owner: CC: k...@google.com, masc...@google.com, igm...@gmail.com, sammcc...@google.com, da...@adalogics.com, d...@google.com, mit...@google.com, bigch...@gmail.com, eney...@google.com, llvm-...@lists.llvm.org, jo...@devlieghere.com, j...@chromium.org, v...@apple.com, mitch...@ou

[llvm-bugs] Issue 68530 in oss-fuzz: llvm:clang-fuzzer: ASSERT: !Info.Ctx.getLangOpts().CPlusPlus11 && "missing temporary materialization conver

2024-05-02 Thread ClusterFuzz-External via monorail via llvm-bugs
Status: New Owner: CC: k...@google.com, masc...@google.com, igm...@gmail.com, sammcc...@google.com, da...@adalogics.com, d...@google.com, mit...@google.com, bigch...@gmail.com, eney...@google.com, llvm-...@lists.llvm.org, jo...@devlieghere.com, j...@chromium.org, v...@apple.com, mitch...@ou

[llvm-bugs] Issue 68529 in oss-fuzz: llvm:clang-format-fuzzer: Stack-overflow in unsigned int clang::format::AlignTokens

2024-05-02 Thread ClusterFuzz-External via monorail via llvm-bugs
Status: New Owner: CC: k...@google.com, masc...@google.com, igm...@gmail.com, sammcc...@google.com, da...@adalogics.com, d...@google.com, mit...@google.com, bigch...@gmail.com, eney...@google.com, llvm-...@lists.llvm.org, jo...@devlieghere.com, j...@chromium.org, v...@apple.com, mitch...@ou

[llvm-bugs] Issue 68528 in oss-fuzz: llvm:llvm-opt-fuzzer--x86_64-earlycse: ASSERT: (VTy->isFirstClassType() || VTy->isVoidTy()) && "Cannot create non-first-class v

2024-05-02 Thread ClusterFuzz-External via monorail via llvm-bugs
Status: New Owner: CC: k...@google.com, masc...@google.com, igm...@gmail.com, sammcc...@google.com, da...@adalogics.com, d...@google.com, mit...@google.com, bigch...@gmail.com, eney...@google.com, llvm-...@lists.llvm.org, jo...@devlieghere.com, j...@chromium.org, v...@apple.com, mitch...@ou