[all-commits] [llvm/llvm-project] 4fcb00: [SCEV] Fix getOperandsToCreate() for and/or
Nikita Popov via All-commits
all-commits at lists.llvm.org
Thu Apr 27 01:51:13 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 4fcb006fb627b26a454d59298cd771fffd670477
https://github.com/llvm/llvm-project/commit/4fcb006fb627b26a454d59298cd771fffd670477
Author: Nikita Popov <npopov at redhat.com>
Date: 2023-04-27 (Thu, 27 Apr 2023)
Changed paths:
M llvm/lib/Analysis/ScalarEvolution.cpp
Log Message:
-----------
[SCEV] Fix getOperandsToCreate() for and/or
We can create expressions either for constant operand or i1
and/or. The implementation was inverting the latter check.
More information about the All-commits
mailing list