llvm-bugs
Thread
Date
Earlier messages
Later messages
Messages by Date
2025/10/27
[llvm-bugs] [Bug 165275] Can't construct int32_t vector with 0xFFFFFFFF
LLVM Bugs via llvm-bugs
2025/10/27
[llvm-bugs] [Bug 165253] [clang][docs] Specify minimum CMake version for cross compiling
LLVM Bugs via llvm-bugs
2025/10/27
[llvm-bugs] [Bug 165252] unify-loop-exits pass: Assertion `!empty() && "Cannot call front() on empty SetVector!"' failed.
LLVM Bugs via llvm-bugs
2025/10/27
[llvm-bugs] [Bug 165247] StructurizeCFGPass: Assertion `hasOnlySimpleTerminator(*Func) && "Unsupported block terminator."' failed.
LLVM Bugs via llvm-bugs
2025/10/27
[llvm-bugs] [Bug 165246] [Clang][Regression] Crash on invalid `int decltype {}`
LLVM Bugs via llvm-bugs
2025/10/27
[llvm-bugs] [Bug 165244] [PAC][runtimes] Fix signing/authentication oracles (if any) introduced by unwinding hardening
LLVM Bugs via llvm-bugs
2025/10/27
[llvm-bugs] [Bug 165242] opt -passes=globalopt crashes with "associated metadata must have a global value"
LLVM Bugs via llvm-bugs
2025/10/27
[llvm-bugs] [Bug 165240] typo: instrumentatin -> instrumentation.
LLVM Bugs via llvm-bugs
2025/10/27
[llvm-bugs] [Bug 165239] `-Wuninitialized` fails to emit a warning for uninitialized fixed-size local arrays
LLVM Bugs via llvm-bugs
2025/10/27
[llvm-bugs] [Bug 165238] [clang] Crash in `SemaConcept.cpp` / `Sema::getNormalizedAssociatedConstraints` (invalidated iterator?)
LLVM Bugs via llvm-bugs
2025/10/27
[llvm-bugs] [Bug 165237] [SPIRV][OPENCL]"Assertion `Args.size() >= Call->Builtin->MinNumArgs && "Too few arguments to generate the builtin"' failed."
LLVM Bugs via llvm-bugs
2025/10/27
[llvm-bugs] [Bug 165234] [clang][bytecode] Call to consteval function is not a constant expression when calling a virtual method
LLVM Bugs via llvm-bugs
2025/10/27
[llvm-bugs] [Bug 165232] [RISCV] Cannot scavenge register without an emergency spill slot
LLVM Bugs via llvm-bugs
2025/10/27
[llvm-bugs] [Bug 165230] [clang][enhancement] namespace control for -Werror=deprecated-declarations
LLVM Bugs via llvm-bugs
2025/10/27
[llvm-bugs] [Bug 165222] Assertion `(!AccumulatorRecipe || isa<VPReductionPHIRecipe>(AccumulatorRecipe) || isa<VPPartialReductionRecipe>(AccumulatorRecipe)) && "Unexpected operand order for partial reduction recipe"' failed.
LLVM Bugs via llvm-bugs
2025/10/27
[llvm-bugs] [Bug 165220] DW_AT_const_value for char[]
LLVM Bugs via llvm-bugs
2025/10/27
[llvm-bugs] [Bug 165215] [BOLT][PAC] PAuth DWARF rewriting does not work with synchronous unwind tables
LLVM Bugs via llvm-bugs
2025/10/27
[llvm-bugs] [Bug 165211] LLD calculates relocation offsets incorrectly and creates useless veneers
LLVM Bugs via llvm-bugs
2025/10/27
[llvm-bugs] [Bug 165210] [clang-tidy] Extend modernize-use-designated-initializers to cover per-member initialization
LLVM Bugs via llvm-bugs
2025/10/26
[llvm-bugs] [Bug 165207] [gcov] Questions about --coverage/-fprofile-dir gcda path formation: prefixing absolute paths and behavior change after LLVM 17
LLVM Bugs via llvm-bugs
2025/10/26
[llvm-bugs] [Bug 165205] [clang] -Wdeprecated-declarations reports multiplied when on deducing this method
LLVM Bugs via llvm-bugs
2025/10/26
[llvm-bugs] [Bug 165202] llc with target BPF crashing with valid IR and Debug Information
LLVM Bugs via llvm-bugs
2025/10/26
[llvm-bugs] [Bug 165185] [clang-format] clang-format is not idempotent when a struct field with an all-caps typedef name wraps due to long comment
LLVM Bugs via llvm-bugs
2025/10/26
[llvm-bugs] [Bug 165184] [Flang][OpenMP] Incorrect execution result when using double precision complex in a statement within ATOMIC WRITE construct
LLVM Bugs via llvm-bugs
2025/10/26
[llvm-bugs] [Bug 165182] [Clang] Lifetime extension of temporaries in for-range-initializers is not applied in templates
LLVM Bugs via llvm-bugs
2025/10/26
[llvm-bugs] [Bug 165179] Missed optimization: failure to remove dead edge
LLVM Bugs via llvm-bugs
2025/10/26
[llvm-bugs] [Bug 165161] [Clang] VectorExprEvaluator::VisitCallExpr / InterpretBuiltin - allow insertps intrinsic to be used in constexp
LLVM Bugs via llvm-bugs
2025/10/26
[llvm-bugs] [Bug 165155] [OpenCL] Support for inline asm
LLVM Bugs via llvm-bugs
2025/10/26
[llvm-bugs] [Bug 165152] clang is crash
LLVM Bugs via llvm-bugs
2025/10/26
[llvm-bugs] [Bug 165151] Instruction does not dominate all uses! ..LLVM ERROR: Broken module found, compilation aborted!
LLVM Bugs via llvm-bugs
2025/10/26
[llvm-bugs] [Bug 165150] https://releases.llvm.org does not include the latest minor versions for 21.1 and 20.1 as download suggestions
LLVM Bugs via llvm-bugs
2025/10/26
[llvm-bugs] [Bug 165139] -mfs-split-ehcode breaks linker garbage collection
LLVM Bugs via llvm-bugs
2025/10/26
[llvm-bugs] [Bug 165138] opt -O1 crashes on llvm/test/Bitcode/convergence-control.ll
LLVM Bugs via llvm-bugs
2025/10/26
[llvm-bugs] [Bug 165137] opt (assertions trunk) crashes on llvm/test/Bitcode/constexpr-scalable-vector-gep.ll
LLVM Bugs via llvm-bugs
2025/10/25
[llvm-bugs] [Bug 165131] [CI] Ninja Log Parser Fails on PR
LLVM Bugs via llvm-bugs
2025/10/25
[llvm-bugs] [Bug 165126] [MLIR][Python] opview somehow mutates something...
LLVM Bugs via llvm-bugs
2025/10/25
[llvm-bugs] [Bug 165125] [clang][bytecode] CodeGen crash in presence of `-fexperimental-new-constant-interpreter`
LLVM Bugs via llvm-bugs
2025/10/25
[llvm-bugs] [Bug 165124] [clang] x86: Cannot get the correct address to _GLOBAL_OFFSET_TABLE_ from C code when using integrated assembler.
LLVM Bugs via llvm-bugs
2025/10/25
[llvm-bugs] [Bug 165107] Compile error : enum with type specifier is invalid C - msvc compiler rejects it.
LLVM Bugs via llvm-bugs
2025/10/25
[llvm-bugs] [Bug 165104] [TSAN] Crash while creating a vulkan device
LLVM Bugs via llvm-bugs
2025/10/25
[llvm-bugs] [Bug 165097] LLD: CIEs do not get garbage-collected
LLVM Bugs via llvm-bugs
2025/10/25
[llvm-bugs] [Bug 165090] [clang][bytecode] crash when array index is past the end of array
LLVM Bugs via llvm-bugs
2025/10/25
[llvm-bugs] [Bug 165088] [SimplifyCFG] Assertion `IterCnt++ < 1000 && "Iterative simplification didn't converge!"' failed.
LLVM Bugs via llvm-bugs
2025/10/25
[llvm-bugs] [Bug 165087] [LoopFusion] Assert "Instruction does not dominate all uses"
LLVM Bugs via llvm-bugs
2025/10/24
[llvm-bugs] [Bug 165077] [m68k] Miscompilation: Move immediate to status register generates incorrect assembly
LLVM Bugs via llvm-bugs
2025/10/24
[llvm-bugs] [Bug 165076] [clang][bytecode] crash on __builtin_sadd_overflow: Assertion `isBlockPointer()' failed.
LLVM Bugs via llvm-bugs
2025/10/24
[llvm-bugs] [Bug 165072] clang loop unroll is too aggressive
LLVM Bugs via llvm-bugs
2025/10/24
[llvm-bugs] [Bug 165062] [AMDGPU] double free or corruption (!prev) in runTreeUpDown while linking RCCL
LLVM Bugs via llvm-bugs
2025/10/24
[llvm-bugs] [Bug 165061] [clang][bytecode] crash on __builtin_memcmp
LLVM Bugs via llvm-bugs
2025/10/24
[llvm-bugs] [Bug 165059] [clang][docs] Move flag reference text from UsersManual.rst to Options.td and CommandLineReference.html
LLVM Bugs via llvm-bugs
2025/10/24
[llvm-bugs] [Bug 165055] [flang] Runtime error of `Invalid descriptor` when deallocate an allocated pointer.
LLVM Bugs via llvm-bugs
2025/10/24
[llvm-bugs] [Bug 165051] [DirectX] Crash in DXIL Embedder pass and Errors generated in DXILOpLowering
LLVM Bugs via llvm-bugs
2025/10/24
[llvm-bugs] [Bug 165045] [CI] Windows premerge tests built with clang generate many warnings...
LLVM Bugs via llvm-bugs
2025/10/24
[llvm-bugs] [Bug 165041] WebAssembly backend stalls on massive autogenerated C file
LLVM Bugs via llvm-bugs
2025/10/24
[llvm-bugs] [Bug 165039] [Clang 22][ICE] "cannot compile this l-value expression yet" when using std::array inside consteval lambda
LLVM Bugs via llvm-bugs
2025/10/24
[llvm-bugs] [Bug 165031] [LoopFusion] Assert "ThisBlock and OtherBlock must be CFG equivalent"
LLVM Bugs via llvm-bugs
2025/10/24
[llvm-bugs] [Bug 165026] [clang:frontend][libcxx][feature request] Introduce C++20 concept naming attribute to improve readability of template constraint failure errors
LLVM Bugs via llvm-bugs
2025/10/24
[llvm-bugs] [Bug 165020] auto-subscribe fails when issue body is large
LLVM Bugs via llvm-bugs
2025/10/24
[llvm-bugs] [Bug 165019] Volatile atomicrmw can cause variable number of memory accesses
LLVM Bugs via llvm-bugs
2025/10/24
[llvm-bugs] [Bug 165017] [Clang][CodeGen] Investigate possible missed case for trivial ctor constant handling
LLVM Bugs via llvm-bugs
2025/10/24
[llvm-bugs] [Bug 165014] [DA] Assertion `BitWidth == RHS.BitWidth && "Comparison requires equal bit widths"'
LLVM Bugs via llvm-bugs
2025/10/24
[llvm-bugs] [Bug 165006] [clang][bytecode] Crash in `clang::interp::CheckArray` on valid code
LLVM Bugs via llvm-bugs
2025/10/24
[llvm-bugs] [Bug 165005] [libc++] Add missing C++23 <stdfloat> header to libc++
LLVM Bugs via llvm-bugs
2025/10/24
[llvm-bugs] [Bug 164995] [clang][bytecode] Constexpr function never produces a constant expression
LLVM Bugs via llvm-bugs
2025/10/24
[llvm-bugs] [Bug 164989] AddressSanitizer segfaults in gitlab CI docker containers with PIE and ASLR enabled (compiler-rt)
LLVM Bugs via llvm-bugs
2025/10/24
[llvm-bugs] [Bug 164985] [clang][bytecode] Clang produces incorrect mutable lambda code in presence of `-fexperimental-new-constant-interpreter`
LLVM Bugs via llvm-bugs
2025/10/24
[llvm-bugs] [Bug 164982] lld-link is looking for libs with "md" or "mt" termination even if not asked to
LLVM Bugs via llvm-bugs
2025/10/24
[llvm-bugs] [Bug 164979] [clang][bytecode] Assertion `!DiscardResult && "Should've been checked before"' failed.
LLVM Bugs via llvm-bugs
2025/10/24
[llvm-bugs] [Bug 164976] [clang] Assertion `From->getType()->isIntegerType()' failed.
LLVM Bugs via llvm-bugs
2025/10/24
[llvm-bugs] [Bug 164975] [clang][bytecode] Assertion `Offset != PastEndMark && "invalid offset"' failed.
LLVM Bugs via llvm-bugs
2025/10/24
[llvm-bugs] [Bug 164973] Metadata holds positions of the beginning of each line of the inline assembly no matter what is the leading character
LLVM Bugs via llvm-bugs
2025/10/24
[llvm-bugs] [Bug 164972] basic_istream::read/basic_istream::read_some and basic::ostream::write should be marked with [[clang::unsafe_buffer_usage]]
LLVM Bugs via llvm-bugs
2025/10/24
[llvm-bugs] [Bug 164970] [clang-format] Possible regression in clang-format-22 ?
LLVM Bugs via llvm-bugs
2025/10/24
[llvm-bugs] [Bug 164963] [LifetimeSafety] Detect lifetime safety issues in placement new and manual destructor calls
LLVM Bugs via llvm-bugs
2025/10/24
[llvm-bugs] [Bug 164961] [GlobalISel] Tablegen combines are not commutative
LLVM Bugs via llvm-bugs
2025/10/24
[llvm-bugs] [Bug 164959] clang should not warn -Wshorten-64-to-32 when it knows shorten is safe
LLVM Bugs via llvm-bugs
2025/10/24
[llvm-bugs] [Bug 164951] Format change when upgrading clang-format from 19.1.7 to 20.1.7
LLVM Bugs via llvm-bugs
2025/10/24
[llvm-bugs] [Bug 164948] Relax mandatory features for Armv9.6-A should be back-ported to release branch
LLVM Bugs via llvm-bugs
2025/10/24
[llvm-bugs] [Bug 164942] Request Commit Access For pkarveti
LLVM Bugs via llvm-bugs
2025/10/24
[llvm-bugs] [Bug 164940] clangd crashed when using nvim to navigate rocm code
LLVM Bugs via llvm-bugs
2025/10/24
[llvm-bugs] [Bug 164939] [libc] non-local conditional branch (cbz) in aarch64/sigsetjmp.cpp
LLVM Bugs via llvm-bugs
2025/10/24
[llvm-bugs] [Bug 164938] HBI
LLVM Bugs via llvm-bugs
2025/10/24
[llvm-bugs] [Bug 164937] False negative caused by alloca/atol or type conversion
LLVM Bugs via llvm-bugs
2025/10/23
[llvm-bugs] [Bug 164933] [clang] Diagnostic message are incorrectly wrapped if colors are enabled
LLVM Bugs via llvm-bugs
2025/10/23
[llvm-bugs] [Bug 164932] [compiler-rt][x86] assert.h not found when trying to build builtins without a libc
LLVM Bugs via llvm-bugs
2025/10/23
[llvm-bugs] [Bug 164930] C23 parsing of auto type inference doesn't correctly consider typedefs
LLVM Bugs via llvm-bugs
2025/10/23
[llvm-bugs] [Bug 164921] C23 underspecified declarations are not checked enough with -pedantic
LLVM Bugs via llvm-bugs
2025/10/23
[llvm-bugs] [Bug 164915] [libclang/python] Register unsigned library functions as unsigned instead of bool
LLVM Bugs via llvm-bugs
2025/10/23
[llvm-bugs] [Bug 164908] [SPIRV] Should Clang targeting Vulkan support multidimensional resource arrays?
LLVM Bugs via llvm-bugs
2025/10/23
[llvm-bugs] [Bug 164902] 65
LLVM Bugs via llvm-bugs
2025/10/23
[llvm-bugs] [Bug 164896] readability-simplify-boolean-expr often suggests changes that harm readability for `if (cond) { return true; } return false; `
LLVM Bugs via llvm-bugs
2025/10/23
[llvm-bugs] [Bug 164895] proper fp8 types lowering from ml_dtypes
LLVM Bugs via llvm-bugs
2025/10/23
[llvm-bugs] [Bug 164885] `clang-repl` fails to handle private member aliases in member function return types
LLVM Bugs via llvm-bugs
2025/10/23
[llvm-bugs] [Bug 164880] math.clampf doesn't have a direct lowering to LLVM
LLVM Bugs via llvm-bugs
2025/10/23
[llvm-bugs] [Bug 164866] clang-format adds a space between the parameter type and `&` under google style guide
LLVM Bugs via llvm-bugs
2025/10/23
[llvm-bugs] [Bug 164853] [DAG] Attempt to narrow loads of non-constant aligned offsets
LLVM Bugs via llvm-bugs
2025/10/23
[llvm-bugs] [Bug 164852] [clang-tidy] readability-container-data-pointer suggests incorrect fix for container held by pointer
LLVM Bugs via llvm-bugs
2025/10/23
[llvm-bugs] [Bug 164846] Compiler crash Exception Code: 0xC0000005
LLVM Bugs via llvm-bugs
2025/10/23
[llvm-bugs] [Bug 164815] [flang][OpenMP] Crash with multiple Fujitsu OpenMP tests
LLVM Bugs via llvm-bugs
2025/10/23
[llvm-bugs] [Bug 164808] [Bolt][aarch64] Some problems encountered when running shared libraries optimized by llvm-bolt#120064
LLVM Bugs via llvm-bugs
2025/10/23
[llvm-bugs] [Bug 164807] Running app through lldb-server hijacks attempts at opening ports
LLVM Bugs via llvm-bugs
2025/10/23
[llvm-bugs] [Bug 164805] [RISCV] llvm 21.1.3 creates invalid unwind info
LLVM Bugs via llvm-bugs
2025/10/23
[llvm-bugs] [Bug 164803] AddressSanitizer CHECK failed with RISC-V program
LLVM Bugs via llvm-bugs
2025/10/23
[llvm-bugs] [Bug 164802] [X86] Miscompile when using `-ftrapping-math`
LLVM Bugs via llvm-bugs
2025/10/23
[llvm-bugs] [Bug 164800] [Linalg] Disallow linalg.pooling_*max/min_unsigned ops to allow float data types
LLVM Bugs via llvm-bugs
2025/10/23
[llvm-bugs] [Bug 164795] [clang-tidy] add option to treat all unannotated functions as throwing in `bugprone-exception-escape`
LLVM Bugs via llvm-bugs
2025/10/23
[llvm-bugs] [Bug 164792] bpf __builtin_memcpy from large aligned global spills unnecessarily
LLVM Bugs via llvm-bugs
2025/10/23
[llvm-bugs] [Bug 164785] [X86] Poor LZCNT/TZCNT expansion of very large integers
LLVM Bugs via llvm-bugs
2025/10/23
[llvm-bugs] [Bug 164782] [X86] Failure to fold bit count instructions if EFLAGS is used
LLVM Bugs via llvm-bugs
2025/10/23
[llvm-bugs] [Bug 164779] [AMDGPU] CodeGen regressions after #154336
LLVM Bugs via llvm-bugs
2025/10/23
[llvm-bugs] [Bug 164775] [AArch64] llc crashed and triggered assertion "Value is not an N-bit unsigned value" at -O3
LLVM Bugs via llvm-bugs
2025/10/23
[llvm-bugs] [Bug 164771] [lldb] unable to set sourcemap containg forward slash /
LLVM Bugs via llvm-bugs
2025/10/23
[llvm-bugs] [Bug 164770] [clang-tidy] Check request: readability-avoid-yoda-conditions
LLVM Bugs via llvm-bugs
2025/10/23
[llvm-bugs] [Bug 164766] Flang does not support -fno-builtin
LLVM Bugs via llvm-bugs
2025/10/22
[llvm-bugs] [Bug 164762] [LoopVectorizer] Pre-LTO LoopVectorization (as discussed in 10/21/25 Vectorization meeting)
LLVM Bugs via llvm-bugs
2025/10/22
[llvm-bugs] [Bug 164750] [clang] Concepts breakage only with multiple instantiations
LLVM Bugs via llvm-bugs
2025/10/22
[llvm-bugs] [Bug 164749] ARM64EC Performance Issue
LLVM Bugs via llvm-bugs
2025/10/22
[llvm-bugs] [Bug 164748] aarch64: sbc is not being used
LLVM Bugs via llvm-bugs
2025/10/22
[llvm-bugs] [Bug 164735] cppcoreguidelines-rvalue-reference-param-not-moved false positive on dependent type
LLVM Bugs via llvm-bugs
2025/10/22
[llvm-bugs] [Bug 164730] [clang] Preferred name not generated to declare variables in DWARF when used as template argument in code *only*
LLVM Bugs via llvm-bugs
2025/10/22
[llvm-bugs] [Bug 164727] [flang][cuda] Conditional compilation line in derived type component definition
LLVM Bugs via llvm-bugs
2025/10/22
[llvm-bugs] [Bug 164708] [flang][cuda] CUF conditional compilation line with continuation triggers Unmatch'(' error
LLVM Bugs via llvm-bugs
2025/10/22
[llvm-bugs] [Bug 164705] apt.llvm.org builds of main are outdated (again)
LLVM Bugs via llvm-bugs
2025/10/22
[llvm-bugs] [Bug 164702] [HLSL] [DXIL] HLSL Wave Size is not encoded in the DXIL
LLVM Bugs via llvm-bugs
2025/10/22
[llvm-bugs] [Bug 164699] Confusing documentation for clang-tidy bugprone-switch-missing-default-case
LLVM Bugs via llvm-bugs
2025/10/22
[llvm-bugs] [Bug 164691] Possible incorrect code generation when using variable templates (again)
LLVM Bugs via llvm-bugs
2025/10/22
[llvm-bugs] [Bug 164688] [clang] Crash when explicitly specializing a member function template with `template<> auto A::B()`
LLVM Bugs via llvm-bugs
2025/10/22
[llvm-bugs] [Bug 164681] [lit] Add a way to prevent undesirably skipping tests
LLVM Bugs via llvm-bugs
2025/10/22
[llvm-bugs] [Bug 164663] typed load hits assert and `Do not know how to promote this operator!`
LLVM Bugs via llvm-bugs
2025/10/22
[llvm-bugs] [Bug 164653] [libc] Incorrect architecture guarding macros in x86 sigsetjmp.cpp
LLVM Bugs via llvm-bugs
2025/10/22
[llvm-bugs] [Bug 164651] [libc][math] Some FP tests fail to link for AArch64 soft nofp due to missing `fma` definition
LLVM Bugs via llvm-bugs
2025/10/22
[llvm-bugs] [Bug 164650] [FLANG][OpenMP] Support for Custom Reduction
LLVM Bugs via llvm-bugs
2025/10/22
[llvm-bugs] [Bug 164646] [analyzer] False positive "moved-from object is moved" inside map
LLVM Bugs via llvm-bugs
2025/10/22
[llvm-bugs] [Bug 164645] Request Commit Access For wizardengineer
LLVM Bugs via llvm-bugs
2025/10/22
[llvm-bugs] [Bug 164643] Request Commit Access For cofibrant
LLVM Bugs via llvm-bugs
2025/10/22
[llvm-bugs] [Bug 164642] clang++ miscompiles std::pow with mixed types when using -O3 -fno-math-errno -fveclib=libmvec
LLVM Bugs via llvm-bugs
2025/10/22
[llvm-bugs] [Bug 164639] Request Commit Access for kumarak
LLVM Bugs via llvm-bugs
2025/10/22
[llvm-bugs] [Bug 164637] `FLANG_TEST_TARGET_TRIPLE` sometimes does not work well
LLVM Bugs via llvm-bugs
2025/10/22
[llvm-bugs] [Bug 164632] [X86] Poor codegen for NE/EQ zero/allones comparisons for very large integers
LLVM Bugs via llvm-bugs
2025/10/22
[llvm-bugs] [Bug 164630] [flang] Flang fails to build when building on different amount of cores than LLVM Buildbot
LLVM Bugs via llvm-bugs
2025/10/22
[llvm-bugs] [Bug 164629] ZLIB can not be configured with zlib-ng config files
LLVM Bugs via llvm-bugs
2025/10/22
[llvm-bugs] [Bug 164625] Investigate +161% compile time hit for AST/ByteCode/Interp.cpp
LLVM Bugs via llvm-bugs
2025/10/22
[llvm-bugs] [Bug 164620] [LifetimeSafety] Assertion failure when control flow in for-loop update expression
LLVM Bugs via llvm-bugs
2025/10/22
[llvm-bugs] [Bug 164619] [LifetimeSafety] Assertion failure with openmp
LLVM Bugs via llvm-bugs
2025/10/22
[llvm-bugs] [Bug 164617] [llvm] Miscompilation with SROA (and `fabs`?)
LLVM Bugs via llvm-bugs
2025/10/22
[llvm-bugs] [Bug 164615] `template` required when explicitly specifying template arguments for a generic lambda in a template
LLVM Bugs via llvm-bugs
2025/10/22
[llvm-bugs] [Bug 164607] Enable lifetime safety in llvm-compile-time-tracker.com
LLVM Bugs via llvm-bugs
2025/10/22
[llvm-bugs] [Bug 164596] [clang-repl] Duplicate definition error for symbols while run in C mode
LLVM Bugs via llvm-bugs
2025/10/22
[llvm-bugs] [Bug 164589] [DAG] SimplifyDemandedBits - ICMP_SLT(X, 0) - only sign mask of X is required
LLVM Bugs via llvm-bugs
2025/10/22
[llvm-bugs] [Bug 164581] [llvm-profgen] Samples incorrectly discarded when multiple processes of target binary run concurrently
LLVM Bugs via llvm-bugs
2025/10/22
[llvm-bugs] [Bug 164574] clang-format doesn't adhere to columnlimit near `@selector`
LLVM Bugs via llvm-bugs
2025/10/21
[llvm-bugs] [Bug 164560] NRVO for coroutines
LLVM Bugs via llvm-bugs
2025/10/21
[llvm-bugs] [Bug 164552] Can't build libc++ for windows after updating my toolchain
LLVM Bugs via llvm-bugs
2025/10/21
[llvm-bugs] [Bug 164550] clang missed optimize imul to add with const propagation
LLVM Bugs via llvm-bugs
2025/10/21
[llvm-bugs] [Bug 164537] Compress releases with zstd
LLVM Bugs via llvm-bugs
2025/10/21
[llvm-bugs] [Bug 164536] [clang] Segmentation fault when initializing const std::string
LLVM Bugs via llvm-bugs
2025/10/21
[llvm-bugs] [Bug 164517] [DirectX] DXILResourceAccess's handling of GEP chains is overly simplistic
LLVM Bugs via llvm-bugs
2025/10/21
[llvm-bugs] [Bug 164501] `(x == 0 || y == 0)` can fold to `(x * y == 0)` for small integers in `-Oz` mode
LLVM Bugs via llvm-bugs
2025/10/21
[llvm-bugs] [Bug 164496] [HLSL][SPIR-V] Invalid LLVM IR `"convergencectrl"(token poison)` for wave intrinsics `WaveActiveMax`
LLVM Bugs via llvm-bugs
2025/10/21
[llvm-bugs] [Bug 164495] [InstCombine] sub(X, umin(X, Y)) => usub_sat(X, Y) (where supported?)
LLVM Bugs via llvm-bugs
2025/10/21
[llvm-bugs] [Bug 164484] Add a warning for lossy integer division of constants
LLVM Bugs via llvm-bugs
2025/10/21
[llvm-bugs] [Bug 164473] [DirectX] Use an allowlist for DXIL-compatible module metadata
LLVM Bugs via llvm-bugs
2025/10/21
[llvm-bugs] [Bug 164470] Continuation line not supported with cuf or OpenACC conditional compilation line
LLVM Bugs via llvm-bugs
2025/10/21
[llvm-bugs] [Bug 164466] Modules: implicitly exported template class is deemed incomplete at the point of instantiation if defined in a different partition
LLVM Bugs via llvm-bugs
2025/10/21
[llvm-bugs] [Bug 164448] Source-based coverage reports a static consteval struct method as uncovered
LLVM Bugs via llvm-bugs
2025/10/21
[llvm-bugs] [Bug 164435] [flang][OpenMP] trip count error compiling Fujitsu tests 0839_0000 0862_0001 0877_0024 0967_0000 0967_0004
LLVM Bugs via llvm-bugs
2025/10/21
[llvm-bugs] [Bug 164436] [InstCombine] Failure to recognise CTTZ pattern using CTLZ
LLVM Bugs via llvm-bugs
2025/10/21
[llvm-bugs] [Bug 164431] llvm-cov shows a dead closing bracket in a switch as uncovered code
LLVM Bugs via llvm-bugs
2025/10/21
[llvm-bugs] [Bug 164430] Is the MacOS Premerge Checks running correctly?
LLVM Bugs via llvm-bugs
2025/10/21
[llvm-bugs] [Bug 164427] [crash, reproducer] X86 DAG->DAG Instruction Selection
LLVM Bugs via llvm-bugs
2025/10/21
[llvm-bugs] [Bug 164423] [flang][OpenMP] Error compiling Fujitsu test 0967_0005
LLVM Bugs via llvm-bugs
2025/10/21
[llvm-bugs] [Bug 164417] Wrong rule "llvm-header-guard" since v21.0.0
LLVM Bugs via llvm-bugs
2025/10/21
[llvm-bugs] [Bug 164414] [llvm-cov] catch after uncovered catch is considered uncovered
LLVM Bugs via llvm-bugs
2025/10/21
[llvm-bugs] [Bug 164403] GCC failing to compile libc
LLVM Bugs via llvm-bugs
2025/10/21
[llvm-bugs] [Bug 164399] [X86] Poor AVX512 codegen with constant predicate
LLVM Bugs via llvm-bugs
2025/10/21
[llvm-bugs] [Bug 164398] [clang] Clang accepts explicit instantiation of a function template with deduced return type and explicit trailing return type (non‑standard)
LLVM Bugs via llvm-bugs
2025/10/20
[llvm-bugs] [Bug 164347] Pre-C23 arrays of qualified type shouldn't be considered qualified
LLVM Bugs via llvm-bugs
2025/10/20
[llvm-bugs] [Bug 164336] [StackColoring] opt-bisect-limit prevents removal of LIFETIME_END instruction
LLVM Bugs via llvm-bugs
2025/10/20
[llvm-bugs] [Bug 164334] [HLSL] AMD-specific `QuantizedGemm` DML operator test failures
LLVM Bugs via llvm-bugs
2025/10/20
[llvm-bugs] [Bug 164324] [RISCV] Simple __bf16 vectorization fails isel with Zvbfa without Zvfbfmin
LLVM Bugs via llvm-bugs
2025/10/20
[llvm-bugs] [Bug 164312] clang rejects a musttail call when it's perfectly fine to tail call
LLVM Bugs via llvm-bugs
2025/10/20
[llvm-bugs] [Bug 164308] SROA optimizations depend on alloca type
LLVM Bugs via llvm-bugs
2025/10/20
[llvm-bugs] [Bug 164303] Flang does not look for locally scoped interfaces before module level interfaces with the same name
LLVM Bugs via llvm-bugs
2025/10/20
[llvm-bugs] [Bug 164293] AMDGPURegBankLegalize bug
LLVM Bugs via llvm-bugs
2025/10/20
[llvm-bugs] [Bug 164282] [clang-format] Bug - clang-format keeps appending `\` when `ReflowComments: Never` and `ColumnLimit: 0`
LLVM Bugs via llvm-bugs
2025/10/20
[llvm-bugs] [Bug 164275] [X86] Investigate CTTZ large _BItInt codegen
LLVM Bugs via llvm-bugs
2025/10/20
[llvm-bugs] [Bug 164273] auto allowed with a type in C++
LLVM Bugs via llvm-bugs
2025/10/20
[llvm-bugs] [Bug 164264] [Clang] Missing default template argument in synthesized guides during CTAD for alias template
LLVM Bugs via llvm-bugs
2025/10/20
[llvm-bugs] [Bug 164260] Tracking issue for OpenMP 5.0 support
LLVM Bugs via llvm-bugs
2025/10/20
[llvm-bugs] [Bug 164259] Add implicit lifetimebound annotations to std::make_unique
LLVM Bugs via llvm-bugs
2025/10/20
[llvm-bugs] [Bug 164254] Crash at libc.so: (anonymous namespace)::GeneratedRTChecks::getCost() LoopVectorize.cpp:0:0
LLVM Bugs via llvm-bugs
2025/10/20
[llvm-bugs] [Bug 164250] flang
LLVM Bugs via llvm-bugs
2025/10/20
[llvm-bugs] [Bug 164247] [NSAN] wrong value in "hex" for the float128
LLVM Bugs via llvm-bugs
2025/10/20
[llvm-bugs] [Bug 164242] Assertion `all_of(Bundles, [](const ScheduleBundle *Bundle) { return Bundle->isScheduled(); }) && "must be scheduled at this point"' failed.
LLVM Bugs via llvm-bugs
2025/10/20
[llvm-bugs] [Bug 164231] Missing deduction guide for aggregate causes crash in some contexts
LLVM Bugs via llvm-bugs
2025/10/20
[llvm-bugs] [Bug 164230] [AArch64] Using an undefined physical register after Load/store optimizer
LLVM Bugs via llvm-bugs
2025/10/20
[llvm-bugs] [Bug 164228] clang++ fails to find system headers
LLVM Bugs via llvm-bugs
2025/10/20
[llvm-bugs] [Bug 164225] [X86] Poor codegen when accessing a single bit of very large integers
LLVM Bugs via llvm-bugs
2025/10/20
[llvm-bugs] [Bug 164221] Confusing register usage encountered during V8 Arm64EC porting.
LLVM Bugs via llvm-bugs
2025/10/20
[llvm-bugs] [Bug 164220] -Wcharacter-conversion warns about explicit cast with {}
LLVM Bugs via llvm-bugs
Earlier messages
Later messages