This patch extends the capabilities for lowering logical operations on i1 values introduced in https://reviews.llvm.org/D31852.
Now it can handle logical operations that have SETCC, TRUNCATE and logical operation inputs. It also handles the special case when one such node is being negated (xor-ed against true).
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM