Messages by Thread
-
[llvm-bugs] [Bug 174269] [clang-tidy] False positive `readability-make-member-function-const` for `union`
LLVM Bugs via llvm-bugs
-
[llvm-bugs] [Bug 174259] [clang] Assertion `R.getAsSingle<TemplateDecl>() && "There should only be one declaration found."' failed.
LLVM Bugs via llvm-bugs
-
[llvm-bugs] [Bug 174258] EquivalenceClasses: Sample code incorrect?
LLVM Bugs via llvm-bugs
-
[llvm-bugs] [Bug 174256] -Wmissing-designated-field-initializers complains even when the field has a default CTOR
LLVM Bugs via llvm-bugs
-
[llvm-bugs] [Bug 174255] xor before constant table lookup should be optimized out
LLVM Bugs via llvm-bugs
-
[llvm-bugs] [Bug 174251] RegScavenger Crash in replaceFrameIndicesBackward Due to Invalid MBBI After Frame Instruction Elimination
LLVM Bugs via llvm-bugs
-
[llvm-bugs] [Bug 174250] [clang-tidy]: `bugprone-unchecked-optional-access` false-positive if inside a loop we use checked optional value (might be a regression of CFG)
LLVM Bugs via llvm-bugs
-
[llvm-bugs] [Bug 174244] Hackers
LLVM Bugs via llvm-bugs
-
[llvm-bugs] [Bug 174229] [clang-tidy] matchers::matchesAnyListedName() appears completely broken (via bugprone-use-after-move.InvalidationFunctions)
LLVM Bugs via llvm-bugs
-
[llvm-bugs] [Bug 174223] [clang-tidy][false-negative] `performance-move-const-arg` does not work in function templates
LLVM Bugs via llvm-bugs
-
[llvm-bugs] [Bug 174220] `xor undef, undef` always evaluates to `0`
LLVM Bugs via llvm-bugs
-
[llvm-bugs] [Bug 174217] [Bug] SmallVector:getNewCapacity has unused TSize parameter — remove or use for overflow-safety?
LLVM Bugs via llvm-bugs
-
[llvm-bugs] [Bug 174214] Improving performance of 2xi64 icmp slt/sgt/ult/ugt on SSE2 using 2xi64 sub
LLVM Bugs via llvm-bugs
-
[llvm-bugs] [Bug 174212] Request Commit Access For Lallapallooza
LLVM Bugs via llvm-bugs
-
[llvm-bugs] [Bug 174211] Clang accepts invalid program containing conversion operator with brace initialization
LLVM Bugs via llvm-bugs
-
[llvm-bugs] [Bug 174204] [Clang] C++11 inheriting constructors are ABI incompatible with MSVC
LLVM Bugs via llvm-bugs
-
[llvm-bugs] [Bug 174203] libc++ 21 doesn't compile with gcc 14, even though it should be supported
LLVM Bugs via llvm-bugs
-
[llvm-bugs] [Bug 174200] [LSR] New poison dependency when normalizing post-increment IV uses with variable stride
LLVM Bugs via llvm-bugs
-
[llvm-bugs] [Bug 174194] Move AMDGPUAttributor run earlier in pass pipeline
LLVM Bugs via llvm-bugs
-
[llvm-bugs] [Bug 174191] [BOLT] -use-gnu-stack removes the PT_GNU_STACK segment, preventing dlopen from working
LLVM Bugs via llvm-bugs
-
[llvm-bugs] [Bug 174179] std::optional of class annotated with clang::trivial_abi is not trivial for purpose of calls
LLVM Bugs via llvm-bugs
-
[llvm-bugs] [Bug 174177] `this` inside `consteval` is nullptr
LLVM Bugs via llvm-bugs
-
[llvm-bugs] [Bug 174173] LLVM ERROR: IO failure on output stream: Broken pipe with `--help` piped to `less(1)`
LLVM Bugs via llvm-bugs
-
[llvm-bugs] [Bug 174172] [VECLIB] LLVM assertion when pow function is called without arguments
LLVM Bugs via llvm-bugs
-
[llvm-bugs] [Bug 174169] LLVM fails to optimize out i32/i64 smin/smax down to PMINSW/PMAXSW on x86 with SSE2 when values are known to be within i16 range
LLVM Bugs via llvm-bugs
-
[llvm-bugs] [Bug 174163] LLD Windows support documentation mentions that /DRIVER is not supported altough it is
LLVM Bugs via llvm-bugs
-
[llvm-bugs] [Bug 174158] Overly strict warning ‘Unrecognized parameter passing direction’
LLVM Bugs via llvm-bugs
-
[llvm-bugs] [Bug 174154] [RISC-V] LLVM ERROR: Cannot scalarize scalable vector stores
LLVM Bugs via llvm-bugs
-
[llvm-bugs] [Bug 174147] [Polly] Assertion failure in ScopBuilder::calculateMinMaxAccess with -O3 -mllvm -polly
LLVM Bugs via llvm-bugs
-
[llvm-bugs] [Bug 174143] [ValueTracking] SimplifyDemandedFPClass - add DemandedElts demanded vector elements argument
LLVM Bugs via llvm-bugs
-
[llvm-bugs] [Bug 174141] Two stage bootstrap build fails to compile with `-DCLANG_DEFAULT_UNWINDLIB=libunwind`
LLVM Bugs via llvm-bugs
-
[llvm-bugs] [Bug 174140] [clang][lld] wasm cannot cross compile webassembly binary
LLVM Bugs via llvm-bugs
-
[llvm-bugs] [Bug 174131] [Clang][Bytecode] void*-to-ptr casts from new allocations are broken
LLVM Bugs via llvm-bugs
-
[llvm-bugs] [Bug 174130] [clang] Assertion `Ancestor->getEntity() == CurContext && "ancestor context mismatch"' failed.
LLVM Bugs via llvm-bugs
-
[llvm-bugs] [Bug 174127] clang assertion failure with implicit immediates for AMX tile dimensions
LLVM Bugs via llvm-bugs
-
[llvm-bugs] [Bug 174126] Flang and OpenMP cannot be enabled at the same time in the main branch
LLVM Bugs via llvm-bugs
-
[llvm-bugs] [Bug 174090] [Build] Link error in LLVMDTLTO due to undefined symbols and circular dependency with LLVMLTO (BUILD_SHARED_LIBS=ON)
LLVM Bugs via llvm-bugs
-
[llvm-bugs] [Bug 174089] Clang accepts invalid program involving multiple inherited type members
LLVM Bugs via llvm-bugs
-
[llvm-bugs] [Bug 174077] [PAC][libunwind] Investigate potential performance regressions after #173765
LLVM Bugs via llvm-bugs
-
[llvm-bugs] [Bug 174075] Relocation R_X86_64_TLSLD cannot be used against symbol 'X', recompile with -fPIC
LLVM Bugs via llvm-bugs
-
[llvm-bugs] [Bug 174071] [HLSL][Sema] Add semantic validation for unbounded resource array accesses exceeding register slot number limit
LLVM Bugs via llvm-bugs
-
[llvm-bugs] [Bug 174070] [clang] Crash at -O3 with PGO: Assertion `isa<To>(Val) && "cast<Ty>() argument of incompatible type!"' failed
LLVM Bugs via llvm-bugs
-
[llvm-bugs] [Bug 174067] [C++20] [Modules] [Windows] Collections for C++20 Modules for windows in clang
LLVM Bugs via llvm-bugs
-
[llvm-bugs] [Bug 174066] x86-lower-amx-type pass can lead to "Instruction does not dominate all uses!"
LLVM Bugs via llvm-bugs
-
[llvm-bugs] [Bug 174065] [C++20] [Modules] Not proper module initializer
LLVM Bugs via llvm-bugs
-
[llvm-bugs] [Bug 174064] [C++20] [Modules] Not properly mangling for entities in named modules for MSVC ABI
LLVM Bugs via llvm-bugs
-
[llvm-bugs] [Bug 174053] [Clang-Format][Feature Request] Add/Remove parentheses of lambda expression/requires expression if there is no function paremeter.
LLVM Bugs via llvm-bugs
-
[llvm-bugs] [Bug 174046] [VectorCombine] `calarizeExtExtract` miscompiles i64 elements due to `(1ull << 64)`
LLVM Bugs via llvm-bugs
-
[llvm-bugs] [Bug 174045] [InstSimplify] Folds vector pointer `select (icmp eq <N x ptr>)` to operand and loses provenance
LLVM Bugs via llvm-bugs
-
[llvm-bugs] [Bug 174041] [SLP] Miscompile when vectorizing `xor x, 0` with and `y, -1`
LLVM Bugs via llvm-bugs
-
[llvm-bugs] [Bug 174039] [clang] Assertion `LV.getLinkage() == OldLinkage' failed.
LLVM Bugs via llvm-bugs
-
[llvm-bugs] [Bug 174037] clang modules incompatible between windows and linux
LLVM Bugs via llvm-bugs
-
[llvm-bugs] [Bug 174036] [EntryExitInstrumenter] Calls incorrectly get removed after skipping `available_externally`
LLVM Bugs via llvm-bugs
-
[llvm-bugs] [Bug 174035] [WINDOWS] Clang links to deprecated library `oldnames`
LLVM Bugs via llvm-bugs
-
[llvm-bugs] [Bug 174020] Assertion `I->use_empty() && "trying to erase instruction with users."' failed.
LLVM Bugs via llvm-bugs
-
[llvm-bugs] [Bug 174009] Improve AMDGPU codegen for copysign(x, fneg(y))
LLVM Bugs via llvm-bugs
-
[llvm-bugs] [Bug 174001] [OpenMP] Slow compile of OpenMPDecompositionTest.cpp
LLVM Bugs via llvm-bugs
-
[llvm-bugs] [Bug 174000] LLVM does not know how to split the result of this operator for SIMD code
LLVM Bugs via llvm-bugs
-
[llvm-bugs] [Bug 173997] [clang 21.1.8] [windows] [modules] undefined symbol when exporting variable from shared library
LLVM Bugs via llvm-bugs
-
[llvm-bugs] [Bug 173996] [X86] Add i512 ADD/SUB expansion on AVX512 targets
LLVM Bugs via llvm-bugs
-
[llvm-bugs] [Bug 173993] [NVPTX] orderings of atomicrmw instructions are silently discarded
LLVM Bugs via llvm-bugs
-
[llvm-bugs] [Bug 173985] [clang] erroneously does not accept `$` as user-defined literal operator name
LLVM Bugs via llvm-bugs
-
[llvm-bugs] [Bug 173980] [Flang][OpenMP] Missing syntax support for linear clause in OpenMP 5.0
LLVM Bugs via llvm-bugs
-
[llvm-bugs] [Bug 173972] [AVX-512] SIMD 1 << (x & 63) could be fshl(1, x)
LLVM Bugs via llvm-bugs
-
[llvm-bugs] [Bug 173968] 【AFDO】【JumpThreadingPass】why JumpThreadingPass doesn't use profile data to choose the best dest BB
LLVM Bugs via llvm-bugs
-
[llvm-bugs] [Bug 173963] [clang-format][c/c++] Incorrect formatting of `lhs * rhs` when result is not assigned to anything
LLVM Bugs via llvm-bugs
-
[llvm-bugs] [Bug 173950] [clang][bytecode] Assertion `IsInitialized' failed.
LLVM Bugs via llvm-bugs
-
[llvm-bugs] [Bug 173949] `error: initializer for aggregate with no elements requires explicit braces` or `error: excess elements in struct initializer` in clang++ with more than 32767 elements
LLVM Bugs via llvm-bugs
-
[llvm-bugs] [Bug 173943] [clang] crash in CheckArityMismatch since clang-19
LLVM Bugs via llvm-bugs
-
[llvm-bugs] [Bug 173942] [clang][bytecode] Assertion `Offset != PastEndMark && "invalid offset"' failed.
LLVM Bugs via llvm-bugs
-
[llvm-bugs] [Bug 173941] [clang][bytecode] Assertion `R' failed where C++11 extension is used with -std=c++03
LLVM Bugs via llvm-bugs
-
[llvm-bugs] [Bug 173935] [clang-format] using object-like macro as function-like macro leads to a crash
LLVM Bugs via llvm-bugs
-
[llvm-bugs] [Bug 173934] Request Triage Access for keinflue
LLVM Bugs via llvm-bugs
-
[llvm-bugs] [Bug 173933] Flaky test: CodeGen/X86/basic-block-sections-clusters-bb-hash.ll
LLVM Bugs via llvm-bugs
-
[llvm-bugs] [Bug 173932] [clang-format] Macros option allows extraneous whitespace to persist
LLVM Bugs via llvm-bugs
-
[llvm-bugs] [Bug 173924] x86 DAG isel crash
LLVM Bugs via llvm-bugs
-
[llvm-bugs] [Bug 173923] `cppcoreguidelines-rvalue-reference-param-not-moved` false positive when moving member
LLVM Bugs via llvm-bugs
-
[llvm-bugs] [Bug 173921] clang trunk: unreachable "Unexpected placeholder builtin type!" in CodeGenTypes::ConvertType during codegen of GNU statement expression yielding void via extern void; after switch
LLVM Bugs via llvm-bugs
-
[llvm-bugs] [Bug 173920] clang trunk: unreachable "Type not integer, floating, or complex" in getAbsoluteValueKind during Sema check of labs() on __m64 MMX vector type
LLVM Bugs via llvm-bugs
-
[llvm-bugs] [Bug 173919] clang trunk: assertion in StringLiteral::getString() during constexpr eval of __builtin_nan (or similar) with wide string literal argument
LLVM Bugs via llvm-bugs
-
[llvm-bugs] [Bug 173918] clang trunk: assertion "E->isPRValue() && E->getType()->isIntegralOrEnumerationType()" in EvaluateIntegerOrLValue during constexpr eval of arithmetic on _Atomic cast of array element
LLVM Bugs via llvm-bugs
-
[llvm-bugs] [Bug 173917] clang trunk: assertion failed in cast<IntegerType> during codegen of inline asm with x86 flag output constraints (=@ccXX) on char/pointer operands
LLVM Bugs via llvm-bugs
-
[llvm-bugs] [Bug 173916] clang trunk: assertion "isPRValue() && isRealFloatingType()" in EvaluateFloat during constexpr eval of bitwise NOT on _Atomic float
LLVM Bugs via llvm-bugs
-
[llvm-bugs] [Bug 173915] clang trunk: assertion "Cannot retrieve a NULL type pointer" in QualType::getNonReferenceType during constexpr eval of comma expression with cast to VLA pointer type
LLVM Bugs via llvm-bugs
-
[llvm-bugs] [Bug 173914] clang trunk: assertion "isPRValue()" in Expr::ClassifyImpl during Sema of malformed function parameter default argument with double equals sign
LLVM Bugs via llvm-bugs
-
[llvm-bugs] [Bug 173911] clang trunk: assertion "Invalid scalar expression to emit" in EmitScalarExpr during codegen of __builtin_preserve_access_index on printf-style string literal
LLVM Bugs via llvm-bugs
-
[llvm-bugs] [Bug 173910] clang trunk: assertion "Initializer must be non-null" in InitializationSequence::InitializeFrom during Sema of global variable with malformed attribute(.) annotation containing compound literal
LLVM Bugs via llvm-bugs
-
[llvm-bugs] [Bug 173909] clang trunk: unreachable "Fell off the end of a string-switch" in getFMVPriority during Sema of target_clones with malformed fuzzer-generated target strings
LLVM Bugs via llvm-bugs
-
[llvm-bugs] [Bug 173907] clang trunk (x86-64): assertion "bitwidth too small" in IntegerType::get during codegen of va_arg on struct with flexible array member
LLVM Bugs via llvm-bugs
-
[llvm-bugs] [Bug 173906] clang trunk: assertion "isPRValue()" in Expr::ClassifyImpl during Sema of __builtin_dump_struct on struct containing member function pointer
LLVM Bugs via llvm-bugs
-
[llvm-bugs] [Bug 173905] Optimize same value assigned to pointers
LLVM Bugs via llvm-bugs
-
[llvm-bugs] [Bug 173904] clang trunk: assertion "Can only have wide bit-fields in C++!" in ItaniumRecordLayoutBuilder when laying out bit-field with attribute((mode(QI))) and width exceeding type size in C mode
LLVM Bugs via llvm-bugs
-
[llvm-bugs] [Bug 173903] clang trunk: assertion "Cannot get layout of forward declarations!" in getASTRecordLayout during Sema of register asm variable with incomplete struct type
LLVM Bugs via llvm-bugs
-
[llvm-bugs] [Bug 173901] clang trunk: assertion "Cannot get layout of forward declarations!" in getASTRecordLayout during Sema of register asm variable with incomplete struct type
LLVM Bugs via llvm-bugs
-
[llvm-bugs] [Bug 173900] clang trunk: unreachable in InlineAsm constructor during codegen of inline asm with embedded \0 in constraint string
LLVM Bugs via llvm-bugs
-
[llvm-bugs] [Bug 173899] clang trunk: assertion failed in cast<PointerType> during codegen of UINTR interrupt handler with malformed/duplicate parameter list
LLVM Bugs via llvm-bugs
-
[llvm-bugs] [Bug 173895] [AArch64] Wrong code at -O0 since clang-18
LLVM Bugs via llvm-bugs
-
[llvm-bugs] [Bug 173894] clang trunk: assertion failed in cast<FunctionDecl> during Sema processing of attribute((packed)) on incomplete struct member with #include inside struct body
LLVM Bugs via llvm-bugs
-
[llvm-bugs] [Bug 173892] clang trunk: unreachable in CodeGenTypes::ConvertType during codegen of GNU statement expression yielding void (via extern void; )
LLVM Bugs via llvm-bugs
-
[llvm-bugs] [Bug 173891] clang trunk: assertion "!isIncompleteType()" in Type::isConstantSizeType during codegen of static local with attribute((alias)) to malformed function parameter
LLVM Bugs via llvm-bugs
-
[llvm-bugs] [Bug 173890] clang trunk: unreachable in getAbsoluteValueKind during Sema check of labs() on __m64 MMX vector type
LLVM Bugs via llvm-bugs
-
[llvm-bugs] [Bug 173889] clang trunk: assertion in StringLiteral::getString() during constexpr eval of __builtin_nan with wide string literal argument
LLVM Bugs via llvm-bugs
-
[llvm-bugs] [Bug 173888] clang trunk: assertion "E->isPRValue() && E->getType()->isIntegralOrEnumerationType()" in EvaluateIntegerOrLValue during constexpr eval of arithmetic on _Atomic cast of array element
LLVM Bugs via llvm-bugs
-
[llvm-bugs] [Bug 173887] [SystemZ] v3i24 argument passing
LLVM Bugs via llvm-bugs
-
[llvm-bugs] [Bug 173886] clang trunk: assertion "getType() == Other.getType()" in TypeLoc::initializeFullCopy during parsing of malformed nested unary/alignof/sizeof in array subscript
LLVM Bugs via llvm-bugs
-
[llvm-bugs] [Bug 173884] clang trunk: assertion "getType() == Other.getType()" in TypeLoc::initializeFullCopy during Sema of vector compound literal with malformed nested unary/sizeof/alignof expressions (variant of previous TypeLoc copy bug)
LLVM Bugs via llvm-bugs
-
[llvm-bugs] [Bug 173877] clang trunk: assertion "getType() == Other.getType()" in TypeLoc::initializeFullCopy during Sema of typedef with malformed array bound expression
LLVM Bugs via llvm-bugs
-
[llvm-bugs] [Bug 173875] clang trunk: assertion in LValue::addUnsizedArray during constexpr eval of dereference on incomplete array with malformed empty attribute(()) (variant of previous unsized array eval bug)
LLVM Bugs via llvm-bugs
-
[llvm-bugs] [Bug 173863] Clang trunk crashes with assertion failure when break appears inside GNU statement expression used as switch condition
LLVM Bugs via llvm-bugs
-
[llvm-bugs] [Bug 173860] mlir-opt --convert-scf-to-openmp crashes on scf.parallel reduction with vector element type
LLVM Bugs via llvm-bugs
-
[llvm-bugs] [Bug 173859] mlir-opt crashes in TypeConverter::convertType with async.execute returning tensor
LLVM Bugs via llvm-bugs
-
[llvm-bugs] [Bug 173858] [clang] crashes when parsing an array of a vector type that uses an invalid __vector_size__ value
LLVM Bugs via llvm-bugs
-
[llvm-bugs] [Bug 173855] [clang] Assertion `isValidElementType(ElementType) && "Element type of a VectorType must " "be an integer, floating point, " "pointer type, or a valid target " "extension type."' failed.
LLVM Bugs via llvm-bugs
-
[llvm-bugs] [Bug 173853] mlir-opt crashes in getLayoutAttr with affine.for iter_args and tensor.extract
LLVM Bugs via llvm-bugs
-
[llvm-bugs] [Bug 173851] mlir-opt crashes on vector<index> due to invalid getIntOrFloatBitWidth call
LLVM Bugs via llvm-bugs
-
[llvm-bugs] [Bug 173847] [Clang][C2x] ICE when using constexpr float initialized from non-constexpr double function
LLVM Bugs via llvm-bugs
-
[llvm-bugs] [Bug 173841] [X86-64] Clang ICE when inline asm moves __int128 to RAX
LLVM Bugs via llvm-bugs
-
[llvm-bugs] [Bug 173840] [clang] Assertion `getType() == Other.getType()' failed.
LLVM Bugs via llvm-bugs
-
[llvm-bugs] [Bug 173837] Clang ICE in __builtin_expect_with_probability when probability argument cannot be evaluated as float
LLVM Bugs via llvm-bugs
-
[llvm-bugs] [Bug 173835] Clang assertion failed: Access != AS_none && "Access specifier is AS_none inside a record decl" when using address-of-label in nested struct array bound
LLVM Bugs via llvm-bugs
-
[llvm-bugs] [Bug 173831] [clang] Assertion `Align != 0u && "Align can't be 0."' failed.
LLVM Bugs via llvm-bugs
-
[llvm-bugs] [Bug 173830] [clang-tidy] `modernize-use-using` generate invaild fix-its
LLVM Bugs via llvm-bugs
-
[llvm-bugs] [Bug 173829] Clang ICE in SelectionDAG when indexing extremely large vector_size type
LLVM Bugs via llvm-bugs
-
[llvm-bugs] [Bug 173827] [Clang][C++20] Assertion failed in ExprConstant.cpp: evaluateVarDeclInit on non-constexpr static data member
LLVM Bugs via llvm-bugs
-
[llvm-bugs] [Bug 173826] [clang] crashes when parsing enable_if attribute on a function declaration with parameter names but no types
LLVM Bugs via llvm-bugs
-
[llvm-bugs] [Bug 173820] [clang] crashes when applying __sentinel__ attribute to a block variable declaration
LLVM Bugs via llvm-bugs
-
[llvm-bugs] [Bug 173819] mlir-opt --xegpu-blocking crashes in getLayoutAttr with affine.for iter_args + tensor.extract
LLVM Bugs via llvm-bugs
-
[llvm-bugs] [Bug 173816] [clang] crashes on invalid scanf declaration
LLVM Bugs via llvm-bugs
-
[llvm-bugs] [Bug 173814] [clang] Assertion `E->isPRValue() && E->getType()->isIntegralOrEnumerationType()' failed.
LLVM Bugs via llvm-bugs
-
[llvm-bugs] [Bug 173813] [BOLT]Multiple warnings about indirect branches and indirect tails appear when using BOLT optimization.
LLVM Bugs via llvm-bugs
-
[llvm-bugs] [Bug 173812] [clang] llvm_unreachable("No way to get here unless both had cpu_dispatch")
LLVM Bugs via llvm-bugs
-
[llvm-bugs] [Bug 173810] Darwin builds fail because i386 gets enabled in compiler-rt builtins
LLVM Bugs via llvm-bugs
-
[llvm-bugs] [Bug 173800] Miscompile: Return value of no_caller_saved_registers function on x86-64 gets destroyed
LLVM Bugs via llvm-bugs
-
[llvm-bugs] [Bug 173796] [SLP] Incorrect poison propagation when vectorizing boolean select chains
LLVM Bugs via llvm-bugs
-
[llvm-bugs] [Bug 173795] [clang-tidy] [clang-analyze] crash while analysing certain funcs from QEMU source code
LLVM Bugs via llvm-bugs
-
[llvm-bugs] [Bug 173794] SelectionDAG crash
LLVM Bugs via llvm-bugs
-
[llvm-bugs] [Bug 173793] [InstCombine] Vector `fshl` retains invalid `range` after demanded-bits simplification
LLVM Bugs via llvm-bugs
-
[llvm-bugs] [Bug 173787] [InstCombine] `foldBitCeil` miscompiles non-power-of-two integer widths
LLVM Bugs via llvm-bugs
-
[llvm-bugs] [Bug 173785] [AMDGPU] Assertion `calculateDivergence(N) == N->isDivergent() && "Divergence bit inconsistency detected"' failed.
LLVM Bugs via llvm-bugs
-
[llvm-bugs] [Bug 173784] [SLP] Miscompilation when vectorizing boolean selects with poison
LLVM Bugs via llvm-bugs
-
[llvm-bugs] [Bug 173780] [InstCombine] SimplifyDemandedBits - add basic bitcast handling
LLVM Bugs via llvm-bugs
-
[llvm-bugs] [Bug 173778] [clang-tidy] `modernize-use-ranges` invalid fix-it tracking issue
LLVM Bugs via llvm-bugs
-
[llvm-bugs] [Bug 173777] [clang][CUDA] Assertion `Actions.size() > 1' failed.
LLVM Bugs via llvm-bugs
-
[llvm-bugs] [Bug 173773] [Clang ICE] LLVM IR generation crash in CodeGenFunction::EmitVAArg for variable-length array in va_arg
LLVM Bugs via llvm-bugs
-
[llvm-bugs] [Bug 173772] Clang assertion failed in SmallVectorTemplateCommon when lambda with capture-default in default argument captures function parameter
LLVM Bugs via llvm-bugs
-
[llvm-bugs] [Bug 173770] [DAG] SDPatternMatch - add a m_SpecificNeg() matcher
LLVM Bugs via llvm-bugs
-
[llvm-bugs] [Bug 173767] clang assertion 'is<TypeInfoLValue>() && "not a type_info lvalue"' failed in getBaseAlignment when using __builtin_assume_aligned on a new expression result.
LLVM Bugs via llvm-bugs
-
[llvm-bugs] [Bug 173766] [flang] crashes on derived type I/O when sequence type and interface have same name
LLVM Bugs via llvm-bugs
-
[llvm-bugs] [Bug 173764] clang assertion failure in CallInst::init: "Calling a function with a bad signature!" when optimizing strncat with __seg_gs address space
LLVM Bugs via llvm-bugs
-
[llvm-bugs] [Bug 173761] [RISC-V] Clang crashes when running pass 'RISC-V DAG->DAG Pattern Instruction Selection' on function '@_Z1yv'
LLVM Bugs via llvm-bugs
-
[llvm-bugs] [Bug 173755] [RISC-V] Clang crashes when running pass 'Induction Variable Users' on basic block
LLVM Bugs via llvm-bugs
-
[llvm-bugs] [Bug 173753] [RISC-V] Clang crashes when running pass 'loop-unroll<O3>' on function '@_Z1kv'
LLVM Bugs via llvm-bugs
-
[llvm-bugs] [Bug 173749] Fata backend error: "unable to legalize instruction" when compiling specific function for ez80.
LLVM Bugs via llvm-bugs
-
[llvm-bugs] [Bug 173743] Request Commit Access For jlebar
LLVM Bugs via llvm-bugs
-
[llvm-bugs] [Bug 173733] [clang-fuzzer] Crash in clang::CXXRecordDecl
LLVM Bugs via llvm-bugs
-
[llvm-bugs] [Bug 173732] clang-tidy: `modernize-use-using` wrongly modifies typedef of referenced array
LLVM Bugs via llvm-bugs
-
[llvm-bugs] [Bug 173731] [clang-fuzzer] Crash in llvm::APSInt
LLVM Bugs via llvm-bugs
-
[llvm-bugs] [Bug 173728] [clang-fuzzer] Crash in clang::APValue::MakeArray
LLVM Bugs via llvm-bugs
-
[llvm-bugs] [Bug 173727] [clang-fuzzer] Crash in clang::QualType::hasQualifiers
LLVM Bugs via llvm-bugs
-
[llvm-bugs] [Bug 173722] [AArch64][GISel] Assertion `(WideTy.isVector() || WideTy.getSizeInBits() == 128) && "can only unmerge from vector or s128 types!"' failed.
LLVM Bugs via llvm-bugs
-
[llvm-bugs] [Bug 173718] [lli] lli crash when run variable arguments function as a interpret
LLVM Bugs via llvm-bugs
-
[llvm-bugs] [Bug 173713] [clang-fuzzer] Crash in DecltypeType
LLVM Bugs via llvm-bugs
-
[llvm-bugs] [Bug 173711] [libc++] `__bit_reference::operator&` doesn't seem conforming
LLVM Bugs via llvm-bugs
-
[llvm-bugs] [Bug 173706] Handle f(-x)=f(x) for cosh and f(-x)=-f(x) for sinh and tanh
LLVM Bugs via llvm-bugs
-
[llvm-bugs] [Bug 173691] InstCombine: `umin(clz(x), clz(y)) => clz(x | y)` and `umin(ctz(x), ctz(y)) => ctz(x | y)`
LLVM Bugs via llvm-bugs
-
[llvm-bugs] [Bug 173690] lld 20 and 21 cause segmentation fault. mold and ld work. Code compiled with clang.
LLVM Bugs via llvm-bugs
-
[llvm-bugs] [Bug 173689] [C++20][Modules] `-fmodule-output` does not work as documented
LLVM Bugs via llvm-bugs
-
[llvm-bugs] [Bug 173688] Clang trunk asserts: Expr::EvaluateAsInt called on value-dependent expression during CodeGen constant folding
LLVM Bugs via llvm-bugs
-
[llvm-bugs] [Bug 173686] clang trunk: assertion "Too many bits for int64_t" in APSInt::getExtValue during constant eval of array subscript with huge fuzzer index
LLVM Bugs via llvm-bugs
-
[llvm-bugs] [Bug 173685] clang trunk: assertion "Invalid CPUStr passed to CpuIs" during multi-version resolver emission for target_clones with unrecognized "arch=slm"
LLVM Bugs via llvm-bugs
-
[llvm-bugs] [Bug 173684] clang trunk: assertion "idx < size()" in SmallVector during Sema check of empty attribute((target_clones()))
LLVM Bugs via llvm-bugs
-
[llvm-bugs] [Bug 173683] clang trunk: assertion "Null bytes are not allowed in names" in Value::setNameImpl when GNU asm function label contains embedded \0
LLVM Bugs via llvm-bugs
-
[llvm-bugs] [Bug 173682] clang trunk: assertion "unsigned range includes negative?" in AnalyzeComparison during Sema of != with negation on unsigned __int128 vector
LLVM Bugs via llvm-bugs
-
[llvm-bugs] [Bug 173681] clang trunk (x86): assertion "Operands with constraint "f" cannot overlap with defs" in X86 FP Stackifier for inline asm with tied input/output on x87 stack top
LLVM Bugs via llvm-bugs
-
[llvm-bugs] [Bug 173680] clang trunk: assertion "No-op copy with multiple parts!" in getCopyToParts during DAG lowering of tied inline asm operand on struct
LLVM Bugs via llvm-bugs
-
[llvm-bugs] [Bug 173679] clang trunk: assertion "isSimple()" in LValue::getPointer during codegen of inline asm operand on bit-field member
LLVM Bugs via llvm-bugs
-
[llvm-bugs] [Bug 173678] Unreachable in ASTContext::mergeTypes during Sema of function redeclaration with VLA bounds dependent on nested struct member
LLVM Bugs via llvm-bugs
-
[llvm-bugs] [Bug 173677] [clang-tidy] Document and test CUDA support
LLVM Bugs via llvm-bugs
-
[llvm-bugs] [Bug 173676] clang trunk: fatal error "Broken module found" in Verifier due to oversized struct with huge flexible array member
LLVM Bugs via llvm-bugs
-
[llvm-bugs] [Bug 173675] clang trunk: assertion "Must have at least one constraint" in TargetLowering::ComputeConstraintToUse during backend DAG for inline asm with malformed leading comma constraint
LLVM Bugs via llvm-bugs
-
[llvm-bugs] [Bug 173674] clang trunk: assertion failed in cast<FunctionProtoType> during Sema address-of overloaded candidate with #pragma weak aliasing function and variable
LLVM Bugs via llvm-bugs
-
[llvm-bugs] [Bug 173673] clang trunk: assertion "Output operand lower bound is not zero" in EmitAsmStores during codegen of inline asm with multiple +r and +Kr outputs
LLVM Bugs via llvm-bugs
-
[llvm-bugs] [Bug 173672] clang trunk: unreachable "Unknown unary operator lvalue!" in EmitUnaryOpLValue during codegen of postfix decrement on _Complex float as inline asm input
LLVM Bugs via llvm-bugs
-
[llvm-bugs] [Bug 173664] Clang assertions failed when promise_type::get_return_object is a function template in C++20 coroutine
LLVM Bugs via llvm-bugs
-
[llvm-bugs] [Bug 173662] Clang assertion failed in LocalInstantiationScope::findInstantiationOf when generic lambda default argument refers to init-capture
LLVM Bugs via llvm-bugs
-
[llvm-bugs] [Bug 173653] Customer service Transnusa Nomor WhatsApp 0898/O343567
LLVM Bugs via llvm-bugs
-
[llvm-bugs] [Bug 173652] Cara menghubungi call center transnusa 0898/O343567
LLVM Bugs via llvm-bugs
-
[llvm-bugs] [Bug 173651] Cara bicara dengan layanan Cs TransNusa 0898/O343567
LLVM Bugs via llvm-bugs
-
[llvm-bugs] [Bug 173657] Cara menghubungi call center Super Air Jet 📞 0898/O34356/7
LLVM Bugs via llvm-bugs
-
[llvm-bugs] [Bug 173650] Cara bicara dengan layanan lion air -
LLVM Bugs via llvm-bugs
-
[llvm-bugs] [Bug 173656] Cara menghubungi Super Air Jet di nomor 0898/O343567
LLVM Bugs via llvm-bugs
-
[llvm-bugs] [Bug 173655] Cara menghubungi cs Airasia di nomor WhatsAp
LLVM Bugs via llvm-bugs
-
[llvm-bugs] [Bug 173654] Bagaimana Cara Menghubungi Batik -Air Indonesia
LLVM Bugs via llvm-bugs
-
[llvm-bugs] [Bug 173649] Cara menghubungi call center Lion air -
LLVM Bugs via llvm-bugs
-
[llvm-bugs] [Bug 173648] Cara menghubungi pelita -Air Service
LLVM Bugs via llvm-bugs
-
[llvm-bugs] [Bug 173647] Berikut Cara Menghubungi Batik Air 24 jam
LLVM Bugs via llvm-bugs
-
[llvm-bugs] [Bug 173646] Cara menghubungi call center batik -air
LLVM Bugs via llvm-bugs
-
[llvm-bugs] [Bug 173645] Cara menghubungi call center batik air -
LLVM Bugs via llvm-bugs
-
[llvm-bugs] [Bug 173644] Call Center TransNusa Airlines Hubungi Cs TransNusa
LLVM Bugs via llvm-bugs
-
[llvm-bugs] [Bug 173643] Customer Service Maskapai TransNusa Airlines
LLVM Bugs via llvm-bugs