Issue
122579
Summary
[Clang] Incorrect Diagnostic Message for Ambiguous Overloaded Operator in Clang
Labels
clang
Assignees
Issue
122580
Summary
[X86][ISel] Assertion `(LZ + TZ) < Known.getBitWidth() && "Illegal shifted mask"' failed.
Labels
backend:X86,
crash-on-valid
Issue
122581
Summary
[clang] Constraint normalization uses too much memory
Labels
clang
Assignees
Reporter
Issue
122551
Summary
[CodeGen] inefficient code for multiple select instructions with same condition
Labels
new issue
Assignees
Issue
122567
Summary
[clang] Missed optimization: Failure to remove useless allocations / deallocations
Labels
clang
Assignees
Issue
122571
Summary
Backend crashes on a store to a large vector
Labels
new issue
Assignees
Reporter
Issue
122537
Summary
[TBAA][GVN] Miscompile due to incorrectly replacing pointer with undef
Labels
new issue
Assignees
mshockwa
Issue
122543
Summary
Build failure when setting optimized tablegen
Labels
new issue
Assignees
Reporter
Issue
122553
Summary
[HLSL] cbuffer: Create host layout struct and add resource handle to AST
Labels
HLSL
Assignees
Issue
122560
Summary
[clang] Worse code gen when default constructing with `()` than `{}`
Labels
clang
Assignees
Re
Issue
122577
Summary
Request Commit Access For veera-sivarajan
Labels
infra:commit-access-request
Assignees
Reporte
Issue
122435
Summary
[MinGW] [libunwind] undefined __gxx_personality_seh0 when build libunwind with LTO+Exceptions
Labels
new issue
Assignees
Issue
122439
Summary
[DAG] SDPatternMatch - add m_Undef matcher
Labels
good first issue,
llvm:SelectionDAG
Assignees
Issue
122558
Summary
[LoopVectorizer] Assertion `EPResumeVal && "must have a resume value for the canonical IV"' failed.
Labels
new issue
Assigne
Issue
122583
Summary
[SLPVectorizer] Miscompilation
Labels
miscompilation,
llvm:SLPVectorizer,
generated by fuzzer
Assigne
Issue
122457
Summary
[Clang] Diagnose invalid pointer overflow check with intermediate variable
Labels
clang:diagnostics
Assignees
Issue
122461
Summary
[LV][EVL] Incorrect behavior of fixed-order recurrence idiom with EVL tail folding
Labels
vectorizers
Assignees
Issue
122467
Summary
crash compiling with TypeSanitizer
Labels
crash,
compiler-rt:tysan
Assignees
Repor
Issue
122451
Summary
Request Commit Access For emaxx-google
Labels
infra:commit-access-request
Assignees
Reporter
Issue
122453
Summary
OpenCL C++: printf becomes mangled c++ symbol, not working with e.g. pocl and llvm-spirv
Labels
new issue
Assignees
Issue
122470
Summary
TypeSanitizer errors with global or static STL container
Labels
compiler-rt:tysan
Assignees
Re
Issue
122441
Summary
std::barrier constructor is not constexpr
Labels
new issue
Assignees
Reporter
Issue
122442
Summary
Missed optimization: (x % (C1 * C2) / C2) vs. ((x / C2) % C1)
Labels
new issue
Assignees
Repor
Issue
122480
Summary
clang-tidy modernize-use-default-member-init false negatives
Labels
clang-tidy
Assignees
Repor
Issue
122496
Summary
[clang] Miscompilation at -O2/3
Labels
clang
Assignees
Reporter
cardigan1008
Issue
122479
Summary
[Clang] Crash involving lambda in unevaluated context and initialization of a static constexpr member of a class template
Labels
clang
Issue
122493
Summary
Assertion failure and invalid Wunitialized error after
Labels
clang:modules
Assignees
dmpolukhin
Issue
122490
Summary
[Flang] Incorrect diagnostic of defined assignment
Labels
bug,
flang:frontend
Assignees
Issue
122502
Summary
[libc++] `shrink_to_fit` never shrinks
Labels
libc++
Assignees
Reporter
winne
Issue
122500
Summary
[libc] gcc errors related to complex floats
Labels
libc
Assignees
lntue,
Sh0g0-1758
Issue
122501
Summary
[slp] vectorizer ICEs with "InstructionsState is invalid" with neoverse-v1 but not neoverse-n1
Labels
new issue
Assignees
Issue
122517
Summary
[TySan] False positive related to structs in structs?
Labels
new issue
Assignees
Reporter
Issue
122509
Summary
`memory find` crashes when given an empty string to find
Labels
new issue
Assignees
Reporter
Issue
122510
Summary
[libc] wrap `mpc_t` and `mpfr_t` from MPCWrapper and MPFRWrapper in a simple RAII type
Labels
libc
Assignees
Issue
122430
Summary
[SLPVectorizer] Miscompilation
Labels
miscompilation,
llvm:SLPVectorizer,
generated by fuzzer
Assigne
Issue
122522
Summary
[TySan] Add documentation analagous to address sanitizer & thread sanitizer documentation
Labels
new issue
Assignees
Issue
122523
Summary
Unique function identifier considered ambiguous as part of an overload set
Labels
new issue
Assignees
;
int main() {
using Alloc = sized_allocator;
std::vector in(200, true, Alloc(1));
assert(std::ranges::count(in, true) == 200); // Error: ambiguous call to __libcpp_popcount
return 0;
}
```
The error message from clang is:
```
/opt/compiler-explorer/clang-trunk-20250110/bin/../inc
Issue
122532
Summary
Undef description of branching in LangRef seems ambiguous.
Labels
new issue
Assignees
Reporter
39 matches
Mail list logo