[llvm-bugs] [Bug 86907] [Flang][OpenMP] Issues in copyprivate

2024-03-27 Thread LLVM Bugs via llvm-bugs
Issue 86907 Summary [Flang][OpenMP] Issues in copyprivate Labels flang:openmp Assignees luporl Reporter

[llvm-bugs] [Bug 86906] [Clang][Crash] Clang-18 Assertion `iter->getSecond() >= 0 && "Found a negative number of references to a VarDecl"' failed.

2024-03-27 Thread LLVM Bugs via llvm-bugs
Issue 86906 Summary [Clang][Crash] Clang-18 Assertion `iter->getSecond() >= 0 && "Found a negative number of references to a VarDecl"' failed. Labels clang

[llvm-bugs] [Bug 86904] [Clang][Crash] Assertion failure in Clang 18 when using pre-increment operator on `_Complex double` struct fields

2024-03-27 Thread LLVM Bugs via llvm-bugs
Issue 86904 Summary [Clang][Crash] Assertion failure in Clang 18 when using pre-increment operator on `_Complex double` struct fields Labels clang

[llvm-bugs] [Bug 86901] clang can't build libc++ with thread sanitizer support

2024-03-27 Thread LLVM Bugs via llvm-bugs
Issue 86901 Summary clang can't build libc++ with thread sanitizer support Labels clang, libc++ Assignees

[llvm-bugs] [Bug 86900] clang++ does not comply with C++ standard normalization rules

2024-03-27 Thread LLVM Bugs via llvm-bugs
Issue 86900 Summary clang++ does not comply with C++ standard normalization rules Labels clang Assignees Reporter

[llvm-bugs] [Bug 86895] Segfault due to apparent unaligned movaps instructions generated to initialize instance char array member

2024-03-27 Thread LLVM Bugs via llvm-bugs
Issue 86895 Summary Segfault due to apparent unaligned movaps instructions generated to initialize instance char array member Labels new issue Ass

[llvm-bugs] [Bug 86893] [C++20] [Modules] Undefined reference to std::allocator::deallocate in Clang trunk when a function exported from a module returns a type template instantiation which uses

2024-03-27 Thread LLVM Bugs via llvm-bugs
Issue 86893 Summary [C++20] [Modules] Undefined reference to std::allocator::deallocate in Clang trunk when a function exported from a module returns a type template instantiation which uses std::allocator

[llvm-bugs] [Bug 86881] Fixing ParentMapContext.cpp to fix O(n^2) slowdown in hasParent() AST matchers

2024-03-27 Thread LLVM Bugs via llvm-bugs
Issue 86881 Summary Fixing ParentMapContext.cpp to fix O(n^2) slowdown in hasParent() AST matchers Labels new issue Assignees

[llvm-bugs] [Bug 86880] Frame pointer corrupted by __cpuid after #85193

2024-03-27 Thread LLVM Bugs via llvm-bugs
Issue 86880 Summary Frame pointer corrupted by __cpuid after #85193 Labels new issue Assignees Reporter

[llvm-bugs] [Bug 86874] Missed peephole opt: `sub nuw 15, x` => `xor x, 15`

2024-03-27 Thread LLVM Bugs via llvm-bugs
Issue 86874 Summary Missed peephole opt: `sub nuw 15, x` => `xor x, 15` Labels llvm:instcombine, missed-optimization Assignees

[llvm-bugs] [Bug 86873] Failure to convert branchy code to branchless

2024-03-27 Thread LLVM Bugs via llvm-bugs
Issue 86873 Summary Failure to convert branchy code to branchless Labels missed-optimization Assignees Reporter

[llvm-bugs] [Bug 86872] [SPIRV] Failed Test CodeGen/SPIRV/pointers/struct-opaque-pointers.ll in Spirv prs

2024-03-27 Thread LLVM Bugs via llvm-bugs
Issue 86872 Summary [SPIRV] Failed Test CodeGen/SPIRV/pointers/struct-opaque-pointers.ll in Spirv prs Labels bug, backend:SPIR-V Assi

[llvm-bugs] [Bug 86871] [builtins] divtc3 accuracy issue

2024-03-27 Thread LLVM Bugs via llvm-bugs
Issue 86871 Summary [builtins] divtc3 accuracy issue Labels compiler-rt:builtins Assignees Reporter

[llvm-bugs] [Bug 86866] [libc] libc_setjmp_unittests failures

2024-03-27 Thread LLVM Bugs via llvm-bugs
Issue 86866 Summary [libc] libc_setjmp_unittests failures Labels test-suite, libc Assignees Reporter

[llvm-bugs] [Bug 86861] linearize.mlir

2024-03-27 Thread LLVM Bugs via llvm-bugs
Issue 86861 Summary linearize.mlir Labels mlir Assignees Reporter banach-space

[llvm-bugs] [Bug 86855] Anonymous struct construct causes a Clang front-end assertion.

2024-03-27 Thread LLVM Bugs via llvm-bugs
Issue 86855 Summary Anonymous struct construct causes a Clang front-end assertion. Labels clang Assignees Reporter

[llvm-bugs] [Bug 86854] We could instead implement a custom type that calls the user-provided operation in its `operator+`, and then always call `operator+`. This would get rid of these macros and spe

2024-03-27 Thread LLVM Bugs via llvm-bugs
Issue 86854 Summary We could instead implement a custom type that calls the user-provided operation in its `operator+`, and then always call `operator+`. This would get rid of these macros and special casing for kno

[llvm-bugs] [Bug 86849] Attributes on a function template definition (but not declaration) ignored if instantiation occurs before definition

2024-03-27 Thread LLVM Bugs via llvm-bugs
Issue 86849 Summary Attributes on a function template definition (but not declaration) ignored if instantiation occurs before definition Labels new issue

[llvm-bugs] [Bug 86845] Clang-18 crashes building linux kernel 6.8.2: clang frontend command failed with exit code 139 - building linux kernel

2024-03-27 Thread LLVM Bugs via llvm-bugs
Issue 86845 Summary Clang-18 crashes building linux kernel 6.8.2: clang frontend command failed with exit code 139 - building linux kernel Labels Assignees

[llvm-bugs] [Bug 86834] Transform silenceable failure not suppressing

2024-03-27 Thread LLVM Bugs via llvm-bugs
Issue 86834 Summary Transform silenceable failure not suppressing Labels new issue Assignees Reporter

[llvm-bugs] [Bug 86833] : `contains_subrange` should not use `std::cbegin` and `std::distance`

2024-03-27 Thread LLVM Bugs via llvm-bugs
Issue 86833 Summary : `contains_subrange` should not use `std::cbegin` and `std::distance` Labels new issue Assignees

[llvm-bugs] [Bug 86831] Clang crashes by bitcasting pointers of different opencl address spaces

2024-03-27 Thread LLVM Bugs via llvm-bugs
Issue 86831 Summary Clang crashes by bitcasting pointers of different opencl address spaces Labels clang, OpenCL Assignees

[llvm-bugs] [Bug 86827] llvm/utils/TableGen/Common/GlobalISel/GlobalISelMatchTable.cpp:1097: faulty compare ?

2024-03-27 Thread LLVM Bugs via llvm-bugs
Issue 86827 Summary llvm/utils/TableGen/Common/GlobalISel/GlobalISelMatchTable.cpp:1097: faulty compare ? Labels new issue Assignees

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

2024-03-27 Thread LLVM Bugs via llvm-bugs
Issue 86826 Summary Do you still need commit access? Labels infrastructure:commit-access Assignees Reporter

[llvm-bugs] [Bug 86825] flang/runtime/io-error.cpp:60: bad call to va_end ?

2024-03-27 Thread LLVM Bugs via llvm-bugs
Issue 86825 Summary flang/runtime/io-error.cpp:60: bad call to va_end ? Labels flang Assignees Reporter

[llvm-bugs] [Bug 86818] [HLSL] prevent generation of double intrinsics for floor and ceil builtins.

2024-03-27 Thread LLVM Bugs via llvm-bugs
Issue 86818 Summary [HLSL] prevent generation of double intrinsics for floor and ceil builtins. Labels new issue Assignees

[llvm-bugs] [Bug 86813] Optimization on "test if bit N is set" pattern ((C >> x) & 1)

2024-03-27 Thread LLVM Bugs via llvm-bugs
Issue 86813 Summary Optimization on "test if bit N is set" pattern ((C >> x) & 1) Labels new issue Assignees Report

[llvm-bugs] [Bug 86809] lldb add support for escaping special characters in identifiers

2024-03-27 Thread LLVM Bugs via llvm-bugs
Issue 86809 Summary lldb add support for escaping special characters in identifiers Labels new issue Assignees Repo

[llvm-bugs] [Bug 86798] clang crashes at -O3 on x86_64-linux-gnu: Assertion `(getOperandEntry(E, I)->State == TreeEntry::NeedToGather || MinBWs.contains(getOperandEntry(E, I))) && "Expected item in Mi

2024-03-27 Thread LLVM Bugs via llvm-bugs
86-64 -tune-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/local/suz-local/software/emitesting/bugs/20240327-clangtk-m64-O3-Weverything-pipe-fPIC-build-120032/delta -fcoverage-compilation-dir=/local/suz-local/software/emitesting/bugs/20240327-clangtk-m64-O3-Weverything-pipe-fPIC-build-120032/delta

[llvm-bugs] [Bug 86793] llvm::byteswap ignores alignment requirements

2024-03-27 Thread LLVM Bugs via llvm-bugs
Issue 86793 Summary llvm::byteswap ignores alignment requirements Labels new issue Assignees Reporter

[llvm-bugs] [Bug 86791] Compilation error on omp threadprivate when -fopenmp-targets=amdgcn-amd-amdhsa

2024-03-27 Thread LLVM Bugs via llvm-bugs
Issue 86791 Summary Compilation error on omp threadprivate when -fopenmp-targets=amdgcn-amd-amdhsa Labels clang:codegen, crash, clang:openmp

[llvm-bugs] [Bug 86790] using enum declaration with anonymous enum crashes clang frontend

2024-03-27 Thread LLVM Bugs via llvm-bugs
Issue 86790 Summary using enum declaration with anonymous enum crashes clang frontend Labels clang Assignees Report

[llvm-bugs] [Bug 86788] Optimization: x86 "shl" condition codes can be reused

2024-03-27 Thread LLVM Bugs via llvm-bugs
Issue 86788 Summary Optimization: x86 "shl" condition codes can be reused Labels new issue Assignees Reporter

[llvm-bugs] [Bug 86785] [LoopVectorize] LoopVectorize produces redundant instructions due to IV widening in IndVarSimplify

2024-03-27 Thread LLVM Bugs via llvm-bugs
Issue 86785 Summary [LoopVectorize] LoopVectorize produces redundant instructions due to IV widening in IndVarSimplify Labels new issue Assignees

[llvm-bugs] [Bug 86784] WRONG code by SLP vectorizer

2024-03-27 Thread LLVM Bugs via llvm-bugs
Issue 86784 Summary WRONG code by SLP vectorizer Labels new issue Assignees Reporter JonPsson1

[llvm-bugs] [Bug 86780] [BPF] LLVM ERROR: Branch target out of insn range

2024-03-27 Thread LLVM Bugs via llvm-bugs
Issue 86780 Summary [BPF] LLVM ERROR: Branch target out of insn range Labels new issue Assignees Reporter

[llvm-bugs] [Bug 86778] [clang-format] Add Line Break after requires clause brace

2024-03-27 Thread LLVM Bugs via llvm-bugs
Issue 86778 Summary [clang-format] Add Line Break after requires clause brace Labels Assignees Reporter c0nste