[llvm] [TableGen] Make `!and` short-circuit when either of the operand is zero (PR #113963)
Paul C. Anagnostopoulos via llvm-commits
llvm-commits at lists.llvm.org
Mon Oct 28 17:43:37 PDT 2024
Paul-C-Anagnostopoulos wrote:
!and and !or are bitwise operators that take an arbitrary number of arguments. Given that they are not documented to short-circuit, isn't this an incompatible change?
(It's been awhile, so my memory may be failing me.)
https://github.com/llvm/llvm-project/pull/113963
More information about the llvm-commits
mailing list