This is an archive of the discontinued LLVM Phabricator instance.

[PowerPC] Extend lowering of logical operations on i1 values
AbandonedPublic

Authored by nemanjai on Apr 11 2017, 9:07 AM.

Details

Summary

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).

Diff Detail

Repository
rL LLVM