September 2024 Archives by thread
Starting: Sun Sep 1 03:36:09 PDT 2024
Ending: Mon Sep 30 23:46:15 PDT 2024
Messages: 836
- [llvm-bugs] [Bug 106893] LLVM allows usage of add instead of addi inside an inline assembly
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 106895] memcpy/memset not inlined when __builtin_assume gurantee the data is short enough
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 106898] Crash at llvm::Instruction::eraseFromParent()
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 106899] Building ArmSMEStubs.cpp fails on mingw with `LLVM_BUILD_LLVM_DYLIB`
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 106903] Backport 7c4cffd9d8be424e9e9542be9aec3b5a6f69073e
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 106905] "pragma diagnostic ignored" not working as expected.
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 106909] SLPVectorizer does not respect isFPVectorizationPotentiallyUnsafe()
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 106915] clang-cl terminated by signal
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 106916] [HLSL] 202y out params should be default-initialized
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 106917] [HLSL] inout/out ABI for array parameters
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 106918] Setting `MLIR_SRC_SHARDER_TABLEGEN` doesn't seem to work when cross compiling
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 106923] matrix types are underaligned
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 106926] [clang][AVR] clang does not set `AVR_INTR` calling convention; should it?
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 106928] [Flang] Compilation error when type name and a variable name defined in component-def-statement are the same name in parent type for extended type
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 106929] [Flang] Compilation error when do variables are used for association and selector in associate statement
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 106930] [Flang] Compilation error when generic-spec is the same name but different access-attr are specified in two generic statements
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 106931] [Flang] Preprocessor error when the name to be replaced contains trailing blank in a continuation line
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 106933] [BUG]Why do errors occur when ASAN and UBSAN are opened together?
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 106935] segfault on python aarch64 build
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 106942] IR expand: FMINIMUM/FMAXIMUM: Payload is missing if both are NaN
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 106946] Backport "[AVR] Fix 16-bit LDDs with immediate overflows (#104923)"
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 106963] [clang static analyzer] some confusion regarding the ipa-always-inline-size parameter
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 106970] [RISCV] Assertion failed: (MinNumElts > 0 && "#Elements of a VectorType must be greater than 0")
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 106971] [clang] Class member access with qualified id using using local typedef generates unused typedef warning
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 106976] [DAG] Unnecessary zero-extension of promoted lzcnt
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 106983] clang-format ignores `clang-format off`
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 106987] [clang-tidy] Check request: detect incorrect usage of `std::bit_cast`
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 106988] `std::reverse_iterator<Incomplete*>` causes a compilation failure when checking `input_iterator`
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 106994] Invalid space after `id` with blocks
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 107000] Clang does not throw out useless vector::resize() with new/delete code during optimization.
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 107006] Problems with constexpr placement-new implementation
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 107015] [clang] Crash with assertion failed in Vectorize
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 107017] [v18.1.8] clang-format: git integration doesn't work on Windows if the install path contains spaces
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 107018] [clang] constexpr template method cannot be used in a constant expression
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 107024] [clang] "error: ambiguous reference to placeholder" when '_' is used as identifier in lambda capture
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 107025] [Coverage][MC/DC] negative counter value ("18.4E") reported for nested ternary expressions
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 107027] [MLIR] [ACC] acc.parallel doesn't exit gracefully on invalid attribute names
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 107029] [Clang] Add memory attribute
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 107034] [X86] Non-optimal codegen for bool to float conversions with `select i1 %0, float 1.0, float 0.0`
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 107035] [HLSL] Disallow semantics on buffer declarations
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 107036] [SLP] Cannot getTypeInfo() on a type that is unsized!
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 107037] [SLPVectorizer] Assertion `Val && "isa<> used on a null pointer"' failed.
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 107045] Right-clicking source.zip file causes issues on windows
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 107047] Clang crashes on incorrect code with -std=c++20
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 107048] Clang error when using a constexpr variable as NTTP default value in lambda expression.
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 107051] [clang] Assertion failed in Vectorize
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 107052] [Clang][Trunk] Crash at clang::Sema::BuiltinFPClassification(clang::CallExpr*, unsigned int, unsigned int)
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 107053] [clang] Miscompilation with different optimization flags
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 107054] Assertion `getOperand(0)->getType() == getOperand(1)->getType() && "Both operands to FCmp instruction are not of the same type!"' failed.
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 107057] clang crashes on valid code at -O3 on x86_64-linux-gnu: Assertion `Ty->isSized() && "Cannot getTypeInfo() on a type that is unsized!"' failed
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 107062] Build error on CentOS release 6.3 (Final)
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 107064] LLD generates different symbol types and SIZEOF return fixed sizes seemingly violating deferred evaluation.
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 107065] [Aarch64] A shufflevector that shifts vector elements to the right emits a `tbl` instruction rather than an `ext` instruction
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 107066] [clang-tidy] Segfault in runCheckersForEvalCall (clang-tidy 18.1.8)
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 107069] [LLD][RISCV] Why LLD places global_pointer only by looking at sdata_begin
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 107070] Backport "[AVR] Fix parsing & emitting relative jumps"
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 107081] Backport "[AVR] Fix parsing & emitting relative jumps" (try 2)
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 107083] __llvm_profile_counter_bias etc. should be intptr_t
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 107086] [X86] Useless SIMD<->GPR transfers for f16 arithmetic
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 107088] [Aarch64] Missed folding of `and`+`cmpeq` -> `cmtst`
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 107090] [ClangStaticAnalyzer] front of bug report, macro_popup did not pop up correctly
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 107093] [Aarch64] Bad optimization of vector `and 1` + `neg` that should be `cmtst`
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 107095] remote debugging macOS to macOS launches app-bundle as "standalone executable"
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 107096] [clang-format] Regression in version 20 with macros
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 107097] Python binding detects parsed function's arguments incorrectly
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 107099] [Aarch64] Missed `st3` and `st4` emit
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 107106] clang frontend failed due to signal (Windows)
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 107111] [Clang] question about template argument deduction
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 107113] [clang-cl] Exception Code: 0xC0000005
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 107116] [cmake] CMake Error at /usr/lib/llvm-20/lib/cmake/llvm/LLVMExports.cmake:1920 (message): [cmake] The imported target "LLVM" references the file [cmake] [cmake] "/usr/lib/llvm-20/lib/libLLVM.so.1" [cmake] [cmake] but this file does not exist.
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 107119] [clang-tidy] cppcoreguidelines-c-copy-assignment-signature false positive with explicit object parameter
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 107122] [Assignment Tracking] Migrate from Clang feature to default LLVM pipeline
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 107124] lld COFF X64: out of range relocations are truncated without reporting errors
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 107125] Some application variables in OpenMP outlined regions are marked artificial
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 107128] [Clang Crash] Error in backend llvm::VerifierPass::run(llvm::Function&, llvm::AnalysisManager<llvm::Function>&)
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 107139] "Invalidated the current SCC" assertion failure after #79712
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 107144] Discrepancy in debugging information for the value pointed to by the global pointer variable "shared_ptr" in binaries compiled with optimization levels "-O0", "-O1", "-O2", and "-O3"
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 107148] Weird bug with `-std=c2x`
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 107152] Does changing the order of members in the union affect the actual memory content of the union?
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 107171] [VPlan] Assertion " VPlan cost model and legacy cost model disagreed"' failed.
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 107175] [C++23] Redefinition in special cases
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 107188] run-clang-tidy can't actually run clang-tidy on headers
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 107191] [clang] Invalid character literal accepted in C++ during preprocessing after P2621R2.
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 107195] [EHStreamer] nounwind on call-sites and builtins is ignored
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 107196] Thread Safety Analysis - some types of unsupported marking leads to many false positives
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 107198] Crash on slp-vectorizer
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 107199] SLPVectorizer.cpp : Conditional Check for Idx Might Prevent TryToVectorize(Set.second) Execution in vectorizeStores()
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 107202] [mlir][sparse] `disassemble` of COO returns incorrect shape of `%index` with Python bindings
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 107203] [Clang][C++] It is not possible to initialize constants using the 'constexpr' static member of a function reference parameter
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 107204] [clang static analyzer] False negatives in medium-sized codebase
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 107208] [Flang] verification of lowering to FIR failed with "'arith.extui' op operand type 'i32' and result type 'i8' are cast incompatible"
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 107215] Very weird concept checking inconsistency bug
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 107218] clang-format: `BasedOnStyle: Chromium` not respecting `InsertNewlineAtEOF: true`
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 107219] [NVPTX] Clang errors with non-trivial scalar-to-vector conversion when using opencl vector of two 8-bit integer as input
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 107228] [InstCombine] Missed optimization: `((A - 1) & (~A)) >> 63` --> `A == 0`
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 107229] [PowerPC] Incorrect store alignment with __builtin_vsx_build_pair() builtin.
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 107239] Clang should lower unions to LLVM as byte array, not structure type
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 107243] [Aarch64] Vector constant that could use u16-dup is loaded from memory instead
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 107248] [Aarch64] `st3` and `st4` should work on 2-byte and 4-byte vectors
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 107249] Inconsistent behavior with counted/sizedby attributes in type positions
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 107252] lifetimebound has a confusing diagnostic about not being a type attribute
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 107256] Allow __restrict'ing in array size specification in C++, like C
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 107263] clang OpenMP hello world segfault
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 107281] False-positive const-correctness warning would cause compiler error (functor with default args)
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 107287] [Aarch64] Various idioms equivalent to a simple vector `shl` or `shr` should be optimized
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 107289] Shift by a multiple of 8 on a `i128` could turn into a vector shift
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 107298] Feature request: manual outlining control (pragma to outline a statement)
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 107304] [lld][RISC-V] R_RISCV_PCREL_L
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 107305] LoadStoreVectorizer hits assert, miscompiles with asserts disabled in corner case
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 107310] [DXIL] [Analysis] Add WavieSize to Function properties in DXIL Metadata analysis
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 107316] [libc++] Recent change to libcxx/src/exception.cpp causes macro redefinition errors in Edge builds.
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 107317] Inaccurate debug information in binaries compiled with "-O2" and "-O3"
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 107321] Enhance getOrInsertLibFunc to handle memory allocation lib funcs
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 107322] Abnormal Behavior of LLDB Thread Control
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 107327] [llvm-reduce] Return a program value instead of `void`
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 107328] Building LLVM on Windows with "cmake -DCMAKE_BUILD_TYPE=Debug" generates binaries with no debug information
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 107337] [flang] Many warnings issued from a module included by a use statement after disabling types
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 107341] [flang] Error: INTEGER(KIND=-1) is not a supported type when disabling integer(KIND=16)
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 107345] [AArch64] gather struct load should be reused similar to normal struct load
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 107346] lld-link not respecting /NODEFAULTLIB with a conflicting /DEFAULTLIB
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 107351] Does Apple m4 and Microsoft Surface Pro 11 (which is snapdragon x elite) support FeatureMTE?
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 107355] [LoongArch] SDAG hang with lasx on
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 107364] Compiling `ffmpeg` on Linux with `-fveclib=mvec` breaks the maths
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 107365] [lld][coff] undefined symbols from lazy-loaded archives
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 107368] clang emit-ast hangs on objc code
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 107370] error in backend: Invalid size request on a scalable vector
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 107371] [lld][coff] spurious duplicate symbols with delayload on x86
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 107377] Actions dependent on Tab key not working in Windows e.g. clang-query Tab auto-completion
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 107381] [clang-tidy] Print instantiation stack
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 107387] [WebAssembly] non-pie dynamic-linking executable seems broken (LLVM 19 regression)
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 107389] Don't insert idiv/div branch when targetting modern x86-64 machines
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 107392] [Aarch64] inlining `uzp2` causes superfluous `ext` to be emitted
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 107395] release/19.x: [Windows SEH] Fix crash on empty seh block (#107031)
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 107400] [flang][Semantics] Flang reports misleading errors if it is unable to open a `use`d module
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 107401] Different formatting around type annotations with JS
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 107404] Bitcasting to u64 to multiply by 1 should be optimized out earlier
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 107407] [lldb] Build failure with LZMA support on windows
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 107414] [LoongArch] Miscompilation with O2
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 107418] Crash on lib32-mesa-git with clang version 20.0.0git (4fef204ac42eb84e167d43ce076c9a167eae3be0)
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 107422] [Clang] clang::Expr::ClassifyImpl(clang::ASTContext&, clang::SourceLocation*) const: Assertion `isPRValue()' failed.
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 107423] Failure to optimize away adding a vector of zeroes
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 107424] [Clang][Trunk] fatal error: error in backend: Invalid size request on a scalable vector.
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 107430] [Clang] Assertion trunk crashes at getBytesReturnedByAllocSizeCall(clang::ASTContext const&, (anonymous namespace)::LValue const&, llvm::APInt&) ExprConstant.cpp:0:0
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 107433] Add support for DirectX intrinsics to the scalarizer pass
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 107434] clang-format can consume an unreasonable amount of memory when ColumnLimit != 0
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 107438] [Aarch64] Bad register scheduling (`bsl` -> `st4` might have to do with it?)
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 107443] Incorrect Debug Information for Pointer Variables in Binaries Compiled with "-O3" and "-O2"
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 107445] clang-tidy: Add `ctime` and `ctime_r` to `clang-tidy`
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 107447] [AMDGPU] illegal VGPR to SGPR copy
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 107448] [mlir][vector] `vector::CombiningKind` uses wrong enum type in td
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 107449] Incorrect pointer assignment operation in binaries compiled with -O0 and -O1
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 107452] Does the print statement influence code optimization and debug information's generation?
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 107453] [libc++][enhancement] Enable assertions unconditionally during constant evaluation
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 107460] [llvm][Mips] Assembler does not assemble `j $ra` correctly for r6
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 107468] ld.lld: error: undefined symbol: __asan::FlushUnneededASanShadowMemory(unsigned int, unsigned int)
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 107473] [VPlan] Assertion " VPlan cost model and legacy cost model disagreed"' failed.
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 107476] [MLIR][linalg][vectorization] failure for an nd extract case
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 107477] [mlir][sparse] Adding two COO tensors and returning result fails with Python bindings
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 107487] Confusion regarding ThinLTO for CFI checks
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 107495] [Flang][OpenMP] Assertion `parallelDir || taskGenDir || teamsDir' failed.
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 107496] Anyone know anything about this?
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 107497] Anyone know anything about this?
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 107500] [Flang][OpenMP] Assertion 'this->_M_is_engaged()' failed.
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 107501] [clang] Assertion failed in Vectorize
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 107502] [Flang][OpenMP] fatal internal error: CHECK(IsValid(*range)) failed at /root/llvm-project/flang/lib/Parser/provenance.cpp(279)
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 107508] [mlir] Semantic inconsistency in `ceildiv` optimization
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 107511] [lld] build failure
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 107516] Clang runs OOM when checking for constant initialization of array of unions.
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 107520] [RISC-V] Outliner can place paired %pcrel_hi/%pcrel_lo in different sections resulting in link errors for GNU ld
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 107524] [WebAssembly] AsmTypeCheck does not handle block return values of unreachable block end
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 107526] `lsr v, v, #56`+`ldr d0, [x9, x8, lsl #3]` optimized to `lsr v, v, #53`+`and v, v, #0x7f8`+`ldr d0, [x9, x8]`
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 107527] Clang segmentation fault when compiling SVE code under macOS
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 107532] [RISCV] PreRA MachineScheduler introduces spills with MicroOpBufferSize=0
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 107534] [RISCV] Crash in `selectVSSEG`: "Cannot select: 0x3266bfdfba80: nxv2i64 = zero_extend 0x3266bfdfbbd0:1"
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 107546] [mlir] mlir-opt optimization options(` -loop-invariant-subset-hoisting -mem2reg -remove-dead-values` ) crash in Assertion `!NodePtr->isKnownSentinel()' failed.
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 107547] [llvm] [SimplifyCFG]
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 107551] [lldb] warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 107554] [Clang Diagnostics] When constexpr evaluation fails, the call stack shows the final value of function arguments, even if they are mutated
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 107556] [clang] Clang must diagnose the use of [[lifetimebound]] annotation in void-returning functions
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 107562] [clang] an issue with compound literals ?
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 107563] `lea` with following `sub` of same register should be optimized into `mov`
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 107568] Regression when formatting around operator `-`
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 107569] DeadArgumentElimination creates invalid code with musttail calls returning structs
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 107570] Global Variable Not Updated Despite Being Included in Return Statement
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 107571] Regression in formatting for JS template strings
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 107574] Different spacing for nested function calls
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 107577] Crash report - issue when used in emcc
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 107578] Order of template specialization matters when it should not
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 107580] lldb fails to build on `CommandObjectTraceStartIntelPT.cpp:81:21: error: calling a protected constructor of class 'lldb_private::Status'`
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 107582] Clang allows global namespace qualification before template specialization
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 107584] "External Clang Examples" web page should mention clang-tutor
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 107589] False positive cppcoreguidelines-pro-type-member-init for array and std::fill
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 107590] [clang-tidy] Duplicate readability-enum-initial-value for forward-declared enum
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 107592] Q: clang-format: no wrapping
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 107593] Unexpected error: (constexpr) placement new would change type of storage
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 107594] [clang-tidy] False positive modernize-min-max-use-initializer-list with mixed types
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 107597] libc: implement localtime
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 107600] [clang-tidy] Improve documentation of bugprone-return-const-ref-from-parameter
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 107602] Internal module partitions export content
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 107607] [RISCV] Miscompilation on rv64
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 107609] `clang++-17` and `clang++-18` segfault when using aliased ARM64 SVE intrinsic types
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 107610] Clang crashes while generating operator<=>
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 107616] `clang-format` is not idempotent on certain files
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 107622] [Flang] MLIR Assertion `mayBeGraphRegion(*op->getParentRegion()) && "expected that op has no uses"' failed.
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 107625] [clang-tidy] misc-include-header Not directly included & not directly used issue
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 107629] "private" access specifier not respected in overloaded SFINAE context
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 107642] Incorrect deduplication of member of anonymous namespace in clang++17, clang++18
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 107653] [clang-tidy] Request for dangling reference check for (ranges) min, max, minmax
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 107662] [feature-request] [llvm-symbolizer] Implement symbolizing ASAN logs written with `log_path=/tmp/file.log, symbolize=0`.
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 107668] Memory allocated via `__builtin_operator_new` never starts its lifetime
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 107673] Seemingly incorrect treatment of constexpr member functions in modules
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 107674] [Clang] warning and error diagnostics when using VLAs at global scope
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 107677] [Clang] [SimplifyCFGPass] There is an infinite loop after the SimplifyCFGPass
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 107680] [clang-tidy] RFC: Add generic check that takes match expression from clang-query file
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 107687] Sporadic clang build failure due to `'llvm/CodeGen/GenVT.inc' file not found`
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 107700] [Aarch64] `bitcast i16 to <16 x i1>` + `sext <16 x i1> to <16 x i8>` should not go bit-by-bit
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 107701] clang-format doesn't remove line break after leading annotation (e.g., [[nodiscard]])
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 107702] MachineCopyPropagation remove copy instruction due to no live-out succ, but the def is indeed used.
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 107703] [Clang] Assertion `!Traits::stopLess(b, a) && "Invalid interval"' failed.
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 107704] [Clang] Assertion `E->getOpcode() == BO_Assign && "unexpected binary l-value"' failed.
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 107715] [clang] `_Pragma("clang diagnostic ignored \"-Wconstant-evaluated\"")` with push+pop sometimes doesn't work when there are macros involved
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 107723] Consolidate `StrCmpOptionName` duplicate functions in OptEmitter.cpp and OptTable.cpp
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 107724] clang-tidy crashes when it encounters #embed in C code
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 107730] MIPS tail calls are disabled by default at all optimization levels
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 107739] llvm/lib/Target/ARM/MCTargetDesc/ARMBaseInfo.h:213: Missing default in switch ?
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 107747] [libc++] `__wrap_iter<T>` can hijack `operator+`/`operator<` via ADL
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 107749] [lld elf] Segfault within ld-linux in -nostdlib executable
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 107750] Using uninitialized value `function_ref.callable` when calling `operator ()`
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 107753] [Clang] Add a builtin for masked stores of vectors
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 107754] [LTO] [lld:ELF] Compiler performance regression in Clang 19
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 107763] [Clang] safestack is not supported by -fno-sanitize
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 107767] Clang frontend crashes when splitting declaration and definition of variadic concept template
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 107770] [Clang-Format] - [Feature Request] - Sort Forward Declarations
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 107772] Clang uses fneg+fadd to subtract 0.5 when Zfa is enabled.
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 107774] `assume`s prevent deletion of dead code
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 107778] [Clang] Failure to compile templated comparison of templated class where member variable and class have the same name
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 107779] [libc++] tzdata 2024b breaks timezone parsing in std::chrcono
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 107781] [Flang] Compilation error when two arguments are unlimited polymorphic in the definition of defined assignments
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 107783] [Flang] Compilation error when type is defined in module by using derived type with the same name from another module
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 107782] [Flang] Compilation error when a dummy argument defined as assumed-rank is used within kind intrinsic function
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 107784] [Flang] Compilation error when the name of procedure-entity-name in procedure declaration statement are the same as generic-name specified in INTERFACE statement
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 107789] span does not check or null on construction in hardening modes
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 107798] Assertion failed in User::getOperand when running opt with specific command and input file
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 107799] How to define custom suffix in lit?
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 107804] [mlir] [tosa] -tosa-infer-shapes crashes in reference llvm::SmallVectorTemplateCommon<long>::operator[](size_type) [T = long]: Assertion `idx < size()' failed
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 107805] [mlir] [vector] -convert-vector-to-llvm crashes
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 107806] [mlir] [memref] -promote-buffers-to-stack crashes
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 107807] [mlir] [sparse_tensor] -lower-sparse-ops-to-foreach crashes in decltype(auto) llvm::cast(const From &) [To = mlir::RankedTensorType, From = mlir::Type]: Assertion `isa<To>(Val) && "cast<Ty>() argument of incompatible type!"' failed.
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 107808] How to support non-hierarchical .clang-format inheritance
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 107810] Crash using -O3 and arm neon
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 107811] [mlir] [vector] -lower-vector-mask crashes in auto llvm::cast_if_present(Y *) [X = mlir::vector::MaskableOpInterface, Y = mlir::Operation]: Assertion `isa<X>(Val) && "cast_if_present<Ty>() argument of incompatible type!"' failed.
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 107812] [mlir] [affine] -affine-loop-unroll crashes in T llvm::divideCeilSigned(U, V) [U = long, V = long, T = long]: Assertion `Denominator && "Division by zero"' failed.
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 107819] [Clang] -O3 don't generate branch instruction
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 107821] Clang 17.0.6 compiler error: "clang frontend command failed with exit code 139"
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 107825] [AArch64] Decompos gep of complex type struct for better codegen
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 107830] [BOLT] "_end" symbol is relocated incorrectly
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 107831] [clang-tidy] Improve documentation of bugprone-pointer-arithmetic-on-polymorphic-object
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 107836] Clang crashes on incorrect code with -std=c++20
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 107839] [clang-tidy] New check: Prefer `std::scoped_lock` over `std::lock_guard`
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 107840] Clang clash with the Assertion `idx < size()' failed.
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 107842] Clang crashes on incorrect code with Assertion `!KnownValid && "unhandled case in overloaded call candidate"' failed
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 107843] Clang crashes on incorrect code with build compiler returned: 254
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 107844] Clang C++ optimiser generates incorrect code
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 107846] [clang-tidy] add_new_check.py fails with "TypeError: 'type' object is not subscriptable"
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 107852] [clang static analyzer] Crash in printReferrer(const clang::ento::MemRegion*): Assertion `false && "Unexpected referrer region type."' failed.
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 107854] LoopVectorize/VPlan asserts "underlying instruction may write to memory" (via PoCL's work-group generation from an OpenCL C code)
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 107859] [clang-tidy] Broken diagnostic for performance-avoid-endl
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 107861] [clang] [C++] Redefinition in hidden friend
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 107864] lldb cannot read AArch64 FPU (Neon) registers from qemu when SVE is enabled
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 107865] [Clang] [C++20] Compile error in special cases
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 107868] [Clang] [CodeComplete] Cannot complete C++20 keywords
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 107869] [clangd] crash when using #embed
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 107870] [mlir] remove-dead-values pass throws error when module has a name
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 107872] clang-format incorrectly formats TableGen
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 107881] pthread interceptors for ASAN/MSAN
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 107887] [clang] Crash on invalid template deduction guide
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 107888] [clang-tidy][request] Report unmatched NOLINT comments
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 107891] [RISC-V] Miscompile with RISC-V Vector Peephole Optimization
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 107898] Refactor verbosity flag in mlgo-utils to common location
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 107904] [[clang::unsafe_buffer_usage]] in libc++
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 107907] [HLSL] Add an attribute to differentiate resource attributes for Buffer vs StructuredBuffer and RawBuffer
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 107913] clang-tidy modernize-avoid-c-arrays on std::unique_ptr<T[]>
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 107914] clang-format BraceWrapping.BeforeLambdaBody: True overrides AllowShortLambdasOnASingleLine: All
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 107920] Write a pass for Data layout scalarization
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 107939] m68k fails to select atomic store where address is sum of two registers
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 107946] [LoongArch] Redundant sext after 32-bit signed divisions
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 107949] Discrepancy in doc vs implementation for BranchProbabilityInfo::isEdgeHot()
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 107950] [RISC-V] Assertion `TrueV0Def && TrueV0Def->isCopy() && MIV0Def && MIV0Def->isCopy()' failed.
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 107953] [mlir] [arith] -arith-unsigned-when-equivalent crashes in llvm-project/llvm/lib/Support/APInt.cpp:293:int llvm::APInt::compareSigned(const APInt &) const: Assertion `BitWidth == RHS.BitWidth && "Bit widths must be same for comparison"' failed.
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 107955] https://guidebooks.google.com/android/changesettingspermissions/changeyourapppermissions?utm_campaign=HC_9431959_Aug21
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 107958] [mlir] [vector] crashes in llvm-project/llvm/include/llvm/Support/Casting.h:572: decltype(auto) llvm::cast(From &) [To = mlir::LLVM::LLVMArrayType, From = mlir::Type]: Assertion `isa<To>(Val) && "cast<Ty>() argument of incompatible type!"' failed.
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 107966] [mlir] [arith] -arith-unsigned-when-equivalent crashes in llvm-project/mlir/include/mlir/IR/StorageUniquerSupport.h:180: static ConcreteT mlir::detail::StorageUserBase<mlir::IntegerAttr, mlir::Attribute, mlir::detail::IntegerAttrStorage, mlir::detail::AttributeUniquer, mlir::TypedAttr::Trait>::get(MLIRContext *, Args &&...) [ConcreteT = mlir::IntegerAttr, BaseT = mlir::Attribute, StorageT = mlir::detail::IntegerAttrStorage, UniquerT = mlir::detail::AttributeUniquer, Traits = <mlir::TypedAttr::Trait>, Args = <mlir::Type &, const llvm::APInt &>]: Assertion `succeeded( ConcreteT::verifyInvariants(getDefaultDiagnosticEmitFn(ctx), args...))' failed.
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 107967] [mlir] [vector] -convert-vector-to-gpu crashes
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 107969] [mlir] [tosa] -tosa-to-tensor crashes in llvm-project/mlir/lib/Conversion/TosaToTensor/TosaToTensor.cpp:145: TensorType (anonymous namespace)::inferReshapeCollapsedType(TensorType, TensorType): Assertion `rhsShape[currRhsDim] == 1' failed.
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 107975] Incorrect macro expansion post 79f87be6888d13a
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 107977] [LLDB]The values ​​of array elements are incorrectly printed as 0
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 107979] Clang-19 crashed: Assertion `NextVal != ArgumentEnd && "Value for integer select modifier was" " larger than the number of options in the diagnostic string!"' failed.
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 107981] [Clang] Bogous types when using __builtin_shufflevector on bool vectors
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 107985] [Clang] constexpr support for __builtin_convertvector and __builtin_shufflevector
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 107988] [RealtimeSanitizer] Problems with interceptor tests.
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 107996] GVN wrong optimization with skipped out-of-bounds accesses
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 107998] [flang][debug] Incorrect value for some Character type dummy arguments.
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 108001] [flang][debug] Derived types with allocatable members are not handled correctly.
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 108004] [LoopVectorize] Assertion fails when IV start value is used by an exit block PHI
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 108009] [abi] method parameter mangled as a substitution does not demangle correctly
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 108010] [Clang] Constant value is corrupted when optimization is enabled
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 108011] [clang][libc++] std::expected not available until clang 20
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 108014] ppc64le backend error: failed to perform tail call elimination on a call site marked musttail
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 108015] mangleCXXCtorVTable mangles an incorrect name
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 108016] [flang][lowering] use llvm.intr.stacksave/restore ops instead of opaque calls
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 108018] [LLDB]When lldb prints the array, it gets different values
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 108019] [Clang] Clang vs. GCC Frame Pointer Differences
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 108022] [clang-tidy] False negative readability-use-std-min-max for integers and less-than/greater-than comparison
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 108028] [LV] Break up in-loop reductions to expose more ILP
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 108030] [libc] hermetic test failures
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 108038] [AMDGPU] SelectionDAG divergence tracking should heed AMDGPUSubtarget::isSingleLaneExecution
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 108044] [HLSL] Make HLSL 202x the default mode in Clang
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 108049] [clang-tidy] False positive cert-flp30-c for additional floating-point increment in loop
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 108052] Missed optimization, failure to remove residual empty loop
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 108053] [clang-tidy] False positive modernize-avoid-c-arrays for function parameters
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 108058] [HLSL] Implement templated ByteAddressBuffer load/store methods
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 108065] [flang][I/O] SNbone outputs data to stderr instead to a file
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 108067] [llvm-dis] Disassemble files in parallel
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 108068] [rtsan] glibc 2.40 regressions in tests
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 108069] [llvm-dis][docs] Update the list of options on the file header
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 108080] clang-tidy crashes with exception code: 0xC0000005
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 108085] Implement the `dx.typedBufferLoad.checkbit` intrinsic
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 108095] [[maybe_unused]] attribute used inside a template argument specifying a type of a function causes a compilation error
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 108098] [VPlan] Assertion " VPlan cost model and legacy cost model disagreed"' failed.
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 108099] git-clang-format: Unknown command line argument '-list-ignored'
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 108102] Clang fails to fold bitwise and with constant and load
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 108109] [WPD] SPEC 2006 xalancbmk fails with Whole Program Devirtualization turned on.
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 108136] [Flang][OpenMP] Assertion `!lenParams.empty()' failed.
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 108141] [RISCV] RISCVMCInstLower not found
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 108145] getRawCommentForAnyRedecl can fail to return definition comment
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 108149] std::unique_ptr destructor behaviour differs from (naĂŻve?) expectations
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 108150] [mlir] [math] -convert-math-to-funcs crashes in MathToFuncs.cpp:187: func::FuncOp createElementIPowIFunc(ModuleOp *, Type): Assertion `isa<IntegerType>(elementType) && "non-integer element type for IPowIOp"' failed.
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 108151] [mlir] [tosa] -tosa-to-tensor crashes in TosaToTensor.cpp:195: SmallVector<ReassociationExprs> (anonymous namespace)::createReassociationMapForCollapse(OpBuilder &, Type, Type): Assertion `currSrcDim == srcShape.size() && currDstDim == dstShape.size()' failed.
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 108152] [mlir] -buffer-deallocation crashes
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 108153] [lld][ELF] Support the `I` attribute for memory regions
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 108154] [mlir][tensor] -convert-tensor-to-linalg crashes in PatternMatch.cpp:182: auto mlir::RewriterBase::eraseOp(Operation *)::(anonymous class)::operator()(Operation *) const: Assertion `mayBeGraphRegion(*op->getParentRegion()) && "expected that op has no uses"' failed.
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 108156] [mlir][arith] -convert-arith-to-llvm crashes in BuiltinAttributes.cpp:1349: static DenseElementsAttr mlir::DenseIntOrFPElementsAttr::getRaw(ShapedType, ArrayRef<char>): Assertion `type.hasStaticShape() && "type must have static shape"' failed.
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 108157] [mca] crash when attempting to use avx512 on znver4
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 108158] [mlir][openmp] -convert-openmp-to-llvm crashes in /usr/lib/gcc/x86_64-linux-gnu/9/../../../../include/c++/9/optional:438: _Tp &std::_Optional_base_impl<unsigned int, std::_Optional_base<unsigned int>>::_M_get() [_Tp = unsigned int, _Dp = std::_Optional_base<unsigned int>]: Assertion 'this->_M_is_engaged()' failed.
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 108159] [mlir][openmp] -convert-openmp-to-llvm crashes
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 108160] [Clang] Specialize diagnostics for std::launder
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 108161] [mlir] -lower-host-to-llvm crashes
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 108163] [mlir][arith] -arith-emulate-wide-int crashes in EmulateWideInt.cpp:160: Value constructResultVector(ConversionPatternRewriter &, Location, VectorType, ValueRange): Assertion `resultShape.back() == static_cast<int64_t>(resultComponents.size()) && "Wrong number of result components"' failed.
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 108164] [mlir][scf] -scf-forall-to-for crashes in PatternMatch.cpp:295: virtual void mlir::RewriterBase::inlineBlockBefore(Block *, Block *, Block::iterator, ValueRange): Assertion `argValues.size() == source->getNumArguments() && "incorrect # of argument replacement values"' failed.
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 108165] [LLDB] lldb prints different values ​​at different optimization levels
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 108166] Clang-19 crashed: Segmentation fault with pragma omp simd and linear clause.
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 108174] extend `-Wnonnull` diagnostics for `returns_nonnull` function attribute
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 108194] ASan global-overflow.cpp etc. FAIL on SPARC
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 108217] Failing to build
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 108218] [DAG] SDPatternMatch - match integer min/max patterns as well as the existing ISD node
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 108232] C++: Incorrect optimization regarding strict-aliasing rules
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 108253] [MLIR] Enabling external dialects to be shared libs for C API users
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 108262] CLANG19: out of range pc-relative fixup value on arm32
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 108272] False positive dangling diagnostics when the [[gsl::Owner]] and [[clang::lifetimebound]] attributes are used together
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 108287] [sanitizers] [ASAN] False negative on global OOB
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 108290] BOLT fails to optimize function
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 108299] [flang][openmp] Seg fault accessing thread private allocatable
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 108301] LLVM's -time-passes / clang -ftime-report output is too long and needs a cutoff or granularity
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 108307] [Support] Subcommand support in `OptTable`
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 108325] [cmake][llvm version] using an hyphen for suffix breaks libc build
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 108326] [Clang] Assertion trunk crashes at tryVectorConvertAndSplat(clang::Sema&, clang::ActionResult<clang::Expr*, true>*, clang::QualType, clang::QualType, clang::QualType, unsigned int&)
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 108330] [lldb-dap] impl `envFile` option in vscode launch.json please
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 108331] Possible Partial redundancy optimization using code duplication
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 108333] clang-format generates extra trailing spaces in the last line with InsertNewlineAtEOF enabled
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 108337] [clang-format] does not respect .clang-format-ignore (version 18.1.8)
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 108354] Release notes for Clang and Clang-Tidy v19
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 108356] Clang-format 18 adds spaces for Q_EMIT when signal is emitted on return value of expressions
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 108360] [mlir][vector] -convert-vector-to-scf crashes in BuiltinAttributes.cpp:964: static DenseElementsAttr mlir::DenseElementsAttr::get(ShapedType, ArrayRef<Attribute>): Assertion `floatAttr.getType() == eltType && "expected float attribute type to equal element type"' failed.
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 108363] [mlir] -inline crashes in UNREACHABLE executed at /data/szy/MLIR/llvm-release/llvm-project/mlir/include/mlir/Transforms/InliningUtils.h:108!
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 108364] [mlir] -buffer-loop-hoisting crashes
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 108366] [mlir] -sroa crashes in LLVMMemorySlot.cpp:431: Type getTypeAtIndex(const DestructurableMemorySlot &, Attribute): Assertion `!subelementIndexMap->empty()' failed.
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 108367] [OpenMP] clang++: /root/llvm-project/llvm/lib/Support/APInt.cpp:293: int llvm::APInt::compareSigned(const llvm::APInt&) const: Assertion `BitWidth == RHS.BitWidth && "Bit widths must be same for comparison"' failed.
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 108368] [mlir][affine] -lower-affine crashes in AffineToStandard/AffineToStandard.cpp:46: Value buildMinMaxReductionSeq(Location, arith::CmpIPredicate, ValueRange, OpBuilder &): Assertion `!values.empty() && "empty min/max chain"' failed.
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 108369] [mlir][affine] -affine-data-copy-generate crashes in BuiltinTypes.cpp:525: unsigned int mlir::detail::getMemorySpaceAsInt(Attribute): Assertion `llvm::isa<IntegerAttr>(memorySpace) && "Using `getMemorySpaceInteger` with non-Integer attribute"' failed.
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 108371] [mlir] -inline crashes in BuiltinTypeInterfaces.h.inc:242: bool mlir::detail::ShapedTypeTrait<mlir::MemRefType>::isDynamicDim(unsigned int) const [ConcreteType = mlir::MemRefType]: Assertion `idx < getRank() && "invalid index for shaped type"' failed.
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 108374] [mlir][affine] -affine-loop-fusion crashes in AffineOps.cpp:2402: void mlir::affine::AffineForOp::setLowerBound(ValueRange, AffineMap): Assertion `map.getNumResults() >= 1 && "bound map has at least one result"' failed.
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 108376] [mlir] -inline crashes in TestDialectInterfaces.cpp:326: virtual void (anonymous namespace)::TestInlinerInterface::handleTerminator(Operation *, ValueRange) const: Assertion `returnOp.getNumOperands() == valuesToRepl.size()' failed.
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 108379] [Clang] Compiling failed abot __atomic_store_4 in clang
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 108387] [mlir][arm_sme] -convert-arm-sme-to-scf crashes in STLExtras.h:1273:Assertion `Index < size() && "invalid index for value range"' failed.
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 108390] [mlir] -ensure-debug-info-scope-on-llvm-func crashes
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 108392] printf interception on 32-bit Linux/sparc64 doesn't work
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 108402] [Clang] Builtins for implementing `numeric_limits`
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 108403] LIBUNWIND_HIDE_SYMBOLS option doesn't work with libc++abi.
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 108407] Memory allocation elision for std::vector cases
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 108411] [flang][debug] Lower bounds are ignored for assumed size arrays.
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 108418] Comparing `__uint128_t`s generates significantly better code than comparing pairs of `uint64_t`s
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 108421] Miscalculation after SLP Vectorizer Pass
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 108423] [clang-tidy][request] Flag unused named template arguments
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 108424] [Clang] Undefined behaviour involving unsequenced side effects on a memory location during constant evaluation should not compile
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 108426] clang warns on `throw()` specifiers in libcxxabi
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 108427] -fsantize-coverage-allowlist not working
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 108432] clangd crashes in background indexing
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 108434] clang-format changed output for template arguments in trailing return types
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 108435] [compiler-rt][nsan] Add an option to control whether to check comparisons or not.
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 108441] Bug in modernize-uses-ranges fixit
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 108449] Failure to infer `udiv exact`/`sdiv exact` from `assume`
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 108451] Missed optimization: X - Y + Y * N = X - Y * (N -1)
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 108455] Ignore unknown flags in clang-tidy
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 108457] BPF store immediate instruction gated behind cpu=v4
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 108463] [clang] Missing diagnostic when return a local vector as a span
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 108469] [feature][riscv] handle target address calculation in llvm-objdump disassembly for riscv
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 108479] Missing default branch in switch cases.
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 108482] [lld] empy sections use PROGBITS without any payload
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 108492] An error occurs when setting hardware breakpoints under lldb
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 108510] fatal error: error in backend: SSE register return with SSE disabled
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 108511] Bad x86 codegen for globals access with -fPIE
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 108517] It was raised on another pr, so perhaps it is.
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 108520] [clang static analyzer] False negatives related to symbol values
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 108526] clang-format: `BracedInitializerIndentWidth` in parent config is ignored when using `BasedOnStyle: InheritParentConfig`
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 108530] Different line breaking between type and name for paramters
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 108536] Regression in typescript generics formatting
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 108545] "Trip Count for Loop [...] Changed! Old: 6 New: 0 Delta: 6" with simple-loop-unswitch and -verify-scev
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 108548] CUDA: Host-side virtual destructor of template class leaks into PTX as weak function
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 108550] [LoongArch] 'SC_ADDRERR_Z{RD, WR}' was not declared in the musl environment
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 108556] clang-format -n xyz.json -> warning: code should be clang-formatted [-Wclang-format-violations]
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 108559] [InstCombine] Missed combines for `(icmp (udiv exact x1, y) (udiv exact x2, y))`
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 108564] [flang][debug] Incorrect type for subroutines
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 108566] [[ minsize ]] does not propagate to inlined functions
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 108567] [HLSL][SPIRV] HLSL Entry points are not properly process when targeting spirv
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 108571] [Flang] disallows derived type parameters in pure routines
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 108588] FileCheck: allow matching float in epsilon range
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 108589] Regression when formatting around `for` condition
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 108597] [HLSL] clang-dxc should enable fast-math by default for HLSL
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 108599] wasm-ld should split up relocation function when function body size exceeds limit
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 108600] [libc++] The representation of bounded iterators inhibits Clang vectorization
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 108609] llvm-objcopy lacks support for efi-app-x86_64 output
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 108612] [RISCV] Clang 19.1 Compiler segfaults in 'RISC-V Assembly Printer' pass
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 108618] #73662 introduces a strict weak ordering violation in a comparator
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 108620] Assertion `(I->use_empty() || all_of(I->uses(), [&](Use &U) { return isDeleted( cast<Instruction>(U.getUser())); })) && "trying to erase instruction with users."' failed.
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 108621] [lldb] [lldb-dap] TestDap_runInTerminal is no longer ran when in release mode.
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 108624] [libc++] Introduce a concept for "product" iterators
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 108633] [flang][debug] Lower bound for assumed shape arrays is ignored.
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 108648] [libc][bazel] circular dependency in time_linux and vdso
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 108655] Clang rejects the valid member function definition with typedefed retyrb type and global :: scope resolution operator
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 108660] ld.lld asserts for empty archive w/hexagonelf
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 108664] [libc] Add ctime and ctime_r to date_and_time documentation
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 108683] [mlir] ElementsAttr folders assuming DenseElementsAttr
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 108687] Clang with assertions crashes on invalid code `static_assert(true, ""`
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 108691] [libcxx][pstl][stdpar] What are the differences between libcxx/include/__pstl and pstl?
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 108695] fdim(x, y) is not folded at the compilation time when (x, y) is constant
LLVM Bugs via llvm-bugs
- [llvm-bugs] Issue 68141 in oss-fuzz: llvm: Coverage build failure
ClusterFuzz-External via monorail via llvm-bugs
- [llvm-bugs] [Bug 108697] clang crashes on valid code at -O{2, 3} on x86_64-linux-gnu: Assertion `(BestFactor.Width == LegacyVF.Width || planContainsAdditionalSimplifications(getPlanFor(BestFactor.Width), CostCtx, OrigLoop)) && " VPlan cost model and legacy cost model disagreed"' failed
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 108698] wrong code at -O{2, 3} on x86_64-linux-gnu
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 108700] [SLPVectorizer] Assertion `OpIdx < Operands.size() && "Off bounds"' failed.
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 108704] [clang] The VecLib bitfield in CodeGenOptions.def is too small for 9 different vector libraries
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 108709] Instruction does not dominate all uses! LLVM ERROR: Broken module found, compilation aborted!
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 108711] [flang][debug] Wrong signature for functions with complex return type.
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 108716] Unlimited recursion in clang makes the machine unusable.
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 108722] Invalid rotate-right codegen on x86_64 (LLVM 18)
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 108726] Trailing commas in static initializer completely disables formatting for that initializer
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 108727] Formatting does not work in the if statement in the λ expression to the right of the assignment statement
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 108728] [X86][ISel] Assertion `(LZ + TZ) < Known.getBitWidth() && "Illegal shifted mask"' failed.
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 108729] [lldb][rfc] rebuilding `_lldb`/`liblldb.so` for different Python versions quickly
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 108730] Question about attrbutes and C++20 coroutines
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 108731] [x86-64 BMI1] AND-NOT's should be preferred to OR-NOT's because we have `andn`/`vpandn` instructions
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 108732] Behaviour of implicit inline member functions and extern "C++" in a module
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 108741] [libc++] Two internal headers are still using `NULL`
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 108742] Cant install llvm after build
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 108744] stack-coloring without -O1
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 108749] Can't execute Kaleidoscope
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 108750] [clang] conversion operator to builtin _Complex not constexpr
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 108751] AMDGPU should implement IR version of isFMAFasterThanFMulAndFAdd
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 108760] `misc-use-internal-linkage` fixhint incorrect
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 108766] libclang python binging returns incorrect enum value
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 108770] clang emits invalid wasm code when compiling C
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 108772] template typename expantion for a imedite call of a template lambada generate eror when in if
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 108773] [TySan] Varargs stack use doesn't set shadow, leading to strange reports
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 108778] Clang 17/18 crashes with segmentation fault on compiling valid code.
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 108784] The compiler is running out of heap space
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 108785] CommandLine RegisterCodeGenFlags not executing
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 108807] [ORC] Use after free in multi-threaded setups
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 108808] [clang-format] Short functions would not merge when ColumnLimit is 0
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 108819] [Clang] Attributes to unnamed `void` parameter silently ignored
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 108821] [Clang Libtooling] Unexpected Word Splitting
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 108823] [clang-tidy] false positive report of possible memory leak when capturing std::function in lambda multiple times
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 108827] [flang][Semantics] Flang is unable to `use` a module it compiled
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 108828] Miscompilation (bad optimization) - results change at `-O1`
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 108829] Simple bit manipulation resulting in disjoint set could be tracked
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 108831] [clang-19, rc4] [cxx-modules] error: declaration attached to named module can't be attached to other modules
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 108832] [flang] Flang is unable to compile a code with a call to `transfer`
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 108840] Don't hoist NOT's out of loop that will be folded into ANDN/ORN anyway (except sometimes on Arm)
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 108841] Copying a static value in an array with -Oz far from optimal size
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 108844] [SPIR-V] OpPhi not handled as a phi node by the MIR verifier
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 108845] [SPIR-V] GET_ID instruction generated after the instruction using its result
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 108846] [clang-tidy] `readability-redundant-casting` false positive on inheritance
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 108854] isSafeToSpeculativelyExecute seems not safe to use from SimplifyCFG
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 108878] Deprecated warning is emitted twice
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 108879] [clang 18] x86-64 miscompile with boolean conditions
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 108895] [Flang] write statement in subroutine specified in FINAL statement is not executed correctly
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 108896] [Flang] When a function subprogram is specified as the first argument of intrinsic function, it is not executed.
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 108897] [Flang] The value of data-pointer-object associated with data-target is incorrect
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 108898] [Flang] association specified in association-list of associate construct does not execute correctly
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 108901] [HLSL] Implement _split double_ scenario for `asuint` in HLSL
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 108904] ppc64el miscompilation on signed integer argument passing
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 108906] Missed optimization for a loop with dead code
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 108910] Loop gets vectorized when it can be folded to a constant
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 108917] Flaky amdgcn-amd-amdhsa::kernel_crash_async.c
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 108932] Clang-tidy run by MSVC crashes when trying to transform vector
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 108936] [X86-backend] Unsupported library call operation!
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 108938] Could not cast value of type 'Swift.String' (0x7ff8556a6848) to 'Swift.Dictionary<Swift.String, SourceKittenFramework.SourceKitRepresentable>'
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 108943] clang-tidy bugprone-signed-char-misuse triggers on int8_t to int cast
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 108946] llvm-objcopy does not seem to handle `-O binary` correctly, adds PE header to the output
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 108957] [libc++] sys_info.zdump.pass.cpp fails on `%z` format with tzdata 2024b
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 108962] [clang-cl] Self instantiation does not work in a constant expression
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 108963] clang-tidy: Crash with performance-unnecessary-value-param
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 108971] clang refuses to pass --no-demangle to lld on aarch64-none-elf
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 108975] [flang] Flang is unable to compile a module with an interface block for a external proceure
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 108976] Clang 18.1.3 woa64 compiler crash
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 108979] Clang false positive missing-designated-field-initializers
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 108995] Can't install LLVM 19 on debian using llvm.sh
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 109012] SPEC CPU 2017 511.povray_r fails at runtime when built with clang-cl on Windows
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 109017] [clang-tidy] False negative readability-use-std-min-max when adding/subtracting value from comparison
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 109030] [gn] Git repository secrets may get exposed
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 109037] clangd - Crash updating the AST
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 109043] [HLSL] Array by-value assignment
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 109074] False positive with -fsanitize=function on macOS
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 109075] [Clang] -Wnan-infinity-disabled is annoying in SIMD code
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 109083] [clang-tidy] False positive modernize-loop-convert for index used with another container in lambda capture
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 109087] TLS segment offsets different for target i386 and i386-unknown-linux
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 109095] [Clang][C23] Crash when trying to use a `constexpr` variable that could not be initialized
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 109096] clang miscompilation with consteval functions called implicitly in destructor
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 109108] [Aarch64] Recognize simple `Addp` pattern
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 109113] [SystemZ] Bad Codegen for vec_gfmsum_accum_128
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 109119] Fortran language support in lldb
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 109122] [Aarch64] `clz` on a vector of 2 x u64 should be better optimized
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 109123] Pointless jump to a jump
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 109128] [mlir] [transform] Attempt to generalize a convolution
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 109130] Demangler does not demangle a valid name produced by clang compiler
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 109138] TLS segment offset calculation different for target i386 and i386-unknown-linux
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 109139] Crash with macro formatting inside of double namespaces with NamespaceIndentation and CompactNamespaces
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 109146] [clang-format] `(*)` is not annotated as `FunctionTypeLParen`
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 109148] [clang] Ill-formed block expressions within a lambda can yield assert-failures
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 109153] The imported target "clang-cpp" references the file [cmake] [cmake] "/usr/lib/llvm-20/lib/libclang-cpp.so.20.0" [cmake] [cmake] but this file does not exist.
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 109155] error in backend: Cannot select: 0xe2dd910: nxv2i64 = AArch64ISD::SRAD_MERGE_OP1 with SVE intrinsics
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 109157] Since Clang 19 `-mllvm --x86-asm-syntax=intel` seems to affect inline assembly syntax in source
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 109186] -mvzeroupper
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 109190] clang asserts "Attempting to emit S2_mask instruction but the Feature_HasV66 predicate(s) are not met"
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 109192] Unable to use clang header with GCC <9.3 with `-Werror`
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 109201] [Libc] Implement Classification Macros
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 109204] Improve stack slot reuse
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 109218] LLVM 19.1.0 fails to compile
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 109227] [DWARF] DWARF verification error with LTO - invalid FileID
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 109231] bolt: inline-debug-info.test fails on GitHub actions runner
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 109239] UBsan instrumentation missing in constexpr function
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 109248] Does LLVMGold support Windows PE files?
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 109250] SEH on Windows ARM64 causes error: Assembler label cannot be undefined
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 109251] UNREACHABLE executed at llvm/tools/llvm-readobj/Win64EHDumper.cpp:97!
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 109253] Clang-cl 19.1 crash on Windows
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 109268] [flang] Flang crashes compiling a program with a derived type that extends an undefined derived type
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 109270] Crash compiling svdupq_n_f32
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 109272] [AVX-512] vpermi2b being predicated on a >= 0x80 movemask gets de-optimized
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 109276] Unable to install llvm 19 with apt
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 109279] Miscompilation of tail call on x86_64: RSP is erroneously increased
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 109280] [llvm-objdump][ARM32] Not present the symbol name in assembly
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 109282] llvm-symbolizer doesn't work for apt.llvm.org releases
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 109290] [libc++] Incorrect memory order in atomic wait
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 109294] [AMDGPU] Assertion `(!LeaveBefore || Idx <= LeaveBefore) && "Interference"' failed
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 109297] vscode clangd crash in envoy dev environment
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 109304] acle-fmv-features.c fails on Fedora
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 109305] [libc++] Cleanup sized deallocation logic
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 109308] Merge "[ELF] --icf: don't fold a section without relocation and a section with relocations for SHT_CREL" into release/19.x
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 109311] Clang should not warn about =delete("reason") in C++17 mode while claiming to support it
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 109327] [clang-tidy][readability-container-contains] Also match when comparing find() to string::npos.
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 109328] [Clang][Unittests] - Linker failure in clang unittests for Clang driver
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 109333] LTO error: Instruction does not dominate all uses
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 109335] [lldb-dap] Vscode jump to cursor
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 109354] Assertion failure in clangd
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 109358] clang-format mis-annotates pointer/reference in range-based `for` loops
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 109359] [clang][C++] Confusing error message after triggering a hard error in a function template specialization
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 109367] [19.1.0] The Clang Language Server server crashed 5 times in the last 3 minutes.
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 109371] Incorrect clang-format PointerAlignment for brace-enclosed initialization within if-statement
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 109376] [SLPVectorizer] Assertion `Iter != this->end() && "DenseMap::at failed due to a missing key"' failed.
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 109384] perf2bolt maps linux perf samples incorrectly for small binaries
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 109385] readability-identifier-naming NamespaceAliasCase feature request
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 109391] [AMDGPU] Identical LLVM IR file with different basic block ordering cause miscompilation
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 109392] Cannot use llvm-20-dev without mlir-20-tools and libpolly-20-dev installed
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 109394] LoongArch: function calls support in lldb expressions
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 109396] Floating-point constant to unsigned integer error
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 109401] [SPIR-V] Backend emits invalid types in OpPhi
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 109402] False positive "for loop analysis" warning
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 109429] [infrastructure] github-automation: local variable 'review' referenced before assignment
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 109442] -Wdangling-gsl does not work consistently with span across STL
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 109443] wasm-ld: Disabling on-by-default features doesn't work when LTO is used
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 109450] `<QVariant>` causes big clang-tidy slowdown
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 109452] [libc++] Add [[nodiscard]] on std::prev and std::next
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 109455] Opportunity to reuse overflow flag in `min/max(a, add/sub(a, b))`
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 109456] [libc++] std::prev(it) should not compile for a non-bidi iterator
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 109462] bugprone-unchecked-optional-access false positive
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 109466] [RISCV] Unprofitable select vectorization/lowering
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 109468] [LV][VPlan] Crash due to disagreements on the VPlan cost v.s. legacy cost model
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 109471] Missed optimization: `lshr(smax(x, 0), y)` can be transformed to `smax(ashr(x, y), 0)`
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 109474] openmp-offload-libc-amdgpu-runtime build bot flake
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 109475] Error on out-of-line definition with constraints of template specialization
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 109481] [MLIR] Conversion to LLVM fails for AMX tile store intrinsic with BlockArgument
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 109482] getProcessorGroups in Windows/Threading.inc does not appear to be reentrant/thread-safe
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 109483] Meta issue to track changes for adding plugin and LLVM_BUILD_LLVM_DYLIB support for Windows
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 109510] A/F: verifyVPlanIsValid(*Plan) && "VPlan is invalid" after a861ed411a
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 109526] [sve][abi] gcc and llvm don't have the same call conventions
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 109528] [clang] Assertion failed in Vectorize
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 109537] Standalone libclc build fails on 19.1.0
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 109538] Requires expression with local parameter of void type
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 109542] Clang miscompilation producing double destroy coro local variable
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 109544] lld-link can't find kernel32.lib/uuid.lib...
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 109551] clang 18.1.8 fails to build on Ubuntu 22.04 - missing std::atomic - actual problem unguarded-availability-new
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 109555] Wrong treatment of unicode named characters with lowercase letters
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 109558] How to use llvm-link appropriately?
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 109559] Clang-format incorrectly puts first argument in new line in Objective-C
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 109561] [clang] Assertion failed in LoopVectorize
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 109573] Linux/preinstalled_signal.cpp FAILs on Linux/sparc64
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 109575] Ubuntu Noble: Unmet dependencies when upgrading LLVM20
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 109576] [Windows SEH] Crash on Windows SEH on 19.1.0
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 109581] clang crashes on valid code at -O{2, 3} on x86_64-linux-gnu: Assertion `(VF.isScalar() || Def->isLiveIn() || hasVectorValue(Def, Part) || !vputils::onlyFirstLaneUsed(Def) || (hasScalarValue(Def, VPIteration(Part, 0)) && Data.PerPartScalars[Def][Part].size() == 1)) && "Trying to access a single scalar per part but has multiple scalars " "per part."' failed
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 109586] [Clang-Cl][Modules][VS2022]
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 109587] `bugprone-exception-escape` reported for generic code with `libc++`
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 109588] [clang] fatal error when using register keyword on riscv64 target
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 109589] [flang] list-directed output of a character literal constant line wraps after 78 characters
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 109592] BOLT merge-fdata crashes on assertion build
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 109599] LLVM 19.1.0 clang-cl x86 target, /fp:fast, acosf breaks link
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 109608] [Clang] Incomplete/incorrect code completion about explicit object member function
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 109609] [flang] cannot parse a program where write statement is incorrectly positioned in contains section
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 109627] [Clang] `-Wdangling` breaks when `-D_GLIBCXX_DEBUG` is used
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 109631] [clang] False Negative: -Wsign-compare not triggered on instantiated templates
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 109634] [clang] Can't compile RISC-V vector intrisics with precompiled headers (PCH)
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 109641] [MLIR][sparse] Error when reshaping CSC tensor
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 109646] [mlir] -promote-buffers-to-stack crashes
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 109648] [mlir] -convert-memref-to-emitc crashes
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 109649] [mlir] -mlprogram-pipeline-globals crashes
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 109650] [mlir] -one-shot-bufferize crashes
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 109652] [ARM][AARCH64] clang doesn’t support mfence in aarch64 or arm?
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 109654] [Objective-C] Assertion "Narrow integer argument must have a valid extension type." failed.
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 109658] [Clang-repl] Assertion "Narrow integer argument must have a valid extension type." failed.
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 109677] clang++-19 -std=gnu++14 -Wc++20-extensions wrongly warns about GNU variadic macro extension
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 109694] `__riscv_vmulh_vv_i64m1` doesn't work with `__attribute__((target("arch=+v")))`
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 109704] Freeze causes pessimization of simple code
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 109707] [LLD][COFF] `start-lib` / `end-lib` incorrectly discards symbols referenced in the same library
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 109717] HLSL intrinsic expansion cleanup - preserve/apply attributes/tail call/FMF consistently
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 109718] [clang] Missed optimization: dead store to thread-local not optimized out
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 109722] Debug information for loop control variable initialization is incorrect in binary compiled with "-O0"
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 109723] BOLT --update-debug-sections causes infinite loop when processing binaries generated with dwarf5 and compressed debug section
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 109725] [SLP] Improvement of reordering for consts, splats and ops breaks vectorization of XOR instructions
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 109727] [Flang][OpenMP] Compilation error when derived type with procedure pointer appears within private attribute
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 109735] [clangd] Clangd's #include CodeCompletion could use a fuzzier finder across '/'
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 109737] [clang-tidy] misc-unused-using-decls incorrectly reports using as unused when introducing templated oeprator"" to overload
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 109738] segfault in clang::ento::ParamVarRegion::getValueType() (clang-tidy 18.1.8)
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 109739] [IPRA][X86] push/pop rbp is unexpectedly optimized out in the function.
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 109742] TSAN encountered segmentation fault at `__sanitizer::CombinedAllocatorTsan::Allocate` due to thread created by `glibc2.36 aio_write()`
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 109755] flang-new of the main llvm branch produces the following error on the line !$omp target teams distribute parallel do num_teams(220)
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 109757] clang crashes on invalid input
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 109758] /build/source/clang/lib/Sema/SemaDecl.cpp:9737:39: error: 'class clang::FunctionDecl' has no member named 'isFromGlobalModule'; did you mean 'isFromExplicitGlobalModule'?
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 109766] Debian Bookworm: Unable to install latest llvm 19 with apt
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 109768] clang-format - function declaration incorrect formatting
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 109771] Posix/stack-overflow.cpp etc. FAIL on Linux/sparc64
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 109776] clang's bad register type error points to register keyword instead of type name
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 109777] clang does not support union or struct types for "register" variables
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 109778] clang crash assigning to a global named register variable
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 109780] clang crashes on invalid input
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 109782] libc++.1.0.dylib of macos x64 binary cause segmentation fault
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 109787] Clang Python marks assert as case statement
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 109790] [X86] Bad mulhi codegen
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 109793] Unnecessary warning for the fixed range-based for loop in C++23
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 109835] [SLP vectorizer] Assertion fails with slp-revec
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 109836] [analyzer] FP "uninitialized read" with hand-written memcpy
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 109839] [HLSL] Enable clang extension matrices in HLSL
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 109841] [libc] Make char parsing code encoding independent
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 109858] [libc++] Signature of complex `pow` does not allow some user overloads
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 109861] [HLSL] Assign implicit resource binding
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 109863] Backport clang-scan-deps target inferring and config file locating fixes to 19.x
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 109864] [clang-format] Include sorting is broken with backslashes in multiline comments.
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 109869] [clang] clang-19 regression in template keyword
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 109877] [HLSL] Add missing address spaces
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 109879] [clang] Asserts in ADL when finding exported declaration in the implicit global module
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 109886] false negative unsigned integer overflow when using optional branches
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 109888] [AVX2] `vpsllvq` builtin-semantics are not recognized by LLVM vectors
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 109892] [libc] comparing with glibc for ctime, llvm implementation has an offset by 1 hour
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 109895] [modules] -print-file-name=libc++.modules.json does not work in mac
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 109896] [lld] Replicate GNU ld behavior regarding `--dynamic-linker`
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 109897] [libc++] self-defined function named 'print' may cause failure in overload resolution
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 109901] [LoongArch] Assertion failure while compiling with rustc
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 109912] Add `TemplateNames` option to clang-format
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 109922] [ARM] Crash "Call result #2 has unhandled type f64" with integer-only MVE and setjmp
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 109925] [clang-format] Regression in formatting of explicit NTTPs with bitwise operators.
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 109927] Clang-tidy bugprone-exception-escape only reports directly visible throws
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 109929] [ARM] musttail attribute fails with LTO and mismatched -ffast-math options
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 109930] [llvm-cov][MC/DC][Qualification] No MCDC coverage measured for minimal expressions
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 109931] [clang-format] QualifierAlignment does not respect line range
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 109933] [llvm-cov][MC/DC][Qualification]No MCDC coverage measured big expression
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 109935] lldb syntax highlight is missing
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 109940] [llvm-cov][MC/DC][Qualification] Too High MCDC coverage for C++
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 109941] [SDAG] [X86_64] Instruction selection fails when incorrect locality argument is used for __builtin_ia32_prefetchi.
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 109944] [llvm-cov][MC/DC][Qualification] Constant folding yields too high MCDC coverage (Rust)
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 109947] [llvm-cov][MC/DC][Qualification] Boolean Terms with == are not analyzed correctly for MCDC coverage
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 109949] [test suite] Running test-suite with non standard GCC's libatomic location
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 109950] [llvm-cov][MC/DC][Qualfifcation] Boolean Terms with != are not analyzed correctly for MCDC coverage
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 109951] [llvm-cov][MC/DC][Qualification] Boolean Terms with XOR are not analyzed correctly for MCDC coverage
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 109952] [llvm-cov][MC/DC][Qualification] MCDC coverage does not work for negation
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 109956] [AMDGPU] Expand DAG Test Coverage for i16 -> i32 uniform promotion
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 109957] [Instcombine] -instcombine-verify-known-bits failure.
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 109959] [clang] False positive clang-diagnostic-format with long format specifier on Windows
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 109966] llvm19.1.10 reports an error when compiling spec2006's 483.Xalan
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 109968] Which license is libclc under?
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 109983] [flang] Inconsistent compilation results for programs with almost the same error
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 109987] clang fastcall x86 abi does not match gcc on unix
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 109988] [ARMmusttail invariant broken
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 109993] clang19 with -fopenmp=libgomp links against wrong OpenMP implementation
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 109996] [libc++] `std::equal` possibly redundant unwrap of iterators
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 110003] [Packaging/LLVM20] libclang-20-dev from apt.llvm.org contains invalid symlink /usr/lib/llvm-20/lib/libclang-cpp.so.20.1
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 110005] [libc++] Avoid unwrapping iterators in __output_buffer
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 110006] LLD ERROR IMAGE SIZE
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 110008] [Flang][OpenMP] Important issues to be fixed prior to flang-new to flang renaming
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 110009] [C++] Lookup for function call syntax to implicitly declared copy-assignement fails in template classes
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 110016] [mlir][spirv] Update the spirv dialect scripts to accept the updated spirv json schema
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 110041] Clang++ crashes when instanciating a static data member declared as decltype(...)
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 110045] wasm-ld crashes with --compress-relocations
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 110070] Prebuilt llvm for mac has a dyld issue as it was liked with a shared library in /usr/local (probably a homebrew install)
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 110080] clang++ outputs wrong warning for if constexpr and lambda capture combination
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 110086] Inconsistent compilation behaviour between windows and ndk clang
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 110088] [abi] Declaring class of a member-like friend method is not mangled.
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 110089] [clang-tidy] false positive for misc-redundant-expression with fold-expression
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 110090] [llvm-cov][MC/DC][Qualification] Wrong computation of conditions
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 110095] [LLD] [X86_64] Adjust symbol value/size after optimize basic block jump
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 110103] Diagnose dangling assignments for std::initializer_list.
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 110119] [libc] add `mremap` syscall wrapper
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 110122] [libc] add linux mman extension `remap_file_pages`
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 110123] direct pushes to `main` branch
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 110124] [libc] add linux mman extension `process_mrelease`
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 110126] [RISCV] Can't select f16 extract_vector_elt with zfhmin
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 110130] [ctx_prof] Add a GUID <-> Function Name (and module) table to the profile, for debugging
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 110135] [clang-format][feature request] Add options to indent code inside preprocessor statements
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 110146] C++20 module error: moving the function into module causes the wrong template instantiation
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 110149] Preserve Debug info after vector scalarization
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 110159] BPF backend adding unnecessary bitmasks after loads
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 110160] [clang-format] .clang-format-ignore does not match `/` with `*` wildcard
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 110166] [clang][StaticAnalyzer] Missing used uninit warning after incomplete zeroing out
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 110186] `ld.lld` fails to link librararies/executables with a name longer than 8 characters targeting `aarch64-w64-mingw32`
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 110190] [X86_64] [AMX] Wrong tile register reload instruction is generated
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 110193] [SLPVectorizer] Assertion `OpIdx < Operands.size() && "Off bounds"' failed.
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 110205] [RISCV] [flang] Incorrect Library Architecture Due to CMake Configuration
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 110208] clang-cl rejects "extern const __declspec(selectany)" variable as having "non-external linkage" when variable definition includes a struct definition
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 110215] SHA2 ASAN interceptors on FreeBSD and NetBSD
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 110223] Invalid iterator substitution in `modernize-use-ranges` fix-it
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 110224] clang-19 unconditionally sets `__cpp_deleted_function`
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 110225] [clang-include-cleaner][Feature Request] Add an option to wrap extern "C" for certain headers
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 110231] [clang++-19] "error: type constraint differs in template redeclaration"
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 110232] [LTO] Dynamic initializer incorrectly optimized out
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 110241] [libc++] Are some standard overloads of `std::pow` missing?
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 110251] asm goto wrong output at `-O0`
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 110253] [lldb-dap] vscode - Core dump debugging not hitting breakpoints nor loading debug symbols?
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 110261] [flang] Semantic error while compiling a fixed form file
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 110265] Buildkite CI builds that include certain projects are testing clang twice
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 110268] [Clangd] experimental module support seems to do little to nothing
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 110273] '<Unable to determine byte size.>' in LLDB for `_BitInt`s larger than 128.
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 110295] clang crashes at -O{2, 3} on x86_64-linux-gnu: Assertion `(BestFactor.Width == LegacyVF.Width || planContainsAdditionalSimplifications(getPlanFor(BestFactor.Width), CostCtx, OrigLoop)) && " VPlan cost model and legacy cost model disagreed"' failed
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 110301] [clang++] Frontend Crash in clang::Decl::castFromDeclContext
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 110305] [Zen 3] Dead 32-byte constant accessed via `vbroadcasti128` not eliminated from assembly
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 110308] [AVX-512] clz(32 x u8) and clz(64 x u8) should use an algorithm similar to avx2
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 110313] [DebugInfo] Redundant `.loc` due to Clang issues in codegen of `for` statement
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 110317] [AVX2+] Vectorized `1 << u4` in a byte vector should turn into `vpshufb`
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 110319] [clang++] Frontend Assertion Failure in clang::Sema::LookupSpecialMember
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 110321] [clang++-18] Unexpected `deprecated-declarations` warning, when this warning is explicitly suppressed
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 110325] -Xarch_device fails to propagate -O1
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 110339] Is the regex [b-a] legal?
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 110349] lldb debug crash
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 110353] clang/llvm fails to auto vector vector compare and select
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 110359] Clang rejects valid program involving calling of a member function of an incomplete type inside class definition
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 110360] [ASAN] AddressSanitizer FN, failed to report memory leak
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 110364] [ASAN] ASAN changed program behavior of uninitialized array
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 110367] Should libcpp functions such as `std::array::operator[]` be marked `always_inline`?
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 110368] libc++errors in CI
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 110371] clang/llvm-19.1.0 do not follow symlinks
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 110373] [docs][mlir]Duplicated -DCMAKE_BUILD_TYPE=Release in MLIR Windows Build Instructions
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 110374] firefox fails to build with ICE in src/gl.cc with clang-19
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 110380] clang frontend hangs when compiling for unknown-windows with the Itanium ABI
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 110382] Assertion Failure in Vector Combine
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 110383] [ARM] clang silently switches to the soft-float ABI if an FPU-less CPU is specified for a hard-float target
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 110385] __builtin_dynamic_object_size() fails to return correct size depending on depth of flexible array
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 110390] [clangd] Add folding ranges for #ifdef sections
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 110392] [AArch64][SVE] Fold svmul and svdiv with all-zero operands to zero vector
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 110402] [SDAG] Bad codegen for swapping two bits
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 110407] [BOLT] Instrument mode doesn't support CREL
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 110410] [AArch64][SVE] can improve vector constant generation with SVE's INDEX instruction
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 110415] libcxx compliation issue with clang-cl
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 110416] [clang-scan-deps] [C++ modules] circular module dependency
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 110424] [AArch64][SVE] Fold constant operands for svmul and svdiv
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 110425] [flang][regression] cannot build flang utilizing low number of cores after #109874
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 110426] [Zen 4] Prefer to do work in k-registers instead of always moving over to general purpose registers
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 110430] Issue with libFuzzer on MSVC without LTCG
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 110433] [AMDGPU] Assertion hit in `infer-address-spaces` on vector of pointers
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 110438] [clang-tidy] Error about unmatched NOLINTBEGIN/END does not show up when there are no other warnings
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 110440] clang crashes at -O3 on x86_64-linux-gnu: Assertion `(BestFactor.Width == LegacyVF.Width || planContainsAdditionalSimplifications(getPlanFor(BestFactor.Width), CostCtx, OrigLoop)) && " VPlan cost model and legacy cost model disagreed"' failed
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 110441] [Flang] Execution error when a variable with optional and pointer attributes defined is used as an argument to a subroutine
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 110442] [Flang][OpenMP] OpenMP directive DEFAULT (NONE) is set, but a compilation-time error occurs indicating that the variable does not specify data-sharing attribute.
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 110444] [AArch64][SVE] Fold svrev(svrev(v)) to v
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 110454] RISC-V: enable `-mno-strict-align` when `Zicclsm` is enabled
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 110477] [abi][ItaniumMangle
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 110480] [abi][ItaniumMangle] Inconsistent mangling of friend function templates.
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 110482] clang 18.1.8 generates incorrect debug info for double precison float parameter at optimisation level -O1 (ARM cortex-m4, soft float target)
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 110485] Formatting breaks for a member function with both a reference qualifier and a trailing requires clause
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 110493] Crash on QT Project
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 110494] llc: ../lib/Transforms/Scalar/LoopStrengthReduce.cpp:6630: [...] Assertion `!LocationOps.empty() && "Expected the location ops to contain the IV."' failed.
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 110495] [SPIR-V] Verifier fails with invalid uses of intrinsic global variable
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 110502] clang-tidy-19: modernize-type-traits false positive when modern type traits are already used
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 110516] [DirectX] Pointer Type Analysis shouldn't use `i8*` for unknown
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 110517] [HLSL] `main` is just a function
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 110522] [clang-tidy] False negative readability-redundant-casting with std::max
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 110528] LLDB does not flush IO after expression evaluation which makes output of expression overlapped
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 110530] [clang] discrepancy between different version of constexpr bit_cast
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 110532] clang-format does not place `file.cuh` include at the top in `file.cu`
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 110536] Clang 19.1.0 Windows release binary fails when targeting MIPS
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 110541] [GlobalISel] Unable to translate callbr to asm goto label
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 110547] Felix Lebrun vs Finn Luu live
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 110548] [libc] Implement ctime_s
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 110551] bugprone-sizeof-expression new false positives in pre20240924 clang-tidy, not reported by pre20240917
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 110558] Emit a diagnostic note at the class declaration when the method definition does not match any declaration.
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 110571] [flang] incorrect diagnosis in separate module procedure
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 110580] [analyzer] [fuchsia.HandleChecker] Leak node is generated at wrong place
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 110589] Unnecessary `fsqrt` of `0.0`
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 110591] [InstCombine] Missing fold for `fsqrt(select(b, c1, c2)) => select(b, fsqrt(c1), fsqrt(c2))`
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 110593] [clang-tidy] Invalid Fix-it modernize-use-ranges
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 110595] [clang-tidy] Duplicate includes modernize-use-ranges
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 110599] [clang-tidy] modernize-use-ranges does not preserve constness
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 110600] [clang-tidy] Fix-it for modernize-use-designated-initializers does not correctly handle nested structs
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 110601] Backport bf8101e4fd1a532aed4c6b6a33d202e143ce303f to 19.x
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 110609] [Flang] TSVC s115: compiler doesn't vectorize the loop considering an initial value of do-variable might overflow
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 110611] [Flang][LAA] TSVC s2101, s233: not vectorized because the extents of arrays are not constant
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 110612] [Flang] TSVC s233: loop interchange is necessary for vectorization
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 110613] [Flang][LICM] deferred-shape arrays are not vectorized in some cases
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 110617] Miscompile assigning to result of comma operator?
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 110626] [AVX-512] Moving from a GPR to a k-register just to spill to memory should just spill via `mov`, or just stay in a k-register
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 110631] [Instcombine] -instcombine-verify-known-bits failure:s
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 110632] aaarch64: there is no way to use the FPU on a softfloat target without creating an ABI mess
LLVM Bugs via llvm-bugs
- [llvm-bugs] [Bug 110633] [SelectionDAG] -use-constant-fp-for-fixed-length-splat not quite working?
LLVM Bugs via llvm-bugs
Last message date:
Mon Sep 30 23:46:15 PDT 2024
Archived on: Mon Sep 30 23:46:18 PDT 2024
This archive was generated by
Pipermail 0.09 (Mailman edition).