mirror of
https://github.com/intel/llvm.git
synced 2026-02-07 07:39:11 +08:00
Add folding rule for std.or op when an operand has all bits set. or(x, <all bits set>) -> <all bits set> Differential Revision: https://reviews.llvm.org/D111206