[llvm-bugs] [Bug 62853] Please backport distro-independent detection of HIP in system paths

2023-05-22 Thread LLVM Bugs via llvm-bugs
Issue 62853 Summary Please backport distro-independent detection of HIP in system paths Labels new issue Assignees

[llvm-bugs] [Bug 62854] Access to constructor is checked when it is not called

2023-05-22 Thread LLVM Bugs via llvm-bugs
Issue 62854 Summary Access to constructor is checked when it is not called Labels new issue Assignees Reporter

[llvm-bugs] [Bug 62855] [clang-tidy] false positive hicpp-multiway-paths-covered in known loop

2023-05-22 Thread LLVM Bugs via llvm-bugs
Issue 62855 Summary [clang-tidy] false positive hicpp-multiway-paths-covered in known loop Labels Assignees Reporter

[llvm-bugs] [Bug 62856] LSV fails with "SCEVAddExpr operand types don't match!" with AMDGPU address space 7

2023-05-22 Thread LLVM Bugs via llvm-bugs
Issue 62856 Summary LSV fails with "SCEVAddExpr operand types don't match!" with AMDGPU address space 7 Labels backend:AMDGPU Assignees

[llvm-bugs] [Bug 62857] [clang-tidy] Add IgnoreMacros option to bugprone-lambda-function-name

2023-05-22 Thread LLVM Bugs via llvm-bugs
Issue 62857 Summary [clang-tidy] Add IgnoreMacros option to bugprone-lambda-function-name Labels enhancement, clang-tidy Assignees

[llvm-bugs] [Bug 62858] [clang] Clang accepts deleted constructer for no_unique_address field.

2023-05-22 Thread LLVM Bugs via llvm-bugs
Issue 62858 Summary [clang] Clang accepts deleted constructer for no_unique_address field. Labels c++20, accepts-invalid Assignees

[llvm-bugs] [Bug 62859] [clang] ICE on target_clone attribute

2023-05-22 Thread LLVM Bugs via llvm-bugs
Issue 62859 Summary [clang] ICE on target_clone attribute Labels new issue Assignees Reporter soro

[llvm-bugs] [Bug 62860] [flang] Compilation issue

2023-05-22 Thread LLVM Bugs via llvm-bugs
Issue 62860 Summary [flang] Compilation issue Labels new issue Assignees Reporter Yanni

[llvm-bugs] [Bug 62861] Dead Code Elimination Regression when using __builtin_unreachable (trunk/16 vs 15)

2023-05-22 Thread LLVM Bugs via llvm-bugs
Issue 62861 Summary Dead Code Elimination Regression when using __builtin_unreachable (trunk/16 vs 15) Labels new issue Assignees

[llvm-bugs] [Bug 62862] MachineVerification fails after @llvm.amdgcn.set.inactive.i32(i32 0, i32 poison)

2023-05-22 Thread LLVM Bugs via llvm-bugs
Issue 62862 Summary MachineVerification fails after @llvm.amdgcn.set.inactive.i32(i32 0, i32 poison) Labels backend:AMDGPU Assignees

[llvm-bugs] [Bug 62863] [clang] Reference to 'int[1]' cannot bind to 'int[]'

2023-05-22 Thread LLVM Bugs via llvm-bugs
Issue 62863 Summary [clang] Reference to 'int[1]' cannot bind to 'int[]' Labels c++20, rejects-valid Assignees

[llvm-bugs] [Bug 62864] [libcxx] std::bind : The args in checking does not match the actual args when calling the functor

2023-05-22 Thread LLVM Bugs via llvm-bugs
Issue 62864 Summary [libcxx] std::bind : The args in checking does not match the actual args when calling the functor Labels new issue Assignees

[llvm-bugs] [Bug 62865] [clang] std::convertible_to incorrect with templated class

2023-05-22 Thread LLVM Bugs via llvm-bugs
Issue 62865 Summary [clang] std::convertible_to incorrect with templated class Labels new issue Assignees Reporter

[llvm-bugs] [Bug 62866] Clang rejects P0388R4/"Ranking of reference initialization conversions"

2023-05-22 Thread LLVM Bugs via llvm-bugs
Issue 62866 Summary Clang rejects P0388R4/"Ranking of reference initialization conversions" Labels c++20, clang:frontend, rejects-valid

[llvm-bugs] [Bug 62867] [OpenMP] non-zero OMP_MAX_TASK_PRIORITY deadlocks

2023-05-22 Thread LLVM Bugs via llvm-bugs
Issue 62867 Summary [OpenMP] non-zero OMP_MAX_TASK_PRIORITY deadlocks Labels new issue Assignees Reporter

[llvm-bugs] [Bug 62868] [Clang] __builtin_assume_aligned causes clang crash

2023-05-22 Thread LLVM Bugs via llvm-bugs
EASE submit a bug report to https://github.com/llvm/llvm-project/issues/ and include the crash backtrace, preprocessed source, and associated run script. Stack dump: 0. Program arguments: /opt/compiler-explorer/clang-assertions-trunk-20230522/bin/clang-17 -cc1 -triple x86_64-unknown-linux-gnu -em

[llvm-bugs] [Bug 62869] integral/enum ext_vector_type inconsistency between C and C++

2023-05-22 Thread LLVM Bugs via llvm-bugs
Issue 62869 Summary integral/enum ext_vector_type inconsistency between C and C++ Labels c++, clang:frontend Assignees

[llvm-bugs] [Bug 62870] Assertion failed: Result.isInvalid() && "C++ binary operator overloading is missing candidates!"

2023-05-22 Thread LLVM Bugs via llvm-bugs
Issue 62870 Summary Assertion failed: Result.isInvalid() && "C++ binary operator overloading is missing candidates!" Labels clang:frontend, crash

[llvm-bugs] [Bug 62871] `clang-format` does not format RawString text protos correctly when there is TextProto specific config.

2023-05-22 Thread LLVM Bugs via llvm-bugs
Issue 62871 Summary `clang-format` does not format RawString text protos correctly when there is TextProto specific config. Labels new issue Assig

[llvm-bugs] [Bug 62872] clang win32-msvc posing: a minor mismatch logic while compiling pedantic

2023-05-22 Thread LLVM Bugs via llvm-bugs
Issue 62872 Summary clang win32-msvc posing: a minor mismatch logic while compiling pedantic Labels new issue Assignees

[llvm-bugs] [Bug 62873] [LoopIdiomRecognize] Miscompilation on bitmask loop can trigger UB

2023-05-22 Thread LLVM Bugs via llvm-bugs
Issue 62873 Summary [LoopIdiomRecognize] Miscompilation on bitmask loop can trigger UB Labels new issue Assignees R

[llvm-bugs] Issue 59224 in oss-fuzz: llvm:clang-objc-fuzzer: ASSERT: (T->isIntegralType(Context) || T->isEnumeralType()) && "Integral type required!"

2023-05-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, 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...@outlook.com, xpl...@gma

[llvm-bugs] [Bug 62874] dsymutil generates DWARF units with version 0

2023-05-22 Thread LLVM Bugs via llvm-bugs
Issue 62874 Summary dsymutil generates DWARF units with version 0 Labels new issue Assignees Reporter

[llvm-bugs] [Bug 62875] Possibly suboptimal AntiDepBreakMode for X86

2023-05-22 Thread LLVM Bugs via llvm-bugs
Issue 62875 Summary Possibly suboptimal AntiDepBreakMode for X86 Labels Assignees Reporter akihikodaki

[llvm-bugs] [Bug 62876] [IROutliner] Crash due to missing GVN

2023-05-22 Thread LLVM Bugs via llvm-bugs
Issue 62876 Summary [IROutliner] Crash due to missing GVN Labels new issue Assignees Reporter lanz

[llvm-bugs] [Bug 62877] Error compiling with wasm-exceptions

2023-05-22 Thread LLVM Bugs via llvm-bugs
Issue 62877 Summary Error compiling with wasm-exceptions Labels Assignees Reporter kzhsw En