[all-commits] [llvm/llvm-project] 7cf1fe: Suppress some bitwise-or-of-bool warnings with exp...
David Blaikie via All-commits
all-commits at lists.llvm.org
Mon Oct 18 14:12:04 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7cf1fef45f13991e2d3b97e0612cfb88bf906a50
https://github.com/llvm/llvm-project/commit/7cf1fef45f13991e2d3b97e0612cfb88bf906a50
Author: David Blaikie <dblaikie at gmail.com>
Date: 2021-10-18 (Mon, 18 Oct 2021)
Changed paths:
M llvm/examples/IRTransforms/SimplifyCFG.cpp
Log Message:
-----------
Suppress some bitwise-or-of-bool warnings with explicit int cast
These look like they have intentional side effects that would break from
shortcircuiting.
More information about the All-commits
mailing list