[llvm-bugs] [Bug 130472] llvm-objcopy regression: Invalid iOS Mach-O: __TEXT segment fileoffset is not zero

2025-03-09 Thread LLVM Bugs via llvm-bugs
Issue 130472 Summary llvm-objcopy regression: Invalid iOS Mach-O: __TEXT segment fileoffset is not zero Labels new issue Assignees

[llvm-bugs] [Bug 130484] [Question] Is (volatile long double) 0 output from 'ta v' command a bug?

2025-03-09 Thread LLVM Bugs via llvm-bugs
Issue 130484 Summary [Question] Is (volatile long double) 0 output from 'ta v' command a bug? Labels new issue Assignees

[llvm-bugs] [Bug 130499] [clang-tidy] spurious `warning: #includes are not sorted properly [llvm-include-order]` and `warning: no header providing "std::streampos" is directly included`

2025-03-09 Thread LLVM Bugs via llvm-bugs
Issue 130499 Summary [clang-tidy] spurious `warning: #includes are not sorted properly [llvm-include-order]` and `warning: no header providing "std::streampos" is directly included` Labels

[llvm-bugs] [Bug 130469] [AArch64] does not use rev32/rev64 instructions, resulting in redundant shift operations

2025-03-09 Thread LLVM Bugs via llvm-bugs
Issue 130469 Summary [AArch64] does not use rev32/rev64 instructions, resulting in redundant shift operations Labels new issue Assignees

[llvm-bugs] [Bug 130491] clang 20 fails (error: expression is not assignable) but clang 18 works fine

2025-03-09 Thread LLVM Bugs via llvm-bugs
Issue 130491 Summary clang 20 fails (error: _expression_ is not assignable) but clang 18 works fine Labels clang Assignees

[llvm-bugs] [Bug 130509] Illegal Instruction Fault From Improper CPU Feature Detection

2025-03-09 Thread LLVM Bugs via llvm-bugs
Issue 130509 Summary Illegal Instruction Fault From Improper CPU Feature Detection Labels new issue Assignees Repor

[llvm-bugs] [Bug 130513] Clang crashes with segmentation fault when using `target_clones` attribute with redefined `int` and old-style function definition

2025-03-09 Thread LLVM Bugs via llvm-bugs
Issue 130513 Summary Clang crashes with segmentation fault when using `target_clones` attribute with redefined `int` and old-style function definition Labels clang

[llvm-bugs] [Bug 130510] Optimization: (x != C) comparison can utilize (x ^ C) result

2025-03-09 Thread LLVM Bugs via llvm-bugs
Issue 130510 Summary Optimization: (x != C) comparison can utilize (x ^ C) result Labels new issue Assignees Report

[llvm-bugs] [Bug 130531] [Flang] No compilation error when VALUE attribute is specified as anything other than a dummy argument

2025-03-09 Thread LLVM Bugs via llvm-bugs
Issue 130531 Summary [Flang] No compilation error when VALUE attribute is specified as anything other than a dummy argument Labels flang:frontend

[llvm-bugs] [Bug 130552] LangRef does not mention pcsections metadata

2025-03-09 Thread LLVM Bugs via llvm-bugs
Issue 130552 Summary LangRef does not mention pcsections metadata Labels documentation, llvm:ir Assignees melver,

[llvm-bugs] [Bug 130486] [libc++] Document `_LIBCPP_REMOVE_TRANSITIVE_INCLUDES` under "libc++ configuration macros"

2025-03-09 Thread LLVM Bugs via llvm-bugs
Issue 130486 Summary [libc++] Document `_LIBCPP_REMOVE_TRANSITIVE_INCLUDES` under "libc++ configuration macros" Labels libc++ Assignees

[llvm-bugs] [Bug 130532] [Flang] Compile error when derived-type array is defined using derived type and reshape intrinsic function in where construct

2025-03-09 Thread LLVM Bugs via llvm-bugs
Issue 130532 Summary [Flang] Compile error when derived-type array is defined using derived type and reshape intrinsic function in where construct Labels flang

[llvm-bugs] [Bug 130533] [Flang][OpenMP] Compile error of end single copyprivate statement written within parallel private construct within task construct

2025-03-09 Thread LLVM Bugs via llvm-bugs
Issue 130533 Summary [Flang][OpenMP] Compile error of end single copyprivate statement written within parallel private construct within task construct Labels flang:openmp

[llvm-bugs] [Bug 130534] [Flang] Compile error when scalar-int-constant-expr expression specified for KIND= of intrinsic-type-spec in data-component-def-stmt of derived type

2025-03-09 Thread LLVM Bugs via llvm-bugs
Issue 130534 Summary [Flang] Compile error when scalar-int-constant-expr _expression_ specified for KIND= of intrinsic-type-spec in data-component-def-stmt of derived type Labels

[llvm-bugs] [Bug 130515] Clang crashes in `globalopt` pass when using `target_clones` attribute after inline function definition

2025-03-09 Thread LLVM Bugs via llvm-bugs
Issue 130515 Summary Clang crashes in `globalopt` pass when using `target_clones` attribute after inline function definition Labels clang Assignee

[llvm-bugs] [Bug 130553] MachineSanitizerBinaryMetadata modifies original IR as a MachineFunction pass

2025-03-09 Thread LLVM Bugs via llvm-bugs
Issue 130553 Summary MachineSanitizerBinaryMetadata modifies original IR as a MachineFunction pass Labels llvm:codegen Assignees

[llvm-bugs] [Bug 130511] Clang Crash with OpenMP declare variant and target_clones Attribute in Optimizer

2025-03-09 Thread LLVM Bugs via llvm-bugs
Issue 130511 Summary Clang Crash with OpenMP declare variant and target_clones Attribute in Optimizer Labels clang Assignees

[llvm-bugs] [Bug 130541] [SystemZ] Significant compile time regression in LLVM 20 due to `isFullyInternal()`

2025-03-09 Thread LLVM Bugs via llvm-bugs
Issue 130541 Summary [SystemZ] Significant compile time regression in LLVM 20 due to `isFullyInternal()` Labels backend:SystemZ, performance