[llvm-bugs] [Bug 89571] clang crashes when both '-lstdc++' '-ccc-print-phases' are on the command line

2024-04-22 Thread LLVM Bugs via llvm-bugs
Issue 89571 Summary clang crashes when both '-lstdc++' '-ccc-print-phases' are on the command line Labels clang Assignees

[llvm-bugs] [Bug 89576] LLVM ERROR: Error while trying to spill X8 from class GPR64: Cannot scavenge register without an emergency spill slot!

2024-04-22 Thread LLVM Bugs via llvm-bugs
Issue 89576 Summary LLVM ERROR: Error while trying to spill X8 from class GPR64: Cannot scavenge register without an emergency spill slot! Labels new issue

[llvm-bugs] [Bug 89581] [x86] llvm #pragma pack behaviour is different from gcc

2024-04-22 Thread LLVM Bugs via llvm-bugs
Issue 89581 Summary [x86] llvm #pragma pack behaviour is different from gcc Labels new issue Assignees Reporter

[llvm-bugs] [Bug 89574] fatal error: error in backend: IO failure on output stream: No space left on device

2024-04-22 Thread LLVM Bugs via llvm-bugs
Issue 89574 Summary fatal error: error in backend: IO failure on output stream: No space left on device Labels new issue Assignees

[llvm-bugs] [Bug 89582] Triple is normalized to unexpected value OS:none, ABI:elf

2024-04-22 Thread LLVM Bugs via llvm-bugs
Issue 89582 Summary Triple is normalized to unexpected value OS:none, ABI:elf Labels new issue Assignees Reporter

[llvm-bugs] [Bug 89579] [libc++] [modules] Defining __cpp_lib_modules

2024-04-22 Thread LLVM Bugs via llvm-bugs
Issue 89579 Summary [libc++] [modules] Defining __cpp_lib_modules Labels libc++ Assignees Reporter

[llvm-bugs] [Bug 89610] How do I capture llc coverage in case of an llc execution crash???

2024-04-22 Thread LLVM Bugs via llvm-bugs
Issue 89610 Summary How do I capture llc coverage in case of an llc execution crash??? Labels new issue Assignees

[llvm-bugs] [Bug 89599] [Libc] Implement remquof128 function

2024-04-22 Thread LLVM Bugs via llvm-bugs
Issue 89599 Summary [Libc] Implement remquof128 function Labels libc Assignees Reporter

[llvm-bugs] [Bug 89598] [Libc] Implement remainderf128 function

2024-04-22 Thread LLVM Bugs via llvm-bugs
Issue 89598 Summary [Libc] Implement remainderf128 function Labels libc Assignees Reporter

[llvm-bugs] [Bug 89595] `readability-misleading-indentation` false positive on several stacked loops without indentation

2024-04-22 Thread LLVM Bugs via llvm-bugs
Issue 89595 Summary `readability-misleading-indentation` false positive on several stacked loops without indentation Labels new issue Assignees

[llvm-bugs] [Bug 89600] vpand deferral eliminates earlier vpand elimination

2024-04-22 Thread LLVM Bugs via llvm-bugs
Issue 89600 Summary vpand deferral eliminates earlier vpand elimination Labels new issue Assignees Reporter

[llvm-bugs] [Bug 89591] libstdc++ sort does not work... well

2024-04-22 Thread LLVM Bugs via llvm-bugs
Issue 89591 Summary libstdc++ sort does not work... well Labels new issue Assignees Reporter

[llvm-bugs] [Bug 89597] clang differs from gcc in the behaviourof -ffunction-sections and -fdata-sections

2024-04-22 Thread LLVM Bugs via llvm-bugs
Issue 89597 Summary clang differs from gcc in the behaviourof -ffunction-sections and -fdata-sections Labels clang Assignees

[llvm-bugs] [Bug 89593] [clang-tidy] bugprone-optional-value-conversion - should ignore unevaluated context

2024-04-22 Thread LLVM Bugs via llvm-bugs
Issue 89593 Summary [clang-tidy] bugprone-optional-value-conversion - should ignore unevaluated context Labels enhancement, clang-tools-extra,

[llvm-bugs] [Bug 89626] [HLSL][SPIRV] Add HLSL intrinsics like `any`, `all`, `lerp` to `SPIRVUsage.rst`

2024-04-22 Thread LLVM Bugs via llvm-bugs
Issue 89626 Summary [HLSL][SPIRV] Add HLSL intrinsics like `any`, `all`, `lerp` to `SPIRVUsage.rst` Labels HLSL, backend:SPIR-V

[llvm-bugs] [Bug 89629] Nondeterminism in llvm-libc++-static.cfg.in :: std/time/time.zone/time.zone.timezone/time.zone.members/sys_info.zdump.pass.cpp

2024-04-22 Thread LLVM Bugs via llvm-bugs
Issue 89629 Summary Nondeterminism in llvm-libc++-static.cfg.in :: std/time/time.zone/time.zone.timezone/time.zone.members/sys_info.zdump.pass.cpp Labels bug,

[llvm-bugs] [Bug 89646] [DirectX backend] flatten multi-dimensional array into a one-dimensional array.

2024-04-22 Thread LLVM Bugs via llvm-bugs
Issue 89646 Summary [DirectX backend] flatten multi-dimensional array into a one-dimensional array. Labels backend:DirectX Assignees

[llvm-bugs] [Bug 89621] In py3.11 SBThread.frames says 'SBThread' object is not iterable

2024-04-22 Thread LLVM Bugs via llvm-bugs
Issue 89621 Summary In py3.11 SBThread.frames says 'SBThread' object is not iterable Labels new issue Assignees

[llvm-bugs] [Bug 89651] [libc] are compiler flags being cached?

2024-04-22 Thread LLVM Bugs via llvm-bugs
Issue 89651 Summary [libc] are compiler flags being cached? Labels build-problem, libc Assignees

[llvm-bugs] [Bug 89615] Invalid calling convention used for passing structures to varargs functions on ARM64EC

2024-04-22 Thread LLVM Bugs via llvm-bugs
Issue 89615 Summary Invalid calling convention used for passing structures to varargs functions on ARM64EC Labels new issue Assignees

[llvm-bugs] [Bug 89641] [HLSL] Propose generic bitfield intrinsics in LLVM

2024-04-22 Thread LLVM Bugs via llvm-bugs
Issue 89641 Summary [HLSL] Propose generic bitfield intrinsics in LLVM Labels new issue Assignees Reporter

[llvm-bugs] [Bug 89614] Assertion `(E->ReorderIndices.empty() || E != VectorizableTree.front().get() || !E->UserTreeIndices.empty()) && "PHI reordering is free."' failed.

2024-04-22 Thread LLVM Bugs via llvm-bugs
Issue 89614 Summary Assertion `(E->ReorderIndices.empty() || E != VectorizableTree.front().get() || !E->UserTreeIndices.empty()) && "PHI reordering is free."' failed. Labels

[llvm-bugs] [Bug 89635] LLVM ERROR: Broken module found, compilation aborted

2024-04-22 Thread LLVM Bugs via llvm-bugs
Issue 89635 Summary LLVM ERROR: Broken module found, compilation aborted Labels new issue Assignees Reporter

[llvm-bugs] [Bug 89647] [libc][math][c23] Implement C23 math function log2p1f

2024-04-22 Thread LLVM Bugs via llvm-bugs
Issue 89647 Summary [libc][math][c23] Implement C23 math function log2p1f Labels libc Assignees Reporter

[llvm-bugs] Issue 68239 in oss-fuzz: llvm:llvm-opt-fuzzer--x86_64-loop_vectorize: ASSERT: verifyVPlanIsValid(*Plan) && "VPlan is invalid"

2024-04-22 Thread ClusterFuzz-External via monorail via llvm-bugs
Status: New Owner: CC: k...@google.com, masc...@google.com, igm...@gmail.com, sammcc...@google.com, da...@adalogics.com, d...@google.com, mit...@google.com, bigch...@gmail.com, eney...@google.com, llvm-...@lists.llvm.org, jo...@devlieghere.com, j...@chromium.org, v...@apple.com,

[llvm-bugs] [Bug 89671] coalescing of redundant vector stores isn't preserving alignment correctly

2024-04-22 Thread LLVM Bugs via llvm-bugs
Issue 89671 Summary coalescing of redundant vector stores isn't preserving alignment correctly Labels new issue Assignees

[llvm-bugs] [Bug 89669] miscompile of vector double-negation + select by InstCombine

2024-04-22 Thread LLVM Bugs via llvm-bugs
Issue 89669 Summary miscompile of vector double-negation + select by InstCombine Labels miscompilation, llvm:instcombine Assignees

[llvm-bugs] [Bug 89668] Fixed point integral sqrt (uksqrtui) crashes with LIBC_FAST_MATH and produces an incorrect value without LIBC_FAST_MATH

2024-04-22 Thread LLVM Bugs via llvm-bugs
Issue 89668 Summary Fixed point integral sqrt (uksqrtui) crashes with LIBC_FAST_MATH and produces an incorrect value without LIBC_FAST_MATH Labels bug, libc

[llvm-bugs] [Bug 89672] coalescing of redundant vector stores isn't preserving alignment correctly

2024-04-22 Thread LLVM Bugs via llvm-bugs
Issue 89672 Summary coalescing of redundant vector stores isn't preserving alignment correctly Labels new issue Assignees

[llvm-bugs] [Bug 89673] error: Invalid cast (Producer: 'LLVM18.0.1' Reader: 'LLVM 18.0.1'

2024-04-22 Thread LLVM Bugs via llvm-bugs
Issue 89673 Summary error: Invalid cast (Producer: 'LLVM18.0.1' Reader: 'LLVM 18.0.1' Labels new issue Assignees

[llvm-bugs] [Bug 89695] void arguments in function types are not accepted

2024-04-22 Thread LLVM Bugs via llvm-bugs
Issue 89695 Summary void arguments in function types are not accepted Labels new issue Assignees Reporter

[llvm-bugs] [Bug 89670] Sanitizer handler calls emitted without regard to `-mregparm`

2024-04-22 Thread LLVM Bugs via llvm-bugs
Issue 89670 Summary Sanitizer handler calls emitted without regard to `-mregparm` Labels new issue Assignees

[llvm-bugs] [Bug 89661] [compiler warning]: comparison of integers of different signs: 'const int' and 'const unsigned long

2024-04-22 Thread LLVM Bugs via llvm-bugs
Issue 89661 Summary [compiler warning]: comparison of integers of different signs: 'const int' and 'const unsigned long Labels new issue

[llvm-bugs] [Bug 89663] [HLSL] Track HLSL "standard library" Implementation

2024-04-22 Thread LLVM Bugs via llvm-bugs
Issue 89663 Summary [HLSL] Track HLSL "standard library" Implementation Labels HLSL Assignees Reporter

[llvm-bugs] [Bug 89676] [libc++] wstring_convert::from_bytes Fails on Identity Conversions

2024-04-22 Thread LLVM Bugs via llvm-bugs
Issue 89676 Summary [libc++] wstring_convert::from_bytes Fails on Identity Conversions Labels libc++ Assignees

[llvm-bugs] [Bug 89667] [libc][docs] Should we add types, symbolic constants to implementation status docgen pages?

2024-04-22 Thread LLVM Bugs via llvm-bugs
Issue 89667 Summary [libc][docs] Should we add types, symbolic constants to implementation status docgen pages? Labels libc Assignees

[llvm-bugs] [Bug 89674] lldb/include/lldb/Utility/ProcessInfo.h:236: Same expression on both sides of '||'

2024-04-22 Thread LLVM Bugs via llvm-bugs
Issue 89674 Summary lldb/include/lldb/Utility/ProcessInfo.h:236: Same _expression_ on both sides of '||' Labels lldb Assignees

[llvm-bugs] [Bug 89696] [clang-format] Failure when formatting a nested structure containing a lint-suppression comment

2024-04-22 Thread LLVM Bugs via llvm-bugs
Issue 89696 Summary [clang-format] Failure when formatting a nested structure containing a lint-suppression comment Labels clang-format Assignees

[llvm-bugs] [Bug 89704] -fasm-blocks ignores partial register update

2024-04-22 Thread LLVM Bugs via llvm-bugs
Issue 89704 Summary -fasm-blocks ignores partial register update Labels new issue Assignees Reporter

[llvm-bugs] [Bug 89699] [clang/c++] Very strange/bad optimizer behavior.

2024-04-22 Thread LLVM Bugs via llvm-bugs
Issue 89699 Summary [clang/c++] Very strange/bad optimizer behavior. Labels clang Assignees Reporter

[llvm-bugs] [Bug 89700] llvm-split replaces symbolic links with the referenced file.

2024-04-22 Thread LLVM Bugs via llvm-bugs
Issue 89700 Summary llvm-split replaces symbolic links with the referenced file. Labels new issue Assignees

[llvm-bugs] [Bug 89705] -fasm-blocks disables implicit return from main

2024-04-22 Thread LLVM Bugs via llvm-bugs
Issue 89705 Summary -fasm-blocks disables implicit return from main Labels new issue Assignees Reporter