Skip to content

issues Search Results · repo:llvm/llvm-project language:LLVM

Filter by

82k results
 (124 ms)

82k results

inllvm/llvm-project (press backspace or delete to remove)

On most platforms, clang hello.c works out of the box for builds targeting the host platform. However, as of LLVM/Clang 20.1.2, this is not the case on macOS: $ cat main.c int main(void) { return 0; } ...
clang:driver
platform:macos
  • bradking
  • 3
  • Opened 
    47 minutes ago
  • #137352

test commit: 8c7a2ce step to reproduce: mlir-opt test.mlir -ownership-based-buffer-deallocation Interestingly, the crash doesn t occur if I remove the extra branch jump statements in test.mlir! minimal ...
crash
mlir:bufferization
  • sweead
  • 1
  • Opened 
    2 hours ago
  • #137342

test commit: 8c7a2ce step to reproduce: mlir-opt test.mlir -test-lower-to-llvm minimal test case: module { llvm.func @powf(f32, f32) - f32 attributes {memory_effects = #llvm.memory_effects other ...
crash
mlir
  • sweead
  • 1
  • Opened 
    2 hours ago
  • #137333

Steps to reproduce: 1. git clone https://github.com/official-stockfish/Stockfish.git 2. cd stockfish/src 3. Apply this patch to force march=znver5 diff --git a/src/Makefile b/src/Makefile index 76b94785..f65f6f90 ...
backend:X86
invalid
  • gcp
  • 2
  • Opened 
    2 hours ago
  • #137332

test commit: 8c7a2ce step to reproduce: mlir-opt test.mlir -pass-pipeline= builtin.module(func.func(linalg-detensorize)) minimal test case: module { memref.global private constant @__constant_4x4xf32 ...
crash
mlir
  • sweead
  • 1
  • Opened 
    3 hours ago
  • #137328

bug.tar.gz Stack dump below, source and run script attached (too big so compressed). 0. Program arguments: /usr/bin/clang++ -ftemplate-depth=1200 -std=gnu++2b -O3 -fvisibility=hidden -DCPPTRACE_DEMANGLE_WITH_CXXABI ...
clang:frontend
crash
  • jehelset
  • 3
  • Opened 
    3 hours ago
  • #137327

hello every body, current I develop plugin of llvm but when plugin run when I get result of TargetIRAnalysis from FunctionAnalysisManager, it always crash error Exception has occurred: W32/0xC0000005 ...
new issue
  • ductai230894
  • Opened 
    3 hours ago
  • #137326

Glibc-2.42 will remove termio.h and struct termio (commit), which have been outdated since before Linux existed. A test run in Gentoo s CI found a compilation error in LLVM, which can be found here and ...
compiler-rt:sanitizer
  • hhoffstaette
  • Opened 
    4 hours ago
  • #137321

I ve been running into a seg fault when trying to dump an AST as JSON. Here s the minimal repro code: @interface SomeClass (SomeExtension) + (void)someMethod; @end It must be an interface, it must be ...
clang:frontend
confirmed
crash-on-invalid
objective-c
  • dalemyers
  • 2
  • Opened 
    4 hours ago
  • #137320

This code causes a crash in the ARM backend when compiled with -Og or -fextend-variable-liveness for a target without an FPU: void a() { float b = 1.0f; } $ /work/llvm/build/bin/clang --target=arm-none-eabi ...
backend:ARM
crash-on-valid
generated by fuzzer
  • ostannard
  • 4
  • Opened 
    6 hours ago
  • #137308
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue search results · GitHub