[llvm-bugs] [Bug 78891] `a + b - abs(a - b)` --> `2 * MIN(a, b)`, and `a + b + abs(a - b)` --> `2 * MAX(a, b)`

2024-01-21 Thread LLVM Bugs via llvm-bugs
Issue 78891 Summary `a + b - abs(a - b)` --> `2 * MIN(a, b)`, and `a + b + abs(a - b)` --> `2 * MAX(a, b)` Labels new issue Assignees

[llvm-bugs] [Bug 78892] clang-format option AfterPlacementOperator should be a boolean

2024-01-21 Thread LLVM Bugs via llvm-bugs
Issue 78892 Summary clang-format option AfterPlacementOperator should be a boolean Labels clang-format Assignees Re

[llvm-bugs] [Bug 78897] [x86] Bad optimization of a multiply by a scalar register that came from a vector

2024-01-21 Thread LLVM Bugs via llvm-bugs
Issue 78897 Summary [x86] Bad optimization of a multiply by a scalar register that came from a vector Labels new issue Assignees

[llvm-bugs] [Bug 78899] Validate valarray and slice operations

2024-01-21 Thread LLVM Bugs via llvm-bugs
Issue 78899 Summary Validate valarray and slice operations Labels libc++ Assignees mordante Reporter

[llvm-bugs] [Bug 78902] The `opt -passname` syntax for the new pass manager is not supported

2024-01-21 Thread LLVM Bugs via llvm-bugs
Issue 78902 Summary The `opt -passname` syntax for the new pass manager is not supported Labels new issue Assignees

[llvm-bugs] [Bug 78917] Hardening checks in a std::copy-like loop aren't hoisted out of the loop

2024-01-21 Thread LLVM Bugs via llvm-bugs
Issue 78917 Summary Hardening checks in a std::copy-like loop aren't hoisted out of the loop Labels new issue Assignees

[llvm-bugs] [Bug 78920] Weird Clang's branch coverage with macros from system headers

2024-01-21 Thread LLVM Bugs via llvm-bugs
Issue 78920 Summary Weird Clang's branch coverage with macros from system headers Labels clang Assignees Reporter

[llvm-bugs] [Bug 78922] [Coverage][MC/DC] Wrong BitmapIdx calculation in `getMaxBitmapSize`

2024-01-21 Thread LLVM Bugs via llvm-bugs
Issue 78922 Summary [Coverage][MC/DC] Wrong BitmapIdx calculation in `getMaxBitmapSize` Labels new issue Assignees evodius96

[llvm-bugs] [Bug 78923] CLang 16 crashed compiling C++ project

2024-01-21 Thread LLVM Bugs via llvm-bugs
Issue 78923 Summary CLang 16 crashed compiling C++ project Labels clang Assignees Reporter Enmk

[llvm-bugs] [Bug 78927] [flang] legacy extension of kind selector does not work properly

2024-01-21 Thread LLVM Bugs via llvm-bugs
Issue 78927 Summary [flang] legacy extension of kind selector does not work properly Labels flang Assignees Reporte

[llvm-bugs] [Bug 78928] [flang] included sources are parsing separately

2024-01-21 Thread LLVM Bugs via llvm-bugs
Issue 78928 Summary [flang] included sources are parsing separately Labels flang Assignees Reporter

[llvm-bugs] [Bug 78934] [Flang] TSVC s243: the loop should be canonicalized for alias analysis in LLVM

2024-01-21 Thread LLVM Bugs via llvm-bugs
Issue 78934 Summary [Flang] TSVC s243: the loop should be canonicalized for alias analysis in LLVM Labels loopoptim, flang:ir Assignee

[llvm-bugs] [Bug 78936] [Flang][OpenMP] Incorrect execution result of a do-variable in critical construct which exists in parallel construct with default(none) clause

2024-01-21 Thread LLVM Bugs via llvm-bugs
Issue 78936 Summary [Flang][OpenMP] Incorrect execution result of a do-variable in critical construct which exists in parallel construct with default(none) clause Labels

[llvm-bugs] [Bug 78938] [Flang][OpenMP] Incorrect execution result of a do-variable defined as shared in parallel construct

2024-01-21 Thread LLVM Bugs via llvm-bugs
Issue 78938 Summary [Flang][OpenMP] Incorrect execution result of a do-variable defined as shared in parallel construct Labels openmp, flang

[llvm-bugs] [Bug 78939] [Flang] No error checking if the type specifier specified in the allocate statement is different from the declaration

2024-01-21 Thread LLVM Bugs via llvm-bugs
Issue 78939 Summary [Flang] No error checking if the type specifier specified in the allocate statement is different from the declaration Labels flang:frontend

[llvm-bugs] [Bug 78942] Calculation of regunitmasks seems wrong

2024-01-21 Thread LLVM Bugs via llvm-bugs
Issue 78942 Summary Calculation of regunitmasks seems wrong Labels new issue Assignees Reporter ka

[llvm-bugs] [Bug 78947] [Flang] Intrinsics ACOS, ASIN, ATAN, AINT, ANINT, COS, SIN, NINT, RANDOM_NUMBER are not implemented for 128-bit REAL

2024-01-21 Thread LLVM Bugs via llvm-bugs
Issue 78947 Summary [Flang] Intrinsics ACOS, ASIN, ATAN, AINT, ANINT, COS, SIN, NINT, RANDOM_NUMBER are not implemented for 128-bit REAL Labels flang

[llvm-bugs] [Bug 78948] [Flang] Linker fails, big local array with SAVE attribute.

2024-01-21 Thread LLVM Bugs via llvm-bugs
Issue 78948 Summary [Flang] Linker fails, big local array with SAVE attribute. Labels bug, flang:runtime Assignees