[llvm-bugs] [Bug 78888] vector compare not equal and compare not not equal should be handled better

2024-01-20 Thread LLVM Bugs via llvm-bugs
Issue 7 Summary vector compare not equal and compare not not equal should be handled better Labels new issue Assignees

[llvm-bugs] [Bug 78883] Can't build openmp project with python 3.12

2024-01-20 Thread LLVM Bugs via llvm-bugs
Issue 78883 Summary Can't build openmp project with python 3.12 Labels new issue Assignees Reporter

[llvm-bugs] [Bug 78882] Clang does not optimize some redundant checks in std::find with a bounds-checked iterator

2024-01-20 Thread LLVM Bugs via llvm-bugs
Issue 78882 Summary Clang does not optimize some redundant checks in std::find with a bounds-checked iterator Labels clang Assignees

[llvm-bugs] [Bug 78875] Consecutive comparisons are not combined into a single comparison (impacts safety checks)

2024-01-20 Thread LLVM Bugs via llvm-bugs
Issue 78875 Summary Consecutive comparisons are not combined into a single comparison (impacts safety checks) Labels new issue Assignees

[llvm-bugs] [Bug 78873] lld behaves differently from ld.bfd when adding `.interp`

2024-01-20 Thread LLVM Bugs via llvm-bugs
Issue 78873 Summary lld behaves differently from ld.bfd when adding `.interp` Labels lld Assignees Reporter

[llvm-bugs] [Bug 78871] Simplify sinh(x) / cosh(x) -> tanh(x) with fast-math

2024-01-20 Thread LLVM Bugs via llvm-bugs
Issue 78871 Summary Simplify sinh(x) / cosh(x) -> tanh(x) with fast-math Labels new issue Assignees Reporter

[llvm-bugs] [Bug 78867] Need a new clang-format to option ensure static_assert does not align.

2024-01-20 Thread LLVM Bugs via llvm-bugs
Issue 78867 Summary Need a new clang-format to option ensure static_assert does not align. Labels Assignees Reporter

[llvm-bugs] [Bug 78860] [libc++] libc++ on apple does not re-export new/delete and exception symbols from libc++abi

2024-01-20 Thread LLVM Bugs via llvm-bugs
Issue 78860 Summary [libc++] libc++ on apple does not re-export new/delete and exception symbols from libc++abi Labels libc++, libc++abi

[llvm-bugs] [Bug 78856] [AMDGPU] Should v_permlane64_b32 be handled in fixVcmpxPermlaneHazards?

2024-01-20 Thread LLVM Bugs via llvm-bugs
Issue 78856 Summary [AMDGPU] Should v_permlane64_b32 be handled in fixVcmpxPermlaneHazards? Labels new issue Assignees

[llvm-bugs] [Bug 78850] C++20 Modules: Clang gives error `error: 'std::align' has different definitions in different modules` when just including standard headers in two module partitions

2024-01-20 Thread LLVM Bugs via llvm-bugs
Issue 78850 Summary C++20 Modules: Clang gives error `error: 'std::align' has different definitions in different modules` when just including standard headers in two module partitions Label

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

2024-01-20 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, mitch...@ou

[llvm-bugs] [Bug 78841] Clang crashes when generating a reference of auto type from a nullptr casted to a pointer to an integer array of unknown size

2024-01-20 Thread LLVM Bugs via llvm-bugs
Issue 78841 Summary Clang crashes when generating a reference of auto type from a nullptr casted to a pointer to an integer array of unknown size Labels clang

[llvm-bugs] [Bug 78839] [clang-format] always auto add a space after '@'

2024-01-20 Thread LLVM Bugs via llvm-bugs
Issue 78839 Summary [clang-format] always auto add a space after '@' Labels clang-format Assignees Reporter