diff options
author | luolent <56246516+luolent@users.noreply.github.com> | 2024-05-04 20:38:45 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-04 18:38:45 +0100 |
commit | a98a6e95be1be9a5c28da15b4d19a6f39872461d (patch) | |
tree | 414af1d920cc1be91c79ff23fded3b4cdf291faa /llvm/lib/Transforms/Utils/LoopUnroll.cpp | |
parent | 028f1b078193b9120ddb441808521b6bd6eaed0e (diff) | |
download | llvm-a98a6e95be1be9a5c28da15b4d19a6f39872461d.zip llvm-a98a6e95be1be9a5c28da15b4d19a6f39872461d.tar.gz llvm-a98a6e95be1be9a5c28da15b4d19a6f39872461d.tar.bz2 |
Add clarifying parenthesis around non-trivial conditions in ternary expressions. (#90391)
Fixes [#85868](https://github.com/llvm/llvm-project/issues/85868)
Parenthesis are added as requested on ternary operators with non trivial conditions.
I used this [precedence table](https://en.cppreference.com/w/cpp/language/operator_precedence) for reference, to make sure we get the expected behavior on each change.
Diffstat (limited to 'llvm/lib/Transforms/Utils/LoopUnroll.cpp')
0 files changed, 0 insertions, 0 deletions