Issue
89968
Summary
ER: Add diagnostic to flag using "%P" specifier with Objective-C pointers
Labels
new issue
Assignees
Issue
89971
Summary
AMDGPU inline assembly with s constraint incorrectly emits VGPR use
Labels
backend:AMDGPU
Assignees
Issue
89983
Summary
incorrect warning that a static member function parameter shadows an inherited member variable
Labels
new issue
Assignees
Issue
89986
Summary
Do you still need commit access?
Labels
infrastructure:commit-access
Assignees
Reporter
Issue
89987
Summary
Assertion `I.isArrayAllocation()' failed with SVE-AES
Labels
new issue
Assignees
Reporter
Issue
89988
Summary
[SLPVectorizer][RISC-V] rv64gcv miscompile with `slp-vectorizer` pass
Labels
new issue
Assignees
Issue
89989
Summary
clang-include-cleaner: Consider supporting `IWYU pragma: no_include`
Labels
new issue
Assignees
Issue
89996
Summary
Bitmanipulations can be performed on vectors after they are moved over to scalar registers
Labels
new issue
Assignees
Issue
9
Summary
`@min(@ctz(x), y)` can become `@ctz(x | (1 << y))`
Labels
new issue
Assignees
Reporter
Issue
90001
Summary
clang misleading diagnostic: error: 'f' requires 'float' type support, but ABI 'aapcs' does not support it
Labels
clang,
clang:diagnostics
Issue
90009
Summary
Possible bug in compiler-rt 128x128 `wideMultiply`
Labels
new issue
Assignees
Reporter
Issue
90010
Summary
Function sanitizer is extremely fragile on macOS
Labels
Assignees
Reporter
glandium
Issue
90019
Summary
[mlir][bufferization] linalg.map in loops bufferize error
Labels
mlir
Assignees
Reporter
Issue
90020
Summary
[InstCombine] Failure to infer nuw for mul nsw of non-negative
Labels
llvm:instcombine,
missed-optimization
Assign
Issue
90021
Summary
[Clang] A trivial but `noexcept(false)` destructor is incorrectly considered non-throwing
Labels
clang
Assignees
Issue
90023
Summary
opt: unknown pass name
Labels
new issue
Assignees
Reporter
gihyeonjeon
Issue
90024
Summary
[clang][dataflow] Don't associate `BoolValue`s with expressions / locations of integer type
Labels
clang:dataflow
Assignees
Issue
90025
Summary
Running LLVM IR causes segfault on macOS aarch64 but not on x86_64
Labels
new issue
Assignees
R
Issue
90027
Summary
Add a fixit for inserting the matching closing brace
Labels
new issue
Assignees
Reporter
Issue
90033
Summary
[RISCV] Regsiter copies in a loop should be eliminated
Labels
new issue
Assignees
Reporter
Issue
90041
Summary
pthread_cancel results in SEGFAULT with libc++
Labels
libc++
Assignees
Reporter
Issue
90042
Summary
[AArch64] compile crash on "Unexpected function-local entity in 'imports' CU field"
Labels
new issue
Assignees
Issue
90044
Summary
[LLD] -Ttext-segment is not supported
Labels
lld
Assignees
Reporter
tannal
Issue
90046
Summary
[abi] mangled name issues for requires-clauses.
Labels
clang:frontend,
tools:llvm-cxxfilt,
ABI
Assigne
Issue
90047
Summary
User defined SIN function is not called with O3 opt level
Labels
new issue
Assignees
Reporter
Issue
90052
Summary
Clang rejects valid program involving evaluation of this in constexpr context
Labels
clang
Assignees
Issue
90058
Summary
Do you still need commit access?
Labels
infrastructure:commit-access
Assignees
Reporter
Issue
90069
Summary
fatal error: error in backend: Broken function found, compilation aborted
Labels
new issue
Assignees
Issue
90073
Summary
[[deprercated]] applied to local variables
Labels
clang:frontend,
clang:diagnostics
Assignees
Issue
90095
Summary
Implement Default and Relaxed diagnostics modes
Labels
new issue
Assignees
Reporter
Issue
90096
Summary
Implement Strict diagnostics mode
Labels
new issue
Assignees
Reporter
hekota
Issue
90101
Summary
C++ import std still puts things in global namespace?
Labels
new issue
Assignees
Reporter
Issue
90107
Summary
Decomposition Declaration diagnostic for missing initializer is pretty unclear
Labels
good first issue,
quality-of-implementation,
Issue
90117
Summary
-Wfree-nonheap-object doesn't warn when free() is used on a pointer to an array
Labels
new issue
Assignees
Issue
90119
Summary
LLVM does not eliminate or hoist redundant bounds checks for std::vector and std::string
Labels
missed-optimization,
hardening
Issue
90123
Summary
Compiler crash when using float register annotation in conjunction with ASM blocks on Aarch64
Labels
new issue
Assignees
Issue
90129
Summary
[HLSL][DirectX] Compile a runnable shader from clang
Labels
HLSL
Assignees
Reporter
Issue
90130
Summary
Incorrect code generation with asan, no_unique_address, and consteval
Labels
new issue
Assignees
Issue
90154
Summary
[C++20] [Modules] We didn't implement lookup in module level actually
Labels
clang:modules
Assignees
Issue
90156
Summary
llvm-lipo doesn't support universal binaries as input
Labels
new issue
Assignees
Reporter
Issue
90162
Summary
[clang][static analyzer]alpha.deadcode.UnreachableCode false positive on cxxTryStmt
Labels
clang:static analyzer
Assignees
Issue
90174
Summary
[clang-tidy] bugprone-use-after-move - false-negative
Labels
clang-tidy,
false-negative
Assignees
Issue
90175
Summary
#pragma clang loop pipeline(disable) is ignored when other transformation pragmas exist
Labels
clang
Assignees
Issue
90177
Summary
CTAD: incorrect transformed require-clause for the alias deduction guide
Labels
clang,
c++20,
clang:frontend
Issue
90178
Summary
[Question] Which apt packages provides "LLVMgold.so"?
Labels
new issue
Assignees
Reporter
Issue
90192
Summary
[Flang] fatal internal error: CHECK(dtSym.has()) failed at /root/llvm-project/flang/lib/Semantics/mod-file.cpp(205)
Labels
flang
Issue
90193
Summary
test/python/dialects/transform_interpreter.py fails with PyMlirTransformOptions is non-copyable
Labels
new issue
Assignees
Issue
90194
Summary
LLVM backend crashes on arm when `musttail` with more than 5 parameters
Labels
new issue
Assignees
Issue
90196
Summary
[libc++][format] Formatting range with `m` range-type is incorrect
Labels
libc++
Assignees
Repo
Issue
90197
Summary
apple build 18.1.4 error ModuleNotFoundError: No module named 'setuptools'
Labels
new issue
Assignees
Issue
90202
Summary
[GlobalIsel][AArch64] crash in ir trnslator
Labels
new issue
Assignees
Reporter
Issue
90205
Summary
Using Sleep(), warning: included header windows.h is not used directly [misc-include-cleaner]
Labels
new issue
Assignees
Issue
90206
Summary
[CVP] Inappropriate folding with `llvm.assume`
Labels
new issue
Assignees
Reporter
Issue
90209
Summary
CTAD: parameter pack assertion crash when synthesizing deduction guides for alias
Labels
c++20,
clang:frontend
As
Issue
90211
Summary
Miscomplilation after GVN changes in 84bcfa0e1b
Labels
new issue
Assignees
Reporter
Issue
90212
Summary
[build system] Wrong clang-$VERSION installed if I checkout to other release
Labels
new issue
Assignees
Issue
90218
Summary
Raising awareness over xz compromise
Labels
new issue
Assignees
Reporter
joyce
Issue
90224
Summary
Assertion `I->use_empty() && "trying to erase instruction with users."' failed.
Labels
new issue
Assignees
Issue
90227
Summary
[clang-format] Macro `A=;` causes -> to be incorrectly inferred as trailing return type
Labels
clang-format
Assignees
Issue
90229
Summary
Incorrect handling of pointer to return value in ARM64EC entry thunks
Labels
new issue
Assignees
Issue
90231
Summary
Do you still need commit access?
Labels
infrastructure:commit-access
Assignees
Reporter
Issue
90235
Summary
[clang-tidy] `readability-redundant-member-init` vs `-Wmissing-field-initializers`
Labels
clang-tidy
Assignees
Issue
90238
Summary
[mlir][arith] wrong canonicalization pattern on index_castui
Labels
mlir
Assignees
Reporter
Issue
90239
Summary
llvm-spirv crashes on C++ for OpenCL using printf
Labels
new issue
Assignees
Reporter
Issue
90242
Summary
incorrect coalescing of stores by AArch64 global isel backend
Labels
backend:AArch64,
llvm:codegen,
miscompilation,
Issue
90245
Summary
scalar/integer miscompile from global isel for AArch64
Labels
backend:AArch64,
llvm:codegen,
miscompilation,
llvm:
Issue
90246
Summary
Warning about a missing 'default’ label a switch statement
Labels
new issue
Assignees
Reporter
Issue
90259
Summary
C++ modules not handling internal linkage
Labels
new issue
Assignees
Reporter
Issue
90274
Summary
[clang-tidy] false-positive in `bugprone-return-const-ref-from-parameter` when overload for rvalues exists
Labels
clang-tidy,
false-positi
Issue
90281
Summary
llvm/lib/Target/AMDGPU/SIMachineFunctionInfo.cpp:113: Possible bad _expression_ ?
Labels
code-quality,
llvm
Assign
Issue
90282
Summary
clang/lib/Driver/ToolChains/Clang.cpp:8122: Poor choice of range variable type ?
Labels
clang:driver,
code-quality
Issue
90283
Summary
LLD Segfaults on AArch64 linking
Labels
lld
Assignees
Reporter
wsmoses
Issue
90284
Summary
clang/lib/Driver/ToolChains/HIPUtility.cpp: 2 * poor choice of range variable type ?
Labels
clang:driver,
code-quality
Issue
90285
Summary
clang/lib/Frontend/InterfaceStubFunctionsConsumer.cpp:298: Poor choice of range variable type ?
Labels
clang:frontend,
code-quality
Issue
90286
Summary
llvm/lib/Transforms/Scalar/DFAJumpThreading.cpp:548: Poor choice of range variable type ?
Labels
code-quality,
llvm:transforms
Issue
90287
Summary
[PPC] DoubleAPFloat frexp ignores possibility that second double affects exponent
Labels
backend:PowerPC
Assignees
Issue
90288
Summary
llvm/tools/llvm-lto2/llvm-lto2.cpp:254: Poor choice of range variable type ?
Labels
llvm-tools,
code-quality
Assig
Issue
90289
Summary
llvm/tools/llvm-exegesis/lib/SubprocessMemory.cpp:146: Poor choice of range variable type ?
Labels
tools:llvm-exegesis,
code-quality
Issue
90296
Summary
[mlir][arith] canonicalization pattern causes miscompilation on `arith.index_cast`
Labels
mlir
Assignees
Issue
90316
Summary
[libc] [docs] Broken links related to 'libc/config/linux/riscv64'
Labels
libc
Assignees
Reporte
Issue
90321
Summary
MIPSr5+MSA: Support FMAX/FMIN instructions
Labels
new issue
Assignees
wzssyqa
Repor
Issue
90323
Summary
llvm/include/llvm/Analysis/DOTGraphTraitsPass.h: 2 * clumsy string resize ?
Labels
code-quality,
llvm:analysis
Ass
Issue
90324
Summary
llvm/lib/Support/GraphWriter.cpp:118: Clumsy string resize ?
Labels
new issue
Assignees
Reporte
Issue
90325
Summary
MIPS bit operation can be improved
Labels
new issue
Assignees
wzssyqa
Reporter
Issue
90326
Summary
llvm/include/llvm/DebugInfo/LogicalView/Core/LVObject.h: 3 * redundant condition ?
Labels
code-quality,
debuginfo
Issue
90327
Summary
llvm/utils/TableGen/GlobalISelCombinerEmitter.cpp:2425:24: warning: Assert statement modifies 'ExpectedID'. [assignmentInAssert]
Labels
tablegen,
Issue
90328
Summary
llvm/lib/CodeGen/TargetSchedule.cpp:132:12: warning: Assert statement modifies 'NIter'
Labels
llvm:codegen,
code-quality
Issue
90330
Summary
Crash issue when using flexible array member in struct S
Labels
Assignees
Reporter
iamanon
Issue
90331
Summary
llvm/lib/Target/X86/Disassembler/X86Disassembler.cpp: 5 * unused label in switch ?
Labels
backend:X86,
code-quality
Issue
90332
Summary
[runtimes] [openmp] `-nostdlib++` added to `CMAKE_REQUIRED_FLAGS` breaks hwloc detection for OMPT
Labels
new issue
Assignees
Issue
90333
Summary
[offload] [cmake] Standalone build test logic is broken
Labels
new issue
Assignees
Reporter
Issue
90336
Summary
[Microsoft codegen] `__thiscall` function with non-trivially-destructible first arg crashes
Labels
new issue
Assignees
Issue
90337
Summary
[Flang][OpenMP] fatal internal error: CHECK(context.location().has_value()) failed at /root/llvm-project/flang/lib/Semantics/_expression_.cpp(4640)
Labels
Issue
90340
Summary
[build system] add_llvm_tool_symlink does not generate a target during install
Labels
new issue
Assignees
Issue
90341
Summary
Invalid examples in ObjC-Block-ABI specification doc examples
Labels
new issue
Assignees
Report
Issue
90343
Summary
Initialising LLM on multiple GPUs stuck at "Started a local Ray instance"
Labels
new issue
Assignees
Issue
90344
Summary
[mlir] mlir-opt asserts when dumping the pass pipeline
Labels
mlir
Assignees
Reporter
Issue
90346
Summary
[PATCH][OpenMP] OpenMP does not build for X32 ABI
Labels
new issue
Assignees
Reporter
Issue
90348
Summary
Asterisk array size should be supported in typeof and _Atomic type specifiers which are part of a parameter declaration
Labels
new issue
Issue
90349
Summary
Incorrect constraint check with template friend function
Labels
new issue
Assignees
Reporter
1801 - 1900 of 32975 matches
Mail list logo