[llvm-bugs] [Bug 96027] Build for RISC-V

2024-06-18 Thread LLVM Bugs via llvm-bugs
Issue 96027 Summary Build for RISC-V Labels new issue Assignees Reporter yaroslav-kuzmin

[llvm-bugs] [Bug 96018] Clang-19 crashed: Assertion `isa(Val) && "cast() argument of incompatible type!"' failed.

2024-06-18 Thread LLVM Bugs via llvm-bugs
Issue 96018 Summary Clang-19 crashed: Assertion `isa(Val) && "cast() argument of incompatible type!"' failed. Labels new issue Assignees

[llvm-bugs] [Bug 96014] [DebugInfo][DivRemPairs] Missing debug location updates

2024-06-18 Thread LLVM Bugs via llvm-bugs
Issue 96014 Summary [DebugInfo][DivRemPairs] Missing debug location updates Labels debuginfo, llvm:transforms Assignees

[llvm-bugs] [Bug 96012] InstCombine gets stuck when sinking negation

2024-06-18 Thread LLVM Bugs via llvm-bugs
Issue 96012 Summary InstCombine gets stuck when sinking negation Labels llvm:instcombine, llvm:hang Assignees dtcxz

[llvm-bugs] [Bug 95996] my project's bazel build with llvm-project and stablehlo as dependencies fails to find tblgen.bzl

2024-06-18 Thread LLVM Bugs via llvm-bugs
Issue 95996 Summary my project's bazel build with llvm-project and stablehlo as dependencies fails to find tblgen.bzl Labels new issue Assignees

[llvm-bugs] [Bug 95994] Failure to propogate knowledge from comparison into branches

2024-06-18 Thread LLVM Bugs via llvm-bugs
Issue 95994 Summary Failure to propogate knowledge from comparison into branches Labels missed-optimization Assignees

[llvm-bugs] [Bug 95992] [clang] wrong decltype results for a reference captured by value

2024-06-18 Thread LLVM Bugs via llvm-bugs
Issue 95992 Summary [clang] wrong decltype results for a reference captured by value Labels clang Assignees Reporte

[llvm-bugs] [Bug 95990] flang-new: assumed-rank variable not implemented

2024-06-18 Thread LLVM Bugs via llvm-bugs
Issue 95990 Summary flang-new: assumed-rank variable not implemented Labels new issue Assignees Reporter

[llvm-bugs] [Bug 95987] Failure to remove `alloca`

2024-06-18 Thread LLVM Bugs via llvm-bugs
Issue 95987 Summary Failure to remove `alloca` Labels missed-optimization Assignees Reporter Kmeak

[llvm-bugs] [Bug 95985] Most vexing parse with class template disambiguated as function type when it must be an expression that uses CTAD

2024-06-18 Thread LLVM Bugs via llvm-bugs
Issue 95985 Summary Most vexing parse with class template disambiguated as function type when it must be an _expression_ that uses CTAD Labels new issue

[llvm-bugs] [Bug 95977] [Flang][OpenMP] Regression in test-suite::gfortran-regression-compile-regression__gomp__appendix-a__a_12_1_f90.test

2024-06-18 Thread LLVM Bugs via llvm-bugs
Issue 95977 Summary [Flang][OpenMP] Regression in test-suite::gfortran-regression-compile-regression__gomp__appendix-a__a_12_1_f90.test Labels flang

[llvm-bugs] [Bug 95966] Implement HLSL `tanh` intrinsic:

2024-06-18 Thread LLVM Bugs via llvm-bugs
Issue 95966 Summary Implement HLSL `tanh` intrinsic: Labels HLSL Assignees farzonl Reporter

[llvm-bugs] [Bug 95956] [HLSL] Introduce builtins to index into HLSLResource types

2024-06-18 Thread LLVM Bugs via llvm-bugs
Issue 95956 Summary [HLSL] Introduce builtins to index into HLSLResource types Labels HLSL Assignees Reporter

[llvm-bugs] [Bug 95955] [Clang Tidy] `bugprone-macro-parentheses` should not trigger for function prototypes (which C++ does not allow to nest parenthesis)

2024-06-18 Thread LLVM Bugs via llvm-bugs
Issue 95955 Summary [Clang Tidy] `bugprone-macro-parentheses` should not trigger for function prototypes (which C++ does not allow to nest parenthesis) Labels clang

[llvm-bugs] [Bug 95954] AArch64 backend miscompiling a non-byte-sized rotate

2024-06-18 Thread LLVM Bugs via llvm-bugs
Issue 95954 Summary AArch64 backend miscompiling a non-byte-sized rotate Labels backend:AArch64, llvm:codegen, miscompilation

[llvm-bugs] [Bug 95952] [HLSL] Add DirectXTargetCodeGenInfo and the code paths to convert HLSL types to DirectX target types

2024-06-18 Thread LLVM Bugs via llvm-bugs
Issue 95952 Summary [HLSL] Add DirectXTargetCodeGenInfo and the code paths to convert HLSL types to DirectX target types Labels HLSL Assignees

[llvm-bugs] [Bug 95946] [CodeGen] Boolean expression a != c && (b || (c || a)) and a != c && (b || c || a) lead to different (unoptimal) code

2024-06-18 Thread LLVM Bugs via llvm-bugs
Issue 95946 Summary [CodeGen] Boolean _expression_ a != c && (b || (c || a)) and a != c && (b || c || a) lead to different (unoptimal) code Labels new issue

[llvm-bugs] [Bug 95944] [libc++][test] thread.condition.condvar/notify_all.pass.cpp has a flaky timing assumption

2024-06-18 Thread LLVM Bugs via llvm-bugs
Issue 95944 Summary [libc++][test] thread.condition.condvar/notify_all.pass.cpp has a flaky timing assumption Labels libc++ Assignees

[llvm-bugs] [Bug 95943] Excessive compile time with -O3

2024-06-18 Thread LLVM Bugs via llvm-bugs
Issue 95943 Summary Excessive compile time with -O3 Labels clang, backend:X86, hang Assignees

[llvm-bugs] [Bug 95936] Clang incorrectly accepts GCC statement-expression in template-argument lists

2024-06-18 Thread LLVM Bugs via llvm-bugs
Issue 95936 Summary Clang incorrectly accepts GCC statement-_expression_ in template-argument lists Labels clang Assignees

[llvm-bugs] [Bug 95928] Clang-19 crashed: fatal error: error in backend: Stack realignment in presence of dynamic allocas is not supported withthis calling convention.

2024-06-18 Thread LLVM Bugs via llvm-bugs
Issue 95928 Summary Clang-19 crashed: fatal error: error in backend: Stack realignment in presence of dynamic allocas is not supported withthis calling convention. Labels

[llvm-bugs] [Bug 95925] [SLP] "Deleting out-of-tree value" assertion triggers in SLP vectorizer

2024-06-18 Thread LLVM Bugs via llvm-bugs
Issue 95925 Summary [SLP] "Deleting out-of-tree value" assertion triggers in SLP vectorizer Labels new issue Assignees

[llvm-bugs] [Bug 95921] [CodeGen] Eliminate branches using `undef`

2024-06-18 Thread LLVM Bugs via llvm-bugs
Issue 95921 Summary [CodeGen] Eliminate branches using `undef` Labels llvm:codegen, missed-optimization Assignees

[llvm-bugs] [Bug 95919] [SimplifyCFG] `ForwardSwitchConditionToPHI` missed some cases

2024-06-18 Thread LLVM Bugs via llvm-bugs
Issue 95919 Summary [SimplifyCFG] `ForwardSwitchConditionToPHI` missed some cases Labels llvm:optimizations, missed-optimization Assig

[llvm-bugs] [Bug 95911] Orc global constructor order test fails on 32 bit ARM

2024-06-18 Thread LLVM Bugs via llvm-bugs
Issue 95911 Summary Orc global constructor order test fails on 32 bit ARM Labels test-suite, backend:ARM, orcjit Assignees

[llvm-bugs] Issue 68141 in oss-fuzz: llvm: Coverage build failure

2024-06-18 Thread ClusterFuzz-External via monorail via llvm-bugs
Comment #10 on issue 68141 by ClusterFuzz-External: llvm: Coverage build failure https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=68141#c10 Friendly reminder that the build is still failing. Please try to fix this failure to ensure that fuzzing remains productive. Latest build log: https://

[llvm-bugs] [Bug 95895] Unexpected controlflow in `ParseTentative.cpp`

2024-06-18 Thread LLVM Bugs via llvm-bugs
Issue 95895 Summary Unexpected controlflow in `ParseTentative.cpp` Labels good first issue, clang:frontend, objective-c As

[llvm-bugs] [Bug 95893] why the wrapper headers like 'cfloat' include c headers with

2024-06-18 Thread LLVM Bugs via llvm-bugs
Issue 95893 Summary why the wrapper headers like 'cfloat' include c headers with Labels new issue Assignees Report

[llvm-bugs] [Bug 95892] Clang-19 crashed with the attribute `opencl_global_device`: /root/llvm-project/clang/include/clang/AST/Type.h:956: const clang::ExtQualsTypeCommonBase* clang::QualType::getComm

2024-06-18 Thread LLVM Bugs via llvm-bugs
Issue 95892 Summary Clang-19 crashed with the attribute `opencl_global_device`: /root/llvm-project/clang/include/clang/AST/Type.h:956: const clang::ExtQualsTypeCommonBase* clang::QualType::getCommonPtr() const: Asse

[llvm-bugs] [Bug 95891] The compiler generates mangled weak symbol in `extern "C"`

2024-06-18 Thread LLVM Bugs via llvm-bugs
Issue 95891 Summary The compiler generates mangled weak symbol in `extern "C"` Labels new issue Assignees Reporter

[llvm-bugs] [Bug 95889] LLVM should document the assumptions it makes about the underlying libc

2024-06-18 Thread LLVM Bugs via llvm-bugs
Issue 95889 Summary LLVM should document the assumptions it makes about the underlying libc Labels libc Assignees R