Issue
86873
Summary
Failure to convert branchy code to branchless
Labels
missed-optimization
Assignees
Reporter
Issue
86874
Summary
Missed peephole opt: `sub nuw 15, x` => `xor x, 15`
Labels
llvm:instcombine,
missed-optimization
Assignees
Issue
86880
Summary
Frame pointer corrupted by __cpuid after #85193
Labels
new issue
Assignees
Reporter
Issue
86881
Summary
Fixing ParentMapContext.cpp to fix O(n^2) slowdown in hasParent() AST matchers
Labels
new issue
Assignees
Issue
86893
Summary
[C++20] [Modules] Undefined reference to std::allocator::deallocate in Clang trunk when a function exported from a module returns a type template instantiation which uses std::allocator
Issue
86895
Summary
Segfault due to apparent unaligned movaps instructions generated to initialize instance char array member
Labels
new issue
Ass
Issue
86900
Summary
clang++ does not comply with C++ standard normalization rules
Labels
clang
Assignees
Reporter
Issue
86901
Summary
clang can't build libc++ with thread sanitizer support
Labels
clang,
libc++
Assignees
Issue
86904
Summary
[Clang][Crash] Assertion failure in Clang 18 when using pre-increment operator on `_Complex double` struct fields
Labels
clang
Issue
86906
Summary
[Clang][Crash] Clang-18 Assertion `iter->getSecond() >= 0 && "Found a negative number of references to a VarDecl"' failed.
Labels
clang
Issue
86907
Summary
[Flang][OpenMP] Issues in copyprivate
Labels
flang:openmp
Assignees
luporl
Reporter
Issue
86917
Summary
[aarch64] Unknown FP condition!
Labels
new issue
Assignees
Reporter
DigOrDog
Issue
86918
Summary
[Question] Weird AArch64 assemblies
Labels
new issue
Assignees
Reporter
wormtq
Issue
86920
Summary
[DSE] Missed optimization : eliminate `store C, ptr` if `load ptr` is known to be `C`
Labels
missed-optimization
Assignees
Issue
86933
Summary
[Clang] [LICMPass] There is an infinite loop after the LICMPass
Labels
clang
Assignees
Reporter
Issue
86935
Summary
[Flang] fatal internal error: CHECK(j >= lb && j - lb < extent) failed at /root/llvm-project/flang/lib/Evaluate/constant.cpp(76)
Labels
flang
Issue
86936
Summary
[Flang] fatal internal error: CHECK(isFunction()) failed at /root/llvm-project/flang/include/flang/Semantics/symbol.h(190)
Labels
flang
Issue
86944
Summary
Regression in `Bindings/OCaml/core.ml`
Labels
new issue
Assignees
Reporter
tul
Issue
86946
Summary
clang -flto=thin incompatible with -Wl,-plugin-opt=-lto-embed-bit=optimized
Labels
clang
Assignees
Issue
86949
Summary
Missed optimization (inline breaks knowledge about [[pure]])
Labels
new issue
Assignees
Reporte
Issue
86952
Summary
[OpenMP RT] taskdep_if0.c assert hit
Labels
new issue
Assignees
Reporter
mikao
Issue
86958
Summary
Clang fails to export template specialization in C++20 if it's used in the same TU
Labels
clang
Assignees
Issue
86966
Summary
[DSE] Missed optimization: eliminate `memset` of `alloca` if either `alloca` doesn't escape or `memset` is dead
Labels
llvm:optimizations,
Issue
86968
Summary
[DAG] Remove extract_vector_elt(freeze(x)), idx -> freeze(extract_vector_elt(x)), idx fold
Labels
llvm:SelectionDAG
Assignees
Issue
86969
Summary
[analyzer] Many duplicated ArrayBoundV2 reports
Labels
clang:static analyzer
Assignees
Reporter
Issue
86975
Summary
clang-tidy error: no template named 'span' in namespace 'std' [clang-diagnostic-error]
Labels
clang-tidy
Assignees
Issue
86984
Summary
[DXIL] implement `ceil` lowering
Labels
backend:DirectX
Assignees
Reporter
far
Issue
86986
Summary
ODR warning in Arch64GenAsmMatcher.in (SubtargetFeatureBits)
Labels
tablegen
Assignees
Reporter
Issue
86987
Summary
ODR warning in MachineScheduler.h (GenericSchedulerBase)
Labels
new issue
Assignees
Reporter
Issue
86989
Summary
[LLDB] Incorrect type promotion of an unscoped enum with the default type in arithmetic operations
Labels
lldb
Assignees
Issue
86995
Summary
[OpenMP RT] omp_for_schedule_runtime.c test assert hit
Labels
new issue
Assignees
Reporter
Issue
86997
Summary
Error message got changed for certain type traits due to 690bf64f077a
Labels
clang:frontend,
clang:diagnostics
As
Issue
86998
Summary
[clang][CoverageMapping] assertion failure during compiling `switch` within statement expressions
Labels
clang
Assignees
Issue
86999
Summary
[HLSL] swap _`_builtin_elementwise_round` for `__builtin_elementwise_roundeven`
Labels
new issue
Assignees
Issue
87000
Summary
[llvm-cov][MC/DC] "Branch not found in Decisions" when handling complicated macros
Labels
tools:llvm-cov
Assignees
Issue
87005
Summary
polly/lib/External/isl/isl_mat.c:1147: Assertion "pivot >= 0" failed
Labels
new issue
Assignees
Issue
87007
Summary
Issues with building due to blake3 directory
Labels
new issue
Assignees
Reporter
Issue
87008
Summary
The nullPointerConstant matcher is problematic
Labels
new issue
Assignees
Reporter
Issue
87010
Summary
clang fails to eliminate redundant bounds check from std::vector::push_back
Labels
clang
Assignees
Issue
87011
Summary
[SLP] Missing sign extension of demoted type before zero extension
Labels
new issue
Assignees
R
Issue
87012
Summary
[libc++] How to override a single setting in __availability?
Labels
libc++
Assignees
Reporter
Issue
87015
Summary
[InstCombine] Unable to reach fixed point in 1 iteration when new folds are unblocked by knownbits.
Labels
new issue
Assignees
Issue
87023
Summary
[Clang] Missing header for Objective-C++ test
Labels
clang:frontend
Assignees
sam-mccall
Issue
87026
Summary
[riscv][openmp] libomp build fails on risc-v
Labels
new issue
Assignees
Reporter
Issue
87027
Summary
Rename llvm::DebugCompressionType
Labels
llvm:binary-utilities
Assignees
Reporter
Issue
87028
Summary
[AArch64] Implement more tricks for materializing 64-bit integer immediates
Labels
backend:AArch64,
missed-optimization
Issue
87031
Summary
Sanitizer __asan_locate_address returns the incorrect size for char * literals.
Labels
new issue
Assignees
Issue
87035
Summary
[clang-format] weird formatting when template function name is `foreach`
Labels
clang-format
Assignees
Issue
87037
Summary
Do you still need commit access?
Labels
infrastructure:commit-access
Assignees
Reporter
Issue
87042
Summary
[RISCV] Miscompile with -O3
Labels
backend:RISC-V,
miscompilation
Assignees
dtcxzyw
Issue
87046
Summary
[Flang] Segmentation fault on MAX/MIN
Labels
flang
Assignees
Reporter
JumpMast
Issue
87050
Summary
[MLIR][Arith] Convert `arith.truncf` with rounding mode to SPIR-V
Labels
enhancement,
mlir:spirv,
mlir
Issue
87052
Summary
[BOLT] Error when reading .orc_unwind_ip with CONFIG_PARAVIRT=y
Labels
BOLT
Assignees
Reporter
Issue
87053
Summary
The "fast" instruction selector options crash `llc`
Labels
new issue
Assignees
Reporter
Issue
87055
Summary
The "global" instruction selector option crashes `llc`
Labels
new issue
Assignees
Reporter
Issue
87057
Summary
The instruction schedulers `VLIW scheduler` crashes `llc`
Labels
new issue
Assignees
Reporter
Issue
87058
Summary
Specifying the Non-default stackmap encoding crashes `llc`
Labels
new issue
Assignees
Reporter
Issue
87059
Summary
feature request clang-tidy.yml config file add ignore options.
Labels
clang-tidy
Assignees
Repo
Issue
87060
Summary
Enabling new pass manager and Printing IR before the pass conflict and crash `llc`
Labels
new issue
Assignees
Issue
87061
Summary
Enabling new pass manager and Printing changed IRs conflict and crash `llc`
Labels
new issue
Assignees
Issue
87062
Summary
A combination of Enabling regalloc advisor related options crashes `llc`
Labels
new issue
Assignees
Issue
87063
Summary
A combination of machine instruction modifying/schelduling related options crashes `llc`
Labels
new issue
Assignees
Issue
87069
Summary
[clang-tidy] bugprone-casting-through-void - flags casts from const void* to void* to A*
Labels
clang-tidy,
false-positive
Issue
87072
Summary
map `llvm.maxnum` to `NMax` instead of `FMax` and `llvm.minnum` to `NMin` instead of `FMin`
Labels
new issue
Assignees
Issue
87077
Summary
[mlir] Implement a canonicalization pattern for memref.alloc to remove unused / "dead" memrefs
Labels
mlir
Assignees
Issue
87079
Summary
[MLIR] Backport fixes to transform.structured.convert_to_loops to 18.x
Labels
mlir
Assignees
Re
Issue
87088
Summary
[libc][math] some math functions aren't being built in fullbuild mode
Labels
libc
Assignees
lntue
Issue
87096
Summary
[libc] disable flaky nanl test on riscv
Labels
libc
Assignees
Reporter
nickdes
Issue
87102
Summary
[GH] Comment on an issue: All jobs have failed
Labels
github:workflow
Assignees
Reporter
Issue
87106
Summary
-fno-dollars-in-identifiers doesn't always disable dollars in identifiers
Labels
new issue
Assignees
Issue
87109
Summary
Move __builtin_hlsl_wave_get_lane_index to EmitHLSLBuiltinExpr
Labels
HLSL
Assignees
Reporter
Issue
87117
Summary
[OpenMP][libomp] Hidden helper team should not allocate from thread pool
Labels
openmp:libomp
Assignees
jpe
Issue
87126
Summary
[libc][posix] implement `_exit`
Labels
good first issue,
libc
Assignees
Reporter
Issue
87127
Summary
[RISCV] Relocation truncated to fit with -O0 on very large functions.
Labels
new issue
Assignees
Issue
87128
Summary
Should the -Wformat scoped enum suggestion suggest std::to_underlying?
Labels
new issue
Assignees
Issue
87129
Summary
Clang incorrectly disallows SVE builtins & types when SVE is disabled but SME is enabled
Labels
SVE
Assignees
Issue
87133
Summary
Crash in SLP Vectorizer since llvm15
Labels
new issue
Assignees
Reporter
wjris
Issue
87139
Summary
[Clang] [Modules] Crash on `#include_next` in module with `-fimplicit-modules -fimplicit-module-map` in file w/ `.ccm` extension
Labels
clang:modules,
Issue
87140
Summary
Crash targeting i386-elf-win32 with debugging information
Labels
new issue
Assignees
Reporter
Issue
87142
Summary
Get unexpected static variable initialization order when use -flto=full
Labels
new issue
Assignees
Issue
87146
Summary
[clang-tidy] false-positive bugprone-branch-clone when switch case fallthrough with some Side Effects exp
Labels
clang-tidy
As
Issue
87150
Summary
cross build clang cannot find libclang_rt.builtins
Labels
clang
Assignees
Reporter
Issue
87151
Summary
Potential regression in printing out attributes
Labels
clang
Assignees
Reporter
Issue
87152
Summary
'class std::set' has no member named 'completed'
Labels
new issue
Assignees
Reporter
Issue
87154
Summary
virtual bool llvm::X86RegisterInfo::eliminateFrameIndex(llvm::MachineBasicBlock::iterator, int, unsigned int, llvm::RegScavenger*) const: Assertion `(!Is64Bit || isInt<32>((long long)FIOffset + I
Issue
87156
Summary
lldb segmentation fault with asan instrumented binaries
Labels
new issue
Assignees
Reporter
Issue
87162
Summary
MemorySanitizer does not detect partially initialized values
Labels
compiler-rt:msan
Assignees
Issue
87167
Summary
Fatal Error LNK1227
Labels
new issue
Assignees
Reporter
RuiCuco
Issue
87168
Summary
Duplicate symbol: public: __cdecl llvm::PredicateInfo::~PredicateInfo(void)
Labels
new issue
Assignees
Issue
87174
Summary
Clang Tidy Crash
Labels
clang
Assignees
Reporter
F0bes
Hell
Issue
87175
Summary
ClangSrcLocDump.cpp with CRLF line terminators
Labels
new issue
Assignees
Reporter
Issue
87176
Summary
SymbolFileDWARFDebugMap::FindTypes only finds types defined in the first compile unit
Labels
new issue
Assignees
Issue
87178
Summary
`__restrict` pointers are not `indirectly_readable`
Labels
new issue
Assignees
Reporter
Issue
87186
Summary
"-Wl,-v" arguments lead to failure
Labels
new issue
Assignees
Reporter
MarioMa
Issue
87188
Summary
[BOLT] [MC] AArch64 MCInst printing issue
Labels
BOLT
Assignees
Reporter
YuanS
Issue
87189
Summary
Miscompilation of lbzip2 after loop-vectorize pass for avx512
Labels
new issue
Assignees
Report
Issue
87192
Summary
"llc" crash
Labels
new issue
Assignees
Reporter
cpython-java
Issue
87194
Summary
Combiner dags/patterns.
Labels
llvm:globalisel
Assignees
Reporter
tschuett
Issue
87202
Summary
clang-tidy misreports indentation with tabs and spaces
Labels
clang-tidy
Assignees
Reporter
Issue
87203
Summary
llvm/lib/Object/MachOObjectFile.cpp:5197: Condition can never be true ?
Labels
new issue
Assignees
1001 - 1100 of 32945 matches
Mail list logo