[llvm-bugs] [Bug 126489] [Clang] Deduction guide wrongly produces non-deducible template parameter error when it can be deduced for alias template

2025-02-10 Thread LLVM Bugs via llvm-bugs
Issue 126489 Summary [Clang] Deduction guide wrongly produces non-deducible template parameter error when it can be deduced for alias template Labels clang

[llvm-bugs] [Bug 126490] false positive of [[clang::require_field_initialization]]

2025-02-10 Thread LLVM Bugs via llvm-bugs
Issue 126490 Summary false positive of [[clang::require_field_initialization]] Labels clang:frontend Assignees Repo

[llvm-bugs] [Bug 126491] Type error on SIMD native types not caught by compiler

2025-02-10 Thread LLVM Bugs via llvm-bugs
Issue 126491 Summary Type error on SIMD native types not caught by compiler Labels new issue Assignees Reporter

[llvm-bugs] [Bug 126480] AMDGPUGEN*.inc compiled slowly on Ubuntu machine.

2025-02-10 Thread LLVM Bugs via llvm-bugs
Issue 126480 Summary AMDGPUGEN*.inc compiled slowly on Ubuntu machine. Labels new issue Assignees Reporter

[llvm-bugs] [Bug 126500] [clang, CUDA, modules] Issues Compiling a CUDA Source File with C++ Modules

2025-02-10 Thread LLVM Bugs via llvm-bugs
Issue 126500 Summary [clang, CUDA, modules] Issues Compiling a CUDA Source File with C++ Modules Labels clang Assignees

[llvm-bugs] [Bug 126498] AST Matcher binds wrong TypedefDecl object

2025-02-10 Thread LLVM Bugs via llvm-bugs
Issue 126498 Summary AST Matcher binds wrong TypedefDecl object Labels new issue Assignees Reporter

[llvm-bugs] [Bug 126501] [clang-tidy] bugprone-suspicious-stringview-data-usage false-negative

2025-02-10 Thread LLVM Bugs via llvm-bugs
Issue 126501 Summary [clang-tidy] bugprone-suspicious-stringview-data-usage false-negative Labels clang-tidy, false-negative Assignees

[llvm-bugs] [Bug 126510] libLLVM.so.19.1 Segmentation Fault in Gaussview/NVIDIA

2025-02-10 Thread LLVM Bugs via llvm-bugs
Issue 126510 Summary libLLVM.so.19.1 Segmentation Fault in Gaussview/NVIDIA Labels new issue Assignees Reporter

[llvm-bugs] [Bug 126515] `performance-move-const-arg` not detected with ternary

2025-02-10 Thread LLVM Bugs via llvm-bugs
Issue 126515 Summary `performance-move-const-arg` not detected with ternary Labels clang-tidy, false-negative Assignees

[llvm-bugs] [Bug 126533] [InstCombine] Wrong add+gep canonicalization to gep+gep

2025-02-10 Thread LLVM Bugs via llvm-bugs
Issue 126533 Summary [InstCombine] Wrong add+gep canonicalization to gep+gep Labels new issue Assignees Reporter

[llvm-bugs] [Bug 126531] MIPS assembler cannot resolve local label arithmetic in immediate expression (GNU `as` parity issue)

2025-02-10 Thread LLVM Bugs via llvm-bugs
Issue 126531 Summary MIPS assembler cannot resolve local label arithmetic in immediate _expression_ (GNU `as` parity issue) Labels new issue Assig

[llvm-bugs] [Bug 126502] TableGen error `Cannot access field 'Val' of value 'Def'` when using `#` operator

2025-02-10 Thread LLVM Bugs via llvm-bugs
Issue 126502 Summary TableGen error `Cannot access field 'Val' of value 'Def'` when using `#` operator Labels bug, tablegen Assignees

[llvm-bugs] [Bug 126534] [StructurizeCFG] A simple test case could lead to a crash in `StructurizeCFG` pass

2025-02-10 Thread LLVM Bugs via llvm-bugs
Issue 126534 Summary [StructurizeCFG] A simple test case could lead to a crash in `StructurizeCFG` pass Labels llvm:crash, crash-on-valid

[llvm-bugs] [Bug 126536] clangd hangs on valid C++

2025-02-10 Thread LLVM Bugs via llvm-bugs
Issue 126536 Summary clangd hangs on valid C++ Labels clangd Assignees HighCommander4 Reporter

[llvm-bugs] [Bug 126550] [Clang] Crash when lambda requires clause uses a parameter declared in an outer requires expression

2025-02-10 Thread LLVM Bugs via llvm-bugs
Issue 126550 Summary [Clang] Crash when lambda requires clause uses a parameter declared in an outer requires _expression_ Labels clang Assignees

[llvm-bugs] [Bug 126541] [asan][win] 'CreateThread' leaks on Windows

2025-02-10 Thread LLVM Bugs via llvm-bugs
Issue 126541 Summary [asan][win] 'CreateThread' leaks on Windows Labels new issue Assignees Reporter

[llvm-bugs] [Bug 126543] clang-format: add option to preserve indentation-only whitespace lines

2025-02-10 Thread LLVM Bugs via llvm-bugs
Issue 126543 Summary clang-format: add option to preserve indentation-only whitespace lines Labels clang-format Assignees

[llvm-bugs] [Bug 126557] [HLSL] Add support for Root Signature versions

2025-02-10 Thread LLVM Bugs via llvm-bugs
Issue 126557 Summary [HLSL] Add support for Root Signature versions Labels new issue Assignees Reporter

[llvm-bugs] [Bug 126558] [Clang] Cannot use a static constexpr/consteval member function to initialize a static constexpr member

2025-02-10 Thread LLVM Bugs via llvm-bugs
Issue 126558 Summary [Clang] Cannot use a static constexpr/consteval member function to initialize a static constexpr member Labels Assignees

[llvm-bugs] [Bug 126559] [libc][pthread] pthread_rwlock_t is linux specific

2025-02-10 Thread LLVM Bugs via llvm-bugs
Issue 126559 Summary [libc][pthread] pthread_rwlock_t is linux specific Labels libc Assignees Reporter

[llvm-bugs] [Bug 126516] [clang] __iso_volatile_load64/store64 not atomic on i386-windows

2025-02-10 Thread LLVM Bugs via llvm-bugs
Issue 126516 Summary [clang] __iso_volatile_load64/store64 not atomic on i386-windows Labels clang Assignees Report

[llvm-bugs] [Bug 126563] [HLSL] Implement Root Signature Lexer for Descriptor Tables

2025-02-10 Thread LLVM Bugs via llvm-bugs
Issue 126563 Summary [HLSL] Implement Root Signature Lexer for Descriptor Tables Labels new issue Assignees Reporte

[llvm-bugs] [Bug 126568] [HLSL] Array return types

2025-02-10 Thread LLVM Bugs via llvm-bugs
Issue 126568 Summary [HLSL] Array return types Labels HLSL Assignees Reporter llvm-beanz

[llvm-bugs] [Bug 126565] [HLSL] Add support for lexing floating-point literals in `RootSignatureLexer`

2025-02-10 Thread LLVM Bugs via llvm-bugs
Issue 126565 Summary [HLSL] Add support for lexing floating-point literals in `RootSignatureLexer` Labels HLSL Assignees inbeli

[llvm-bugs] [Bug 126569] [HLSL] Implement the Root Signature Parser for Descriptor Tables

2025-02-10 Thread LLVM Bugs via llvm-bugs
Issue 126569 Summary [HLSL] Implement the Root Signature Parser for Descriptor Tables Labels HLSL Assignees inbelic

[llvm-bugs] [Bug 126570] [HLSL] `select` not resolving correctly for complex cases

2025-02-10 Thread LLVM Bugs via llvm-bugs
Issue 126570 Summary [HLSL] `select` not resolving correctly for complex cases Labels HLSL Assignees Reporter

[llvm-bugs] [Bug 126600] False positive lifetime GSL warning for no-capture lambda?

2025-02-10 Thread LLVM Bugs via llvm-bugs
Issue 126600 Summary False positive lifetime GSL warning for no-capture lambda? Labels clang:diagnostics Assignees

[llvm-bugs] [Bug 126586] [HLSL] Generate remaining Root Signature element Metadata from AST

2025-02-10 Thread LLVM Bugs via llvm-bugs
Issue 126586 Summary [HLSL] Generate remaining Root Signature element Metadata from AST Labels HLSL Assignees inbelic

[llvm-bugs] [Bug 126581] [SLPVectorizer] Segmentation Fault using opt "-passes=lto"

2025-02-10 Thread LLVM Bugs via llvm-bugs
Issue 126581 Summary [SLPVectorizer] Segmentation Fault using opt "-passes=lto" Labels new issue Assignees Reporter

[llvm-bugs] [Bug 126582] [Flang] Missing finalization on `LBOUND` when the argument is a reference to a function that has finalizable result.

2025-02-10 Thread LLVM Bugs via llvm-bugs
Issue 126582 Summary [Flang] Missing finalization on `LBOUND` when the argument is a reference to a function that has finalizable result. Labels flang:frontend

[llvm-bugs] [Bug 126645] [HLSL] Implement validation: Resource used in DXIL must be fully bound in root signature.

2025-02-10 Thread LLVM Bugs via llvm-bugs
Issue 126645 Summary [HLSL] Implement validation: Resource used in DXIL must be fully bound in root signature. Labels new issue Assignees

[llvm-bugs] [Bug 126647] [HLSL] Implement: Textures/TypedBuffers cannot be bound to root descriptors.

2025-02-10 Thread LLVM Bugs via llvm-bugs
Issue 126647 Summary [HLSL] Implement: Textures/TypedBuffers cannot be bound to root descriptors. Labels new issue Assignees jo

[llvm-bugs] [Bug 126648] [HLSL] Update Root Signature Spec to support version 1.2

2025-02-10 Thread LLVM Bugs via llvm-bugs
Issue 126648 Summary [HLSL] Update Root Signature Spec to support version 1.2 Labels Assignees Reporter joaosa

[llvm-bugs] [Bug 126649] [HLSL] Update Root Signature validation to support Version 1.2

2025-02-10 Thread LLVM Bugs via llvm-bugs
Issue 126649 Summary [HLSL] Update Root Signature validation to support Version 1.2 Labels new issue Assignees Repo

[llvm-bugs] [Bug 126651] Feature request:

2025-02-10 Thread LLVM Bugs via llvm-bugs
Issue 126651 Summary Feature request: Labels new issue Assignees Reporter brooksmoses

[llvm-bugs] [Bug 126575] [HLSL] Implement Root Signature parsing of RootFlags

2025-02-10 Thread LLVM Bugs via llvm-bugs
Issue 126575 Summary [HLSL] Implement Root Signature parsing of RootFlags Labels HLSL Assignees inbelic

[llvm-bugs] [Bug 126574] [HLSL] Implement Root Signature Parsing of Static Samplers

2025-02-10 Thread LLVM Bugs via llvm-bugs
Issue 126574 Summary [HLSL] Implement Root Signature Parsing of Static Samplers Labels HLSL Assignees inbelic

[llvm-bugs] [Bug 126576] [HLSL] Implement Root Signature Parsing of Root Constants

2025-02-10 Thread LLVM Bugs via llvm-bugs
Issue 126576 Summary [HLSL] Implement Root Signature Parsing of Root Constants Labels HLSL Assignees inbelic

[llvm-bugs] [Bug 126577] [HLSL] Implement Root Signature Parsing of Root Parameters

2025-02-10 Thread LLVM Bugs via llvm-bugs
Issue 126577 Summary [HLSL] Implement Root Signature Parsing of Root Parameters Labels HLSL Assignees inbelic

[llvm-bugs] [Bug 126584] [HLSL] Generate Root Signature Descriptor Table Metadata from AST

2025-02-10 Thread LLVM Bugs via llvm-bugs
Issue 126584 Summary [HLSL] Generate Root Signature Descriptor Table Metadata from AST Labels HLSL Assignees inbelic

[llvm-bugs] [Bug 126593] Request Commit Access For JDPailleux

2025-02-10 Thread LLVM Bugs via llvm-bugs
Issue 126593 Summary Request Commit Access For JDPailleux Labels infra:commit-access-request Assignees Reporter

[llvm-bugs] [Bug 126592] [Flang] Missing diagnostic on submodule name being the same as its extended module name

2025-02-10 Thread LLVM Bugs via llvm-bugs
Issue 126592 Summary [Flang] Missing diagnostic on submodule name being the same as its extended module name Labels flang:frontend Assignees

[llvm-bugs] [Bug 126632] [DirectX] Setup root signature DXIL Lowering.

2025-02-10 Thread LLVM Bugs via llvm-bugs
Issue 126632 Summary [DirectX] Setup root signature DXIL Lowering. Labels HLSL Assignees Reporter

[llvm-bugs] [Bug 126633] [DirectX] Add support to Root Signature Constant element to obj2yaml

2025-02-10 Thread LLVM Bugs via llvm-bugs
Issue 126633 Summary [DirectX] Add support to Root Signature Constant element to obj2yaml Labels new issue Assignees joaosaffra

[llvm-bugs] [Bug 126634] Add support to Root Descriptor elements to obj2yaml

2025-02-10 Thread LLVM Bugs via llvm-bugs
Issue 126634 Summary Add support to Root Descriptor elements to obj2yaml Labels new issue Assignees joaosaffran

[llvm-bugs] [Bug 126635] Add support to Descriptor Table elements to obj2yaml

2025-02-10 Thread LLVM Bugs via llvm-bugs
Issue 126635 Summary Add support to Descriptor Table elements to obj2yaml Labels new issue Assignees joaosaffran

[llvm-bugs] [Bug 126636] Add support to Static Sampler elements to obj2yaml

2025-02-10 Thread LLVM Bugs via llvm-bugs
Issue 126636 Summary Add support to Static Sampler elements to obj2yaml Labels new issue Assignees Reporter

[llvm-bugs] [Bug 126594] [RISCV] Enable IPRA for RISC-V

2025-02-10 Thread LLVM Bugs via llvm-bugs
Issue 126594 Summary [RISCV] Enable IPRA for RISC-V Labels new issue Assignees Reporter mikhailram

[llvm-bugs] [Bug 126615] [x86] Unneccessary mov in loop over bits

2025-02-10 Thread LLVM Bugs via llvm-bugs
Issue 126615 Summary [x86] Unneccessary mov in loop over bits Labels new issue Assignees Reporter

[llvm-bugs] [Bug 126603] [libc][POSIX][unistd] implement getsid

2025-02-10 Thread LLVM Bugs via llvm-bugs
Issue 126603 Summary [libc][POSIX][unistd] implement getsid Labels libc Assignees Reporter nickdes

[llvm-bugs] [Bug 126602] [libc][POSIX][unistd] implement gethostname

2025-02-10 Thread LLVM Bugs via llvm-bugs
Issue 126602 Summary [libc][POSIX][unistd] implement gethostname Labels libc Assignees Reporter ni

[llvm-bugs] [Bug 126629] `#embed` doesn't support reading from devices

2025-02-10 Thread LLVM Bugs via llvm-bugs
Issue 126629 Summary `#embed` doesn't support reading from devices Labels Assignees Reporter zygoloid

[llvm-bugs] [Bug 126611] [orcjit] Creating a orc::LLJIT on multiple threads fails with UNW_ENOMEM error on Darwin

2025-02-10 Thread LLVM Bugs via llvm-bugs
Issue 126611 Summary [orcjit] Creating a orc::LLJIT on multiple threads fails with UNW_ENOMEM error on Darwin Labels new issue Assignees

[llvm-bugs] [Bug 126623] [Clang-CL] Teach clang-cl about /constexpr cl switches

2025-02-10 Thread LLVM Bugs via llvm-bugs
Issue 126623 Summary [Clang-CL] Teach clang-cl about /constexpr cl switches Labels new issue Assignees Reporter

[llvm-bugs] [Bug 126624] [libc][POSIX] implement system()

2025-02-10 Thread LLVM Bugs via llvm-bugs
Issue 126624 Summary [libc][POSIX] implement system() Labels libc Assignees Reporter Wrench56

[llvm-bugs] [Bug 126660] [libc++] Should we remove constraints on `flat_(multi)map`'s iterator's `operator<=>`?

2025-02-10 Thread LLVM Bugs via llvm-bugs
Issue 126660 Summary [libc++] Should we remove constraints on `flat_(multi)map`'s iterator's `operator<=>`? Labels libc++ Assignees

[llvm-bugs] [Bug 126661] [MLIR][tensor::ExtractSliceOp] Extract slice verification invalid

2025-02-10 Thread LLVM Bugs via llvm-bugs
Issue 126661 Summary [MLIR][tensor::ExtractSliceOp] Extract slice verification invalid Labels mlir Assignees Report

[llvm-bugs] [Bug 126673] [CostModel] FRINT/LRINT/LLRINT cost is not modeled on X86

2025-02-10 Thread LLVM Bugs via llvm-bugs
Issue 126673 Summary [CostModel] FRINT/LRINT/LLRINT cost is not modeled on X86 Labels backend:X86 Assignees Reporte

[llvm-bugs] [Bug 126670] `try` block prevents LLVM from identifying a throwing path is unreachable

2025-02-10 Thread LLVM Bugs via llvm-bugs
Issue 126670 Summary `try` block prevents LLVM from identifying a throwing path is unreachable Labels new issue Assignees

[llvm-bugs] [Bug 126619] clang/test/Analysis/live-stmts.cpp frequently flaky on aarch64

2025-02-10 Thread LLVM Bugs via llvm-bugs
Issue 126619 Summary clang/test/Analysis/live-stmts.cpp frequently flaky on aarch64 Labels clang:static analyzer Assignees

[llvm-bugs] [Bug 126640] [HLSL] Add support to Descriptor Table elements to dxcontainer generation

2025-02-10 Thread LLVM Bugs via llvm-bugs
Issue 126640 Summary [HLSL] Add support to Descriptor Table elements to dxcontainer generation Labels new issue Assignees joaos

[llvm-bugs] [Bug 126641] [HLSL] Add support to Static Sampler elements to dxcontainer generation

2025-02-10 Thread LLVM Bugs via llvm-bugs
Issue 126641 Summary [HLSL] Add support to Static Sampler elements to dxcontainer generation Labels new issue Assignees joaosaf

[llvm-bugs] [Bug 126637] Add support to Root Signature Constant element to dxcontainer generation

2025-02-10 Thread LLVM Bugs via llvm-bugs
Issue 126637 Summary Add support to Root Signature Constant element to dxcontainer generation Labels Assignees Reporter

[llvm-bugs] [Bug 126638] [HLSL] Add support to Root Descriptor elements to dxcontainer generation

2025-02-10 Thread LLVM Bugs via llvm-bugs
Issue 126638 Summary [HLSL] Add support to Root Descriptor elements to dxcontainer generation Labels new issue Assignees

[llvm-bugs] [Bug 126646] [HLSL] Implement Validation: Root Signature Flag must match DXIL.

2025-02-10 Thread LLVM Bugs via llvm-bugs
Issue 126646 Summary [HLSL] Implement Validation: Root Signature Flag must match DXIL. Labels new issue Assignees joaosaffran