[llvm-bugs] [Bug 86638] [clang-format] Space before function name if cast function return value

2024-03-26 Thread LLVM Bugs via llvm-bugs
Issue 86638 Summary [clang-format] Space before function name if cast function return value Labels clang-format Assignees

[llvm-bugs] [Bug 86640] Backport bce17034157fdfe4d898d30366c1eeca3442fa3d to release/18.x

2024-03-26 Thread LLVM Bugs via llvm-bugs
Issue 86640 Summary Backport bce17034157fdfe4d898d30366c1eeca3442fa3d to release/18.x Labels new issue Assignees

[llvm-bugs] [Bug 86635] [aarch64] Prefer use callee save register to avoid repeat load when cross call

2024-03-26 Thread LLVM Bugs via llvm-bugs
Issue 86635 Summary [aarch64] Prefer use callee save register to avoid repeat load when cross call Labels new issue Assignees

[llvm-bugs] [Bug 86693] regalloc=fast leads to internal error

2024-03-26 Thread LLVM Bugs via llvm-bugs
Issue 86693 Summary regalloc=fast leads to internal error Labels new issue Assignees Reporter

[llvm-bugs] [Bug 86711] [AArch64] Wrong code for i64 to f32 vector conversion

2024-03-26 Thread LLVM Bugs via llvm-bugs
Issue 86711 Summary [AArch64] Wrong code for i64 to f32 vector conversion Labels new issue Assignees Reporter

[llvm-bugs] [Bug 86729] [Flang] flang-new doesn't take --gcc-install-dir nor --gcc-toolchain

2024-03-26 Thread LLVM Bugs via llvm-bugs
Issue 86729 Summary [Flang] flang-new doesn't take --gcc-install-dir nor --gcc-toolchain Labels flang Assignees

[llvm-bugs] [Bug 86717] AAarch64 backend turning OOB insertelement into OOB store

2024-03-26 Thread LLVM Bugs via llvm-bugs
Issue 86717 Summary AAarch64 backend turning OOB insertelement into OOB store Labels backend:AArch64, llvm:codegen, miscompilation

[llvm-bugs] [Bug 86719] remove signed `reversebits` apis

2024-03-26 Thread LLVM Bugs via llvm-bugs
Issue 86719 Summary remove signed `reversebits` apis Labels HLSL Assignees farzonl Reporter

[llvm-bugs] [Bug 86714] [clang-tidy] Create check for inconsistent/missed typedef/using alias type names

2024-03-26 Thread LLVM Bugs via llvm-bugs
Issue 86714 Summary [clang-tidy] Create check for inconsistent/missed typedef/using alias type names Labels check-request Assignees

[llvm-bugs] [Bug 86738] `va_arg()` code is suboptimal for AArch64 and x86-64

2024-03-26 Thread LLVM Bugs via llvm-bugs
Issue 86738 Summary `va_arg()` code is suboptimal for AArch64 and x86-64 Labels backend:AArch64, backend:X86, missed-optimization

[llvm-bugs] [Bug 86734] Restrict pointer loads not affected by asm memory clobber

2024-03-26 Thread LLVM Bugs via llvm-bugs
Issue 86734 Summary Restrict pointer loads not affected by asm memory clobber Labels new issue Assignees Reporter

[llvm-bugs] [Bug 86735] `clang-18 -extract-api -x c++-header /home/matthew/attempt.h`

2024-03-26 Thread LLVM Bugs via llvm-bugs
Issue 86735 Summary `clang-18 -extract-api -x c++-header /home/matthew/attempt.h` Labels new issue Assignees

[llvm-bugs] [Bug 86763] [RISC-V] Miscompile with LTO and -fno-strict-aliasing

2024-03-26 Thread LLVM Bugs via llvm-bugs
Issue 86763 Summary [RISC-V] Miscompile with LTO and -fno-strict-aliasing Labels new issue Assignees Reporter

[llvm-bugs] [Bug 86762] Do you still need commit access?

2024-03-26 Thread LLVM Bugs via llvm-bugs
Issue 86762 Summary Do you still need commit access? Labels infrastructure:commit-access Assignees Reporter

[llvm-bugs] [Bug 86749] [OpenMP] a newly added loop collapse test fails the correctness check

2024-03-26 Thread LLVM Bugs via llvm-bugs
Issue 86749 Summary [OpenMP] a newly added loop collapse test fails the correctness check Labels new issue Assignees

[llvm-bugs] [Bug 86765] [MLIR] Top-down applyPatternsAndFoldGreedily fails to remove dead code that bottom-up applyPatternsAndFoldGreedily removes

2024-03-26 Thread LLVM Bugs via llvm-bugs
Issue 86765 Summary [MLIR] Top-down applyPatternsAndFoldGreedily fails to remove dead code that bottom-up applyPatternsAndFoldGreedily removes Labels mlir

[llvm-bugs] [Bug 86743] llvm generates SVE code with only +sme and no streaming mode enabled

2024-03-26 Thread LLVM Bugs via llvm-bugs
Issue 86743 Summary llvm generates SVE code with only +sme and no streaming mode enabled Labels new issue Assignees

[llvm-bugs] [Bug 86757] [Clang] Assertion when including a header that does not exist

2024-03-26 Thread LLVM Bugs via llvm-bugs
r-explorer/gcc-snapshot -fcolor-diagnostics -fno-crash-diagnostics -std=c++2c -stdlib=libc++ 1. /opt/compiler-explorer/clang-assertions-trunk-20240326/bin/../include/c++/v1/__ranges/movable_box.h:185:26: current parser token '{' 2. /opt/compiler-explorer/clang-assertions-trunk-20240326/bin/../

[llvm-bugs] [Bug 86764] Does llvm14-flang or flang-new support the option "-emit-llvm"?

2024-03-26 Thread LLVM Bugs via llvm-bugs
Issue 86764 Summary Does llvm14-flang or flang-new support the option "-emit-llvm"? Labels flang Assignees

[llvm-bugs] [Bug 86769] clang frontend crashes on LLVM-18

2024-03-26 Thread LLVM Bugs via llvm-bugs
Issue 86769 Summary clang frontend crashes on LLVM-18 Labels clang Assignees Reporter

[llvm-bugs] [Bug 86744] Missing header `omp.h` in install directory when building `llvm@18.1.2` with `openmp` as runtime with `cmake@3.29.0`

2024-03-26 Thread LLVM Bugs via llvm-bugs
Issue 86744 Summary Missing header `omp.h` in install directory when building `llvm@18.1.2` with `openmp` as runtime with `cmake@3.29.0` Labels new issue

[llvm-bugs] [Bug 86684] OpenMP runtime might try to take the bootstrap lock twice and deadlock

2024-03-26 Thread LLVM Bugs via llvm-bugs
Issue 86684 Summary OpenMP runtime might try to take the bootstrap lock twice and deadlock Labels new issue Assignees

[llvm-bugs] [Bug 86685] [Clang-18 Miscompilation] clang miscompiles loop with break

2024-03-26 Thread LLVM Bugs via llvm-bugs
Issue 86685 Summary [Clang-18 Miscompilation] clang miscompiles loop with break Labels clang Assignees Reporter

[llvm-bugs] [Bug 86686] `std::variant{}.index()` is not an integral constant expression

2024-03-26 Thread LLVM Bugs via llvm-bugs
Issue 86686 Summary `std::variant{}.index()` is not an integral constant _expression_ Labels new issue Assignees

[llvm-bugs] [Bug 86687] Backport 48048051323d5dd74057dc5f32df8c3c323afcd5 to 18.x

2024-03-26 Thread LLVM Bugs via llvm-bugs
Issue 86687 Summary Backport 48048051323d5dd74057dc5f32df8c3c323afcd5 to 18.x Labels new issue Assignees Reporter

[llvm-bugs] [Bug 86646] Why doesn't LLDB use Clang's MCDisassembler class to decode RISCV instructions?

2024-03-26 Thread LLVM Bugs via llvm-bugs
Issue 86646 Summary Why doesn't LLDB use Clang's MCDisassembler class to decode RISCV instructions? Labels clang Assignees

[llvm-bugs] [Bug 86647] Undefined behavior in `CastInfo::castFailed` with `From=`

2024-03-26 Thread LLVM Bugs via llvm-bugs
Issue 86647 Summary Undefined behavior in `CastInfo::castFailed` with `From=` Labels mlir Assignees Reporter

[llvm-bugs] [Bug 86642] Clang-tidy error: static class variable is non-const and globally accessible, consider making it const

2024-03-26 Thread LLVM Bugs via llvm-bugs
Issue 86642 Summary Clang-tidy error: static class variable is non-const and globally accessible, consider making it const Labels clang-tidy

[llvm-bugs] [Bug 86643] Inconsistent application of base class copy elision

2024-03-26 Thread LLVM Bugs via llvm-bugs
Issue 86643 Summary Inconsistent application of base class copy elision Labels new issue Assignees Reporter

[llvm-bugs] [Bug 86644] Default llvm-size output format berkeley (but also darwin) is useless on macOS

2024-03-26 Thread LLVM Bugs via llvm-bugs
Issue 86644 Summary Default llvm-size output format berkeley (but also darwin) is useless on macOS Labels new issue Assignees

[llvm-bugs] Issue 65993 in oss-fuzz: llvm: Fuzzing build failure

2024-03-26 Thread ClusterFuzz-External via monorail via llvm-bugs
Comment #11 on issue 65993 by ClusterFuzz-External: llvm: Fuzzing build failure https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=65993#c11 Friendly reminder that the build is still failing. Please try to fix this failure to ensure that fuzzing remains productive. Latest build log:

[llvm-bugs] [Bug 86660] Clang: CUDA compile with -nocudalib gives "use of undeclared identifier cudaConfigureCall"

2024-03-26 Thread LLVM Bugs via llvm-bugs
Issue 86660 Summary Clang: CUDA compile with -nocudalib gives "use of undeclared identifier cudaConfigureCall" Labels clang Assignees

[llvm-bugs] [Bug 86669] [X86] Add X86 unfold instruction pass

2024-03-26 Thread LLVM Bugs via llvm-bugs
Issue 86669 Summary [X86] Add X86 unfold instruction pass Labels backend:X86 Assignees Reporter

[llvm-bugs] [Bug 86670] [X86] X86FixupVectorConstants - load vector double data from i32/f32 constant

2024-03-26 Thread LLVM Bugs via llvm-bugs
Issue 86670 Summary [X86] X86FixupVectorConstants - load vector double data from i32/f32 constant Labels backend:X86 Assignees

[llvm-bugs] [Bug 86671] [Support] Investigate making KnownBits::mul optimal

2024-03-26 Thread LLVM Bugs via llvm-bugs
Issue 86671 Summary [Support] Investigate making KnownBits::mul optimal Labels good first issue, llvm:support Assignees

[llvm-bugs] [Bug 86672] Core dump - Ubuntu aarch64

2024-03-26 Thread LLVM Bugs via llvm-bugs
Issue 86672 Summary Core dump - Ubuntu aarch64 Labels new issue Assignees Reporter dave-ct