[llvm-bugs] [Bug 84879] Support use of libc++ with LLVM libc in embedded development

2024-03-11 Thread LLVM Bugs via llvm-bugs
Issue 84879 Summary Support use of libc++ with LLVM libc in embedded development Labels libc++, libc, embedded Assignees

[llvm-bugs] [Bug 84871] Clang does not report invalid arithmetic operations at compile time when doing `_Complex` math.

2024-03-11 Thread LLVM Bugs via llvm-bugs
Issue 84871 Summary Clang does not report invalid arithmetic operations at compile time when doing `_Complex` math. Labels clang Assignees

[llvm-bugs] [Bug 84859] Parameter pack incorrectly accepted not at the end of template parameter list

2024-03-11 Thread LLVM Bugs via llvm-bugs
Issue 84859 Summary Parameter pack incorrectly accepted not at the end of template parameter list Labels new issue Assignees

[llvm-bugs] [Bug 84857] Failure to match multiple parameter packs

2024-03-11 Thread LLVM Bugs via llvm-bugs
Issue 84857 Summary Failure to match multiple parameter packs Labels new issue Assignees Reporter

[llvm-bugs] [Bug 84843] [libc++] ``: Enforce `seed_seq::generate()`'s mandate for `RandomAccessIterator`

2024-03-11 Thread LLVM Bugs via llvm-bugs
Issue 84843 Summary [libc++] ``: Enforce `seed_seq::generate()`'s mandate for `RandomAccessIterator` Labels libc++ Assignees

[llvm-bugs] [Bug 84842] Pre-commit CI's Linux x64 job is missing the argument to `ninja -C`

2024-03-11 Thread LLVM Bugs via llvm-bugs
Issue 84842 Summary Pre-commit CI's Linux x64 job is missing the argument to `ninja -C` Labels infrastructure Assignees tstella

[llvm-bugs] [Bug 84839] [HLSL] Add documentation for new instruction expansion pass

2024-03-11 Thread LLVM Bugs via llvm-bugs
Issue 84839 Summary [HLSL] Add documentation for new instruction expansion pass Labels new issue Assignees farzonl

[llvm-bugs] [Bug 84831] assertion failing in multiple backends N->getValueType(0) == RV.getValueType() && N->getNumValues() == 1 && "Type mismatch"

2024-03-11 Thread LLVM Bugs via llvm-bugs
Issue 84831 Summary assertion failing in multiple backends N->getValueType(0) == RV.getValueType() && N->getNumValues() == 1 && "Type mismatch" Labels backend:AArch64,

[llvm-bugs] [Bug 84830] assertion failing in multiple backends "We are expecting that A is always less than all-ones for SVT"

2024-03-11 Thread LLVM Bugs via llvm-bugs
Issue 84830 Summary assertion failing in multiple backends "We are expecting that A is always less than all-ones for SVT" Labels backend:AArch64, backend:X86,

[llvm-bugs] [Bug 84826] [DirectX] Refine dxil resource lowering tasks to match the plan to use TargetExtType

2024-03-11 Thread LLVM Bugs via llvm-bugs
Issue 84826 Summary [DirectX] Refine dxil resource lowering tasks to match the plan to use TargetExtType Labels backend:DirectX Assignees

[llvm-bugs] [Bug 84824] [HLSL] Teach clang codegen to generate TargetExtType instead of metadata for HLSL resource information

2024-03-11 Thread LLVM Bugs via llvm-bugs
Issue 84824 Summary [HLSL] Teach clang codegen to generate TargetExtType instead of metadata for HLSL resource information Labels HLSL Assignees

[llvm-bugs] [Bug 84815] [RegCoalescer] Bad machine code: Live segment doesn't end at a valid instruction

2024-03-11 Thread LLVM Bugs via llvm-bugs
Issue 84815 Summary [RegCoalescer] Bad machine code: Live segment doesn't end at a valid instruction Labels llvm:optimizations, crash-on-valid

[llvm-bugs] [Bug 84814] Basic std module import does not work in clang++18, worked in clang++-17

2024-03-11 Thread LLVM Bugs via llvm-bugs
Issue 84814 Summary Basic std module import does not work in clang++18, worked in clang++-17 Labels Assignees Reporter

[llvm-bugs] [Bug 84812] lld/ELF: Report errors for certain unknown section types

2024-03-11 Thread LLVM Bugs via llvm-bugs
Issue 84812 Summary lld/ELF: Report errors for certain unknown section types Labels lld:ELF Assignees Reporter

[llvm-bugs] [Bug 84810] [consteval] Inside consteval member function: use of 'this' pointer is only allowed within the evaluation of a call to a 'constexpr' member function

2024-03-11 Thread LLVM Bugs via llvm-bugs
Issue 84810 Summary [consteval] Inside consteval member function: use of 'this' pointer is only allowed within the evaluation of a call to a 'constexpr' member function Labels

[llvm-bugs] [Bug 84807] [ArgPromotion] Miscompile at -O3

2024-03-11 Thread LLVM Bugs via llvm-bugs
Issue 84807 Summary [ArgPromotion] Miscompile at -O3 Labels miscompilation, llvm:optimizations Assignees

[llvm-bugs] [Bug 84806] LLDB: Inconsistant existance of expression global variable (`use of undeclared identifier`)

2024-03-11 Thread LLVM Bugs via llvm-bugs
Issue 84806 Summary LLDB: Inconsistant existance of _expression_ global variable (`use of undeclared identifier`) Labels new issue Assignees

[llvm-bugs] [Bug 84802] atomic_is_always_lock_free provides inconsistent results on Apple

2024-03-11 Thread LLVM Bugs via llvm-bugs
Issue 84802 Summary atomic_is_always_lock_free provides inconsistent results on Apple Labels compiler-rt Assignees

[llvm-bugs] [Bug 84801] [SelectionDAGBuilder] Bad machine code: MBB has duplicate entries in its successor list.

2024-03-11 Thread LLVM Bugs via llvm-bugs
Issue 84801 Summary [SelectionDAGBuilder] Bad machine code: MBB has duplicate entries in its successor list. Labels crash-on-valid, llvm:SelectionDAG

[llvm-bugs] [Bug 84799] [RISCV][MCA] Failure to use SEW from instrument on vmslt.vi

2024-03-11 Thread LLVM Bugs via llvm-bugs
Issue 84799 Summary [RISCV][MCA] Failure to use SEW from instrument on vmslt.vi Labels backend:RISC-V Assignees Rep

[llvm-bugs] [Bug 84796] LoopUnrollAndJam miscompiles loop with vector load/store

2024-03-11 Thread LLVM Bugs via llvm-bugs
Issue 84796 Summary LoopUnrollAndJam miscompiles loop with vector load/store Labels new issue Assignees Reporter

[llvm-bugs] [Bug 84790] error wile compiling net/ipv6/ip6_input.o with clang version 18.1.0

2024-03-11 Thread LLVM Bugs via llvm-bugs
Issue 84790 Summary error wile compiling net/ipv6/ip6_input.o with clang version 18.1.0 Labels clang Assignees Repo

[llvm-bugs] [Bug 84784] C23 mode: cannot compile this static initializer yet

2024-03-11 Thread LLVM Bugs via llvm-bugs
Issue 84784 Summary C23 mode: cannot compile this static initializer yet Labels Assignees Reporter gustedt

[llvm-bugs] [Bug 84776] [llvm-exegesis] Analysis reporting bad match even with exactly the same capture

2024-03-11 Thread LLVM Bugs via llvm-bugs
Issue 84776 Summary [llvm-exegesis] Analysis reporting bad match even with exactly the same capture Labels tools:llvm-exegesis Assignees

[llvm-bugs] [Bug 84768] [DAG] SimplifyDemandedVectorElts - add ISD::AVGCEILS/AVGCEILU/AVGFLOORS/AVGFLOORU nodes

2024-03-11 Thread LLVM Bugs via llvm-bugs
Issue 84768 Summary [DAG] SimplifyDemandedVectorElts - add ISD::AVGCEILS/AVGCEILU/AVGFLOORS/AVGFLOORU nodes Labels good first issue, llvm:SelectionDAG

[llvm-bugs] [Bug 84763] Multiply by a power of 2 and ctz+shift should often be interchangeable

2024-03-11 Thread LLVM Bugs via llvm-bugs
Issue 84763 Summary Multiply by a power of 2 and ctz+shift should often be interchangeable Labels new issue Assignees

[llvm-bugs] [Bug 84753] [DAG] Match some basic ISD::AVGCEILU patterns

2024-03-11 Thread LLVM Bugs via llvm-bugs
Issue 84753 Summary [DAG] Match some basic ISD::AVGCEILU patterns Labels good first issue, llvm:SelectionDAG Assignees

[llvm-bugs] [Bug 84752] build fail: version `GLIBCXX_3.4.20' not found

2024-03-11 Thread LLVM Bugs via llvm-bugs
Issue 84752 Summary build fail: version `GLIBCXX_3.4.20' not found Labels Assignees Reporter zcfh

[llvm-bugs] [Bug 84749] [DAG] Match some basic ISD::AVGFLOORU patterns

2024-03-11 Thread LLVM Bugs via llvm-bugs
Issue 84749 Summary [DAG] Match some basic ISD::AVGFLOORU patterns Labels good first issue, llvm:SelectionDAG Assignees

[llvm-bugs] [Bug 84746] [DAG] Failure to recognise ISD::AVGFLOORS -> ISD::AVGFLOORU fold for non-negative arguments

2024-03-11 Thread LLVM Bugs via llvm-bugs
Issue 84746 Summary [DAG] Failure to recognise ISD::AVGFLOORS -> ISD::AVGFLOORU fold for non-negative arguments Labels good first issue, llvm:SelectionDAG

[llvm-bugs] [Bug 84745] [DAG] DAGCombiner::visitADDLike - investigate converting fold some basic patterns to SDPatternMatch

2024-03-11 Thread LLVM Bugs via llvm-bugs
Issue 84745 Summary [DAG] DAGCombiner::visitADDLike - investigate converting fold some basic patterns to SDPatternMatch Labels good first issue, llvm:Selectio

[llvm-bugs] [Bug 84743] [RISCV][LLD] relaxTlsLe doesn't account for (p_vaddr % p_align) adjustment

2024-03-11 Thread LLVM Bugs via llvm-bugs
Issue 84743 Summary [RISCV][LLD] relaxTlsLe doesn't account for (p_vaddr % p_align) adjustment Labels lld Assignees

[llvm-bugs] [Bug 84734] [Flang][OpenMP] Execution error (Segmentation fault) when an array with allocatable attribute of derived types is specified in lastprivate clause in sections construct

2024-03-11 Thread LLVM Bugs via llvm-bugs
Issue 84734 Summary [Flang][OpenMP] Execution error (Segmentation fault) when an array with allocatable attribute of derived types is specified in lastprivate clause in sections construct L

[llvm-bugs] [Bug 84731] crash in wasm-ld

2024-03-11 Thread LLVM Bugs via llvm-bugs
Issue 84731 Summary crash in wasm-ld Labels new issue Assignees Reporter dimitry-

[llvm-bugs] [Bug 84730] [ELF] Unused symbol is not being garbage-collected

2024-03-11 Thread LLVM Bugs via llvm-bugs
Issue 84730 Summary [ELF] Unused symbol is not being garbage-collected Labels new issue Assignees Reporter