[llvm-bugs] [Bug 89968] ER: Add diagnostic to flag using "%P" specifier with Objective-C pointers

2024-04-24 Thread LLVM Bugs via llvm-bugs
Issue 89968 Summary ER: Add diagnostic to flag using "%P" specifier with Objective-C pointers Labels new issue Assignees

[llvm-bugs] [Bug 89971] AMDGPU inline assembly with s constraint incorrectly emits VGPR use

2024-04-24 Thread LLVM Bugs via llvm-bugs
Issue 89971 Summary AMDGPU inline assembly with s constraint incorrectly emits VGPR use Labels backend:AMDGPU Assignees

[llvm-bugs] [Bug 89983] incorrect warning that a static member function parameter shadows an inherited member variable

2024-04-24 Thread LLVM Bugs via llvm-bugs
Issue 89983 Summary incorrect warning that a static member function parameter shadows an inherited member variable Labels new issue Assignees

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

2024-04-24 Thread LLVM Bugs via llvm-bugs
Issue 89986 Summary Do you still need commit access? Labels infrastructure:commit-access Assignees Reporter

[llvm-bugs] [Bug 89987] Assertion `I.isArrayAllocation()' failed with SVE-AES

2024-04-24 Thread LLVM Bugs via llvm-bugs
Issue 89987 Summary Assertion `I.isArrayAllocation()' failed with SVE-AES Labels new issue Assignees Reporter

[llvm-bugs] [Bug 89988] [SLPVectorizer][RISC-V] rv64gcv miscompile with `slp-vectorizer` pass

2024-04-24 Thread LLVM Bugs via llvm-bugs
Issue 89988 Summary [SLPVectorizer][RISC-V] rv64gcv miscompile with `slp-vectorizer` pass Labels new issue Assignees

[llvm-bugs] [Bug 89989] clang-include-cleaner: Consider supporting `IWYU pragma: no_include`

2024-04-24 Thread LLVM Bugs via llvm-bugs
Issue 89989 Summary clang-include-cleaner: Consider supporting `IWYU pragma: no_include` Labels new issue Assignees

[llvm-bugs] [Bug 89996] Bitmanipulations can be performed on vectors after they are moved over to scalar registers

2024-04-24 Thread LLVM Bugs via llvm-bugs
Issue 89996 Summary Bitmanipulations can be performed on vectors after they are moved over to scalar registers Labels new issue Assignees

[llvm-bugs] [Bug 90000] `@min(@ctz(x), y)` can become `@ctz(x | (1 << y))`

2024-04-24 Thread LLVM Bugs via llvm-bugs
Issue 9 Summary `@min(@ctz(x), y)` can become `@ctz(x | (1 << y))` Labels new issue Assignees Reporter

[llvm-bugs] [Bug 90001] clang misleading diagnostic: error: 'f' requires 'float' type support, but ABI 'aapcs' does not support it

2024-04-24 Thread LLVM Bugs via llvm-bugs
Issue 90001 Summary clang misleading diagnostic: error: 'f' requires 'float' type support, but ABI 'aapcs' does not support it Labels clang, clang:diagnostics

[llvm-bugs] [Bug 90009] Possible bug in compiler-rt 128x128 `wideMultiply`

2024-04-24 Thread LLVM Bugs via llvm-bugs
Issue 90009 Summary Possible bug in compiler-rt 128x128 `wideMultiply` Labels new issue Assignees Reporter

[llvm-bugs] [Bug 90010] Function sanitizer is extremely fragile on macOS

2024-04-24 Thread LLVM Bugs via llvm-bugs
Issue 90010 Summary Function sanitizer is extremely fragile on macOS Labels Assignees Reporter glandium

[llvm-bugs] [Bug 90019] [mlir][bufferization] linalg.map in loops bufferize error

2024-04-24 Thread LLVM Bugs via llvm-bugs
Issue 90019 Summary [mlir][bufferization] linalg.map in loops bufferize error Labels mlir Assignees Reporter

[llvm-bugs] [Bug 90020] [InstCombine] Failure to infer nuw for mul nsw of non-negative

2024-04-24 Thread LLVM Bugs via llvm-bugs
Issue 90020 Summary [InstCombine] Failure to infer nuw for mul nsw of non-negative Labels llvm:instcombine, missed-optimization Assign

[llvm-bugs] [Bug 90021] [Clang] A trivial but `noexcept(false)` destructor is incorrectly considered non-throwing

2024-04-24 Thread LLVM Bugs via llvm-bugs
Issue 90021 Summary [Clang] A trivial but `noexcept(false)` destructor is incorrectly considered non-throwing Labels clang Assignees

[llvm-bugs] [Bug 90023] opt: unknown pass name

2024-04-25 Thread LLVM Bugs via llvm-bugs
Issue 90023 Summary opt: unknown pass name Labels new issue Assignees Reporter gihyeonjeon

[llvm-bugs] [Bug 90024] [clang][dataflow] Don't associate `BoolValue`s with expressions / locations of integer type

2024-04-25 Thread LLVM Bugs via llvm-bugs
Issue 90024 Summary [clang][dataflow] Don't associate `BoolValue`s with expressions / locations of integer type Labels clang:dataflow Assignees

[llvm-bugs] [Bug 90025] Running LLVM IR causes segfault on macOS aarch64 but not on x86_64

2024-04-25 Thread LLVM Bugs via llvm-bugs
Issue 90025 Summary Running LLVM IR causes segfault on macOS aarch64 but not on x86_64 Labels new issue Assignees R

[llvm-bugs] [Bug 90027] Add a fixit for inserting the matching closing brace

2024-04-25 Thread LLVM Bugs via llvm-bugs
Issue 90027 Summary Add a fixit for inserting the matching closing brace Labels new issue Assignees Reporter

[llvm-bugs] [Bug 90033] [RISCV] Regsiter copies in a loop should be eliminated

2024-04-25 Thread LLVM Bugs via llvm-bugs
Issue 90033 Summary [RISCV] Regsiter copies in a loop should be eliminated Labels new issue Assignees Reporter

[llvm-bugs] [Bug 90041] pthread_cancel results in SEGFAULT with libc++

2024-04-25 Thread LLVM Bugs via llvm-bugs
Issue 90041 Summary pthread_cancel results in SEGFAULT with libc++ Labels libc++ Assignees Reporter

[llvm-bugs] [Bug 90042] [AArch64] compile crash on "Unexpected function-local entity in 'imports' CU field"

2024-04-25 Thread LLVM Bugs via llvm-bugs
Issue 90042 Summary [AArch64] compile crash on "Unexpected function-local entity in 'imports' CU field" Labels new issue Assignees

[llvm-bugs] [Bug 90044] [LLD] -Ttext-segment is not supported

2024-04-25 Thread LLVM Bugs via llvm-bugs
Issue 90044 Summary [LLD] -Ttext-segment is not supported Labels lld Assignees Reporter tannal

[llvm-bugs] [Bug 90046] [abi] mangled name issues for requires-clauses.

2024-04-25 Thread LLVM Bugs via llvm-bugs
Issue 90046 Summary [abi] mangled name issues for requires-clauses. Labels clang:frontend, tools:llvm-cxxfilt, ABI Assigne

[llvm-bugs] [Bug 90047] User defined SIN function is not called with O3 opt level

2024-04-25 Thread LLVM Bugs via llvm-bugs
Issue 90047 Summary User defined SIN function is not called with O3 opt level Labels new issue Assignees Reporter

[llvm-bugs] [Bug 90052] Clang rejects valid program involving evaluation of this in constexpr context

2024-04-25 Thread LLVM Bugs via llvm-bugs
Issue 90052 Summary Clang rejects valid program involving evaluation of this in constexpr context Labels clang Assignees

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

2024-04-25 Thread LLVM Bugs via llvm-bugs
Issue 90058 Summary Do you still need commit access? Labels infrastructure:commit-access Assignees Reporter

[llvm-bugs] [Bug 90069] fatal error: error in backend: Broken function found, compilation aborted

2024-04-25 Thread LLVM Bugs via llvm-bugs
Issue 90069 Summary fatal error: error in backend: Broken function found, compilation aborted Labels new issue Assignees

[llvm-bugs] [Bug 90073] [[deprercated]] applied to local variables

2024-04-25 Thread LLVM Bugs via llvm-bugs
Issue 90073 Summary [[deprercated]] applied to local variables Labels clang:frontend, clang:diagnostics Assignees

[llvm-bugs] [Bug 90095] Implement Default and Relaxed diagnostics modes

2024-04-25 Thread LLVM Bugs via llvm-bugs
Issue 90095 Summary Implement Default and Relaxed diagnostics modes Labels new issue Assignees Reporter

[llvm-bugs] [Bug 90096] Implement Strict diagnostics mode

2024-04-25 Thread LLVM Bugs via llvm-bugs
Issue 90096 Summary Implement Strict diagnostics mode Labels new issue Assignees Reporter hekota

[llvm-bugs] [Bug 90101] C++ import std still puts things in global namespace?

2024-04-25 Thread LLVM Bugs via llvm-bugs
Issue 90101 Summary C++ import std still puts things in global namespace? Labels new issue Assignees Reporter

[llvm-bugs] [Bug 90107] Decomposition Declaration diagnostic for missing initializer is pretty unclear

2024-04-25 Thread LLVM Bugs via llvm-bugs
Issue 90107 Summary Decomposition Declaration diagnostic for missing initializer is pretty unclear Labels good first issue, quality-of-implementation,

[llvm-bugs] [Bug 90117] -Wfree-nonheap-object doesn't warn when free() is used on a pointer to an array

2024-04-25 Thread LLVM Bugs via llvm-bugs
Issue 90117 Summary -Wfree-nonheap-object doesn't warn when free() is used on a pointer to an array Labels new issue Assignees

[llvm-bugs] [Bug 90119] LLVM does not eliminate or hoist redundant bounds checks for std::vector and std::string

2024-04-25 Thread LLVM Bugs via llvm-bugs
Issue 90119 Summary LLVM does not eliminate or hoist redundant bounds checks for std::vector and std::string Labels missed-optimization, hardening

[llvm-bugs] [Bug 90123] Compiler crash when using float register annotation in conjunction with ASM blocks on Aarch64

2024-04-25 Thread LLVM Bugs via llvm-bugs
Issue 90123 Summary Compiler crash when using float register annotation in conjunction with ASM blocks on Aarch64 Labels new issue Assignees

[llvm-bugs] [Bug 90129] [HLSL][DirectX] Compile a runnable shader from clang

2024-04-25 Thread LLVM Bugs via llvm-bugs
Issue 90129 Summary [HLSL][DirectX] Compile a runnable shader from clang Labels HLSL Assignees Reporter

[llvm-bugs] [Bug 90130] Incorrect code generation with asan, no_unique_address, and consteval

2024-04-25 Thread LLVM Bugs via llvm-bugs
Issue 90130 Summary Incorrect code generation with asan, no_unique_address, and consteval Labels new issue Assignees

[llvm-bugs] [Bug 90154] [C++20] [Modules] We didn't implement lookup in module level actually

2024-04-25 Thread LLVM Bugs via llvm-bugs
Issue 90154 Summary [C++20] [Modules] We didn't implement lookup in module level actually Labels clang:modules Assignees

[llvm-bugs] [Bug 90156] llvm-lipo doesn't support universal binaries as input

2024-04-25 Thread LLVM Bugs via llvm-bugs
Issue 90156 Summary llvm-lipo doesn't support universal binaries as input Labels new issue Assignees Reporter

[llvm-bugs] [Bug 90162] [clang][static analyzer]alpha.deadcode.UnreachableCode false positive on cxxTryStmt

2024-04-25 Thread LLVM Bugs via llvm-bugs
Issue 90162 Summary [clang][static analyzer]alpha.deadcode.UnreachableCode false positive on cxxTryStmt Labels clang:static analyzer Assignees

[llvm-bugs] [Bug 90174] [clang-tidy] bugprone-use-after-move - false-negative

2024-04-26 Thread LLVM Bugs via llvm-bugs
Issue 90174 Summary [clang-tidy] bugprone-use-after-move - false-negative Labels clang-tidy, false-negative Assignees

[llvm-bugs] [Bug 90175] #pragma clang loop pipeline(disable) is ignored when other transformation pragmas exist

2024-04-26 Thread LLVM Bugs via llvm-bugs
Issue 90175 Summary #pragma clang loop pipeline(disable) is ignored when other transformation pragmas exist Labels clang Assignees

[llvm-bugs] [Bug 90177] CTAD: incorrect transformed require-clause for the alias deduction guide

2024-04-26 Thread LLVM Bugs via llvm-bugs
Issue 90177 Summary CTAD: incorrect transformed require-clause for the alias deduction guide Labels clang, c++20, clang:frontend

[llvm-bugs] [Bug 90178] [Question] Which apt packages provides "LLVMgold.so"?

2024-04-26 Thread LLVM Bugs via llvm-bugs
Issue 90178 Summary [Question] Which apt packages provides "LLVMgold.so"? Labels new issue Assignees Reporter

[llvm-bugs] [Bug 90192] [Flang] fatal internal error: CHECK(dtSym.has()) failed at /root/llvm-project/flang/lib/Semantics/mod-file.cpp(205)

2024-04-26 Thread LLVM Bugs via llvm-bugs
Issue 90192 Summary [Flang] fatal internal error: CHECK(dtSym.has()) failed at /root/llvm-project/flang/lib/Semantics/mod-file.cpp(205) Labels flang

[llvm-bugs] [Bug 90193] test/python/dialects/transform_interpreter.py fails with PyMlirTransformOptions is non-copyable

2024-04-26 Thread LLVM Bugs via llvm-bugs
Issue 90193 Summary test/python/dialects/transform_interpreter.py fails with PyMlirTransformOptions is non-copyable Labels new issue Assignees

[llvm-bugs] [Bug 90194] LLVM backend crashes on arm when `musttail` with more than 5 parameters

2024-04-26 Thread LLVM Bugs via llvm-bugs
Issue 90194 Summary LLVM backend crashes on arm when `musttail` with more than 5 parameters Labels new issue Assignees

[llvm-bugs] [Bug 90196] [libc++][format] Formatting range with `m` range-type is incorrect

2024-04-26 Thread LLVM Bugs via llvm-bugs
Issue 90196 Summary [libc++][format] Formatting range with `m` range-type is incorrect Labels libc++ Assignees Repo

[llvm-bugs] [Bug 90197] apple build 18.1.4 error ModuleNotFoundError: No module named 'setuptools'

2024-04-26 Thread LLVM Bugs via llvm-bugs
Issue 90197 Summary apple build 18.1.4 error ModuleNotFoundError: No module named 'setuptools' Labels new issue Assignees

[llvm-bugs] [Bug 90202] [GlobalIsel][AArch64] crash in ir trnslator

2024-04-26 Thread LLVM Bugs via llvm-bugs
Issue 90202 Summary [GlobalIsel][AArch64] crash in ir trnslator Labels new issue Assignees Reporter

[llvm-bugs] [Bug 90205] Using Sleep(), warning: included header windows.h is not used directly [misc-include-cleaner]

2024-04-26 Thread LLVM Bugs via llvm-bugs
Issue 90205 Summary Using Sleep(), warning: included header windows.h is not used directly [misc-include-cleaner] Labels new issue Assignees

[llvm-bugs] [Bug 90206] [CVP] Inappropriate folding with `llvm.assume`

2024-04-26 Thread LLVM Bugs via llvm-bugs
Issue 90206 Summary [CVP] Inappropriate folding with `llvm.assume` Labels new issue Assignees Reporter

[llvm-bugs] [Bug 90209] CTAD: parameter pack assertion crash when synthesizing deduction guides for alias

2024-04-26 Thread LLVM Bugs via llvm-bugs
Issue 90209 Summary CTAD: parameter pack assertion crash when synthesizing deduction guides for alias Labels c++20, clang:frontend As

[llvm-bugs] [Bug 90211] Miscomplilation after GVN changes in 84bcfa0e1b

2024-04-26 Thread LLVM Bugs via llvm-bugs
Issue 90211 Summary Miscomplilation after GVN changes in 84bcfa0e1b Labels new issue Assignees Reporter

[llvm-bugs] [Bug 90212] [build system] Wrong clang-$VERSION installed if I checkout to other release

2024-04-26 Thread LLVM Bugs via llvm-bugs
Issue 90212 Summary [build system] Wrong clang-$VERSION installed if I checkout to other release Labels new issue Assignees

[llvm-bugs] [Bug 90218] Raising awareness over xz compromise

2024-04-26 Thread LLVM Bugs via llvm-bugs
Issue 90218 Summary Raising awareness over xz compromise Labels new issue Assignees Reporter joyce

[llvm-bugs] [Bug 90224] Assertion `I->use_empty() && "trying to erase instruction with users."' failed.

2024-04-26 Thread LLVM Bugs via llvm-bugs
Issue 90224 Summary Assertion `I->use_empty() && "trying to erase instruction with users."' failed. Labels new issue Assignees

[llvm-bugs] [Bug 90227] [clang-format] Macro `A=; ` causes -> to be incorrectly inferred as trailing return type

2024-04-26 Thread LLVM Bugs via llvm-bugs
Issue 90227 Summary [clang-format] Macro `A=;` causes -> to be incorrectly inferred as trailing return type Labels clang-format Assignees

[llvm-bugs] [Bug 90229] Incorrect handling of pointer to return value in ARM64EC entry thunks

2024-04-26 Thread LLVM Bugs via llvm-bugs
Issue 90229 Summary Incorrect handling of pointer to return value in ARM64EC entry thunks Labels new issue Assignees

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

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

[llvm-bugs] [Bug 90235] [clang-tidy] `readability-redundant-member-init` vs `-Wmissing-field-initializers`

2024-04-26 Thread LLVM Bugs via llvm-bugs
Issue 90235 Summary [clang-tidy] `readability-redundant-member-init` vs `-Wmissing-field-initializers` Labels clang-tidy Assignees

[llvm-bugs] [Bug 90238] [mlir][arith] wrong canonicalization pattern on index_castui

2024-04-26 Thread LLVM Bugs via llvm-bugs
Issue 90238 Summary [mlir][arith] wrong canonicalization pattern on index_castui Labels mlir Assignees Reporter

[llvm-bugs] [Bug 90239] llvm-spirv crashes on C++ for OpenCL using printf

2024-04-26 Thread LLVM Bugs via llvm-bugs
Issue 90239 Summary llvm-spirv crashes on C++ for OpenCL using printf Labels new issue Assignees Reporter

[llvm-bugs] [Bug 90242] incorrect coalescing of stores by AArch64 global isel backend

2024-04-26 Thread LLVM Bugs via llvm-bugs
Issue 90242 Summary incorrect coalescing of stores by AArch64 global isel backend Labels backend:AArch64, llvm:codegen, miscompilation,

[llvm-bugs] [Bug 90245] scalar/integer miscompile from global isel for AArch64

2024-04-26 Thread LLVM Bugs via llvm-bugs
Issue 90245 Summary scalar/integer miscompile from global isel for AArch64 Labels backend:AArch64, llvm:codegen, miscompilation, llvm:

[llvm-bugs] [Bug 90246] Warning about a missing 'default’ label a switch statement

2024-04-26 Thread LLVM Bugs via llvm-bugs
Issue 90246 Summary Warning about a missing 'default’ label a switch statement Labels new issue Assignees Reporter

[llvm-bugs] [Bug 90259] C++ modules not handling internal linkage

2024-04-26 Thread LLVM Bugs via llvm-bugs
Issue 90259 Summary C++ modules not handling internal linkage Labels new issue Assignees Reporter

[llvm-bugs] [Bug 90274] [clang-tidy] false-positive in `bugprone-return-const-ref-from-parameter` when overload for rvalues exists

2024-04-26 Thread LLVM Bugs via llvm-bugs
Issue 90274 Summary [clang-tidy] false-positive in `bugprone-return-const-ref-from-parameter` when overload for rvalues exists Labels clang-tidy, false-positi

[llvm-bugs] [Bug 90281] llvm/lib/Target/AMDGPU/SIMachineFunctionInfo.cpp:113: Possible bad expression ?

2024-04-26 Thread LLVM Bugs via llvm-bugs
Issue 90281 Summary llvm/lib/Target/AMDGPU/SIMachineFunctionInfo.cpp:113: Possible bad _expression_ ? Labels code-quality, llvm Assign

[llvm-bugs] [Bug 90282] clang/lib/Driver/ToolChains/Clang.cpp:8122: Poor choice of range variable type ?

2024-04-26 Thread LLVM Bugs via llvm-bugs
Issue 90282 Summary clang/lib/Driver/ToolChains/Clang.cpp:8122: Poor choice of range variable type ? Labels clang:driver, code-quality

[llvm-bugs] [Bug 90283] LLD Segfaults on AArch64 linking

2024-04-26 Thread LLVM Bugs via llvm-bugs
Issue 90283 Summary LLD Segfaults on AArch64 linking Labels lld Assignees Reporter wsmoses

[llvm-bugs] [Bug 90284] clang/lib/Driver/ToolChains/HIPUtility.cpp: 2 * poor choice of range variable type ?

2024-04-26 Thread LLVM Bugs via llvm-bugs
Issue 90284 Summary clang/lib/Driver/ToolChains/HIPUtility.cpp: 2 * poor choice of range variable type ? Labels clang:driver, code-quality

[llvm-bugs] [Bug 90285] clang/lib/Frontend/InterfaceStubFunctionsConsumer.cpp:298: Poor choice of range variable type ?

2024-04-26 Thread LLVM Bugs via llvm-bugs
Issue 90285 Summary clang/lib/Frontend/InterfaceStubFunctionsConsumer.cpp:298: Poor choice of range variable type ? Labels clang:frontend, code-quality

[llvm-bugs] [Bug 90286] llvm/lib/Transforms/Scalar/DFAJumpThreading.cpp:548: Poor choice of range variable type ?

2024-04-26 Thread LLVM Bugs via llvm-bugs
Issue 90286 Summary llvm/lib/Transforms/Scalar/DFAJumpThreading.cpp:548: Poor choice of range variable type ? Labels code-quality, llvm:transforms

[llvm-bugs] [Bug 90287] [PPC] DoubleAPFloat frexp ignores possibility that second double affects exponent

2024-04-26 Thread LLVM Bugs via llvm-bugs
Issue 90287 Summary [PPC] DoubleAPFloat frexp ignores possibility that second double affects exponent Labels backend:PowerPC Assignees

[llvm-bugs] [Bug 90288] llvm/tools/llvm-lto2/llvm-lto2.cpp:254: Poor choice of range variable type ?

2024-04-26 Thread LLVM Bugs via llvm-bugs
Issue 90288 Summary llvm/tools/llvm-lto2/llvm-lto2.cpp:254: Poor choice of range variable type ? Labels llvm-tools, code-quality Assig

[llvm-bugs] [Bug 90289] llvm/tools/llvm-exegesis/lib/SubprocessMemory.cpp:146: Poor choice of range variable type ?

2024-04-26 Thread LLVM Bugs via llvm-bugs
Issue 90289 Summary llvm/tools/llvm-exegesis/lib/SubprocessMemory.cpp:146: Poor choice of range variable type ? Labels tools:llvm-exegesis, code-quality

[llvm-bugs] [Bug 90296] [mlir][arith] canonicalization pattern causes miscompilation on `arith.index_cast`

2024-04-26 Thread LLVM Bugs via llvm-bugs
Issue 90296 Summary [mlir][arith] canonicalization pattern causes miscompilation on `arith.index_cast` Labels mlir Assignees

[llvm-bugs] [Bug 90316] [libc] [docs] Broken links related to 'libc/config/linux/riscv64'

2024-04-26 Thread LLVM Bugs via llvm-bugs
Issue 90316 Summary [libc] [docs] Broken links related to 'libc/config/linux/riscv64' Labels libc Assignees Reporte

[llvm-bugs] [Bug 90321] MIPSr5+MSA: Support FMAX/FMIN instructions

2024-04-27 Thread LLVM Bugs via llvm-bugs
Issue 90321 Summary MIPSr5+MSA: Support FMAX/FMIN instructions Labels new issue Assignees wzssyqa Repor

[llvm-bugs] [Bug 90323] llvm/include/llvm/Analysis/DOTGraphTraitsPass.h: 2 * clumsy string resize ?

2024-04-27 Thread LLVM Bugs via llvm-bugs
Issue 90323 Summary llvm/include/llvm/Analysis/DOTGraphTraitsPass.h: 2 * clumsy string resize ? Labels code-quality, llvm:analysis Ass

[llvm-bugs] [Bug 90324] llvm/lib/Support/GraphWriter.cpp:118: Clumsy string resize ?

2024-04-27 Thread LLVM Bugs via llvm-bugs
Issue 90324 Summary llvm/lib/Support/GraphWriter.cpp:118: Clumsy string resize ? Labels new issue Assignees Reporte

[llvm-bugs] [Bug 90325] MIPS bit operation can be improved

2024-04-27 Thread LLVM Bugs via llvm-bugs
Issue 90325 Summary MIPS bit operation can be improved Labels new issue Assignees wzssyqa Reporter

[llvm-bugs] [Bug 90326] llvm/include/llvm/DebugInfo/LogicalView/Core/LVObject.h: 3 * redundant condition ?

2024-04-27 Thread LLVM Bugs via llvm-bugs
Issue 90326 Summary llvm/include/llvm/DebugInfo/LogicalView/Core/LVObject.h: 3 * redundant condition ? Labels code-quality, debuginfo

[llvm-bugs] [Bug 90327] llvm/utils/TableGen/GlobalISelCombinerEmitter.cpp:2425:24: warning: Assert statement modifies 'ExpectedID'. [assignmentInAssert]

2024-04-27 Thread LLVM Bugs via llvm-bugs
Issue 90327 Summary llvm/utils/TableGen/GlobalISelCombinerEmitter.cpp:2425:24: warning: Assert statement modifies 'ExpectedID'. [assignmentInAssert] Labels tablegen,

[llvm-bugs] [Bug 90328] llvm/lib/CodeGen/TargetSchedule.cpp:132:12: warning: Assert statement modifies 'NIter'

2024-04-27 Thread LLVM Bugs via llvm-bugs
Issue 90328 Summary llvm/lib/CodeGen/TargetSchedule.cpp:132:12: warning: Assert statement modifies 'NIter' Labels llvm:codegen, code-quality

[llvm-bugs] [Bug 90330] Crash issue when using flexible array member in struct S

2024-04-27 Thread LLVM Bugs via llvm-bugs
Issue 90330 Summary Crash issue when using flexible array member in struct S Labels Assignees Reporter iamanon

[llvm-bugs] [Bug 90331] llvm/lib/Target/X86/Disassembler/X86Disassembler.cpp: 5 * unused label in switch ?

2024-04-27 Thread LLVM Bugs via llvm-bugs
Issue 90331 Summary llvm/lib/Target/X86/Disassembler/X86Disassembler.cpp: 5 * unused label in switch ? Labels backend:X86, code-quality

[llvm-bugs] [Bug 90332] [runtimes] [openmp] `-nostdlib++` added to `CMAKE_REQUIRED_FLAGS` breaks hwloc detection for OMPT

2024-04-27 Thread LLVM Bugs via llvm-bugs
Issue 90332 Summary [runtimes] [openmp] `-nostdlib++` added to `CMAKE_REQUIRED_FLAGS` breaks hwloc detection for OMPT Labels new issue Assignees

[llvm-bugs] [Bug 90333] [offload] [cmake] Standalone build test logic is broken

2024-04-27 Thread LLVM Bugs via llvm-bugs
Issue 90333 Summary [offload] [cmake] Standalone build test logic is broken Labels new issue Assignees Reporter

[llvm-bugs] [Bug 90336] [Microsoft codegen] `__thiscall` function with non-trivially-destructible first arg crashes

2024-04-27 Thread LLVM Bugs via llvm-bugs
Issue 90336 Summary [Microsoft codegen] `__thiscall` function with non-trivially-destructible first arg crashes Labels new issue Assignees

[llvm-bugs] [Bug 90337] [Flang][OpenMP] fatal internal error: CHECK(context.location().has_value()) failed at /root/llvm-project/flang/lib/Semantics/expression.cpp(4640)

2024-04-27 Thread LLVM Bugs via llvm-bugs
Issue 90337 Summary [Flang][OpenMP] fatal internal error: CHECK(context.location().has_value()) failed at /root/llvm-project/flang/lib/Semantics/_expression_.cpp(4640) Labels

[llvm-bugs] [Bug 90340] [build system] add_llvm_tool_symlink does not generate a target during install

2024-04-27 Thread LLVM Bugs via llvm-bugs
Issue 90340 Summary [build system] add_llvm_tool_symlink does not generate a target during install Labels new issue Assignees

[llvm-bugs] [Bug 90341] Invalid examples in ObjC-Block-ABI specification doc examples

2024-04-27 Thread LLVM Bugs via llvm-bugs
Issue 90341 Summary Invalid examples in ObjC-Block-ABI specification doc examples Labels new issue Assignees Report

[llvm-bugs] [Bug 90343] Initialising LLM on multiple GPUs stuck at "Started a local Ray instance"

2024-04-27 Thread LLVM Bugs via llvm-bugs
Issue 90343 Summary Initialising LLM on multiple GPUs stuck at "Started a local Ray instance" Labels new issue Assignees

[llvm-bugs] [Bug 90344] [mlir] mlir-opt asserts when dumping the pass pipeline

2024-04-27 Thread LLVM Bugs via llvm-bugs
Issue 90344 Summary [mlir] mlir-opt asserts when dumping the pass pipeline Labels mlir Assignees Reporter

[llvm-bugs] [Bug 90346] [PATCH][OpenMP] OpenMP does not build for X32 ABI

2024-04-27 Thread LLVM Bugs via llvm-bugs
Issue 90346 Summary [PATCH][OpenMP] OpenMP does not build for X32 ABI Labels new issue Assignees Reporter

[llvm-bugs] [Bug 90348] Asterisk array size should be supported in typeof and _Atomic type specifiers which are part of a parameter declaration

2024-04-27 Thread LLVM Bugs via llvm-bugs
Issue 90348 Summary Asterisk array size should be supported in typeof and _Atomic type specifiers which are part of a parameter declaration Labels new issue

[llvm-bugs] [Bug 90349] Incorrect constraint check with template friend function

2024-04-27 Thread LLVM Bugs via llvm-bugs
Issue 90349 Summary Incorrect constraint check with template friend function Labels new issue Assignees Reporter

<    14   15   16   17   18   19   20   21   22   23   >