Skip to content

Conversation

@mrguenther
Copy link
Contributor

No description provided.

@mrguenther mrguenther force-pushed the integrate-bump-llvm-version branch 2 times, most recently from e8f5d0d to cc87443 Compare December 2, 2025 19:42
@mrguenther mrguenther force-pushed the integrate-bump-llvm-version branch from cc87443 to e30f1fc Compare December 2, 2025 21:14
The CMake build was failing due to `-Werror,-Wlogical-op-parentheses`
since the simplification patterns included an expression of the form
`a || b && c`, which the compiler decided was unclear since it relied on
understanding the operator precedence of `&&` vs. `||`. This resolves
the warning by adding parentheses, e.g. `a || (b && c)`.
@mrguenther mrguenther force-pushed the integrate-bump-llvm-version branch from 45b2dd9 to d789d67 Compare December 3, 2025 18:27
@mrguenther mrguenther merged commit 1ef9e39 into openxla:main Dec 4, 2025
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants