Currently m_Not only works the canonical xor X, -1 form that InstCombine produces. InstSimplify can't rely on this canonicalization.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Differential D33331
[InstSimplify] Make m_Not work for xor -1, X craig.topper on May 18 2017, 11:51 AM. Authored by
Details Currently m_Not only works the canonical xor X, -1 form that InstCombine produces. InstSimplify can't rely on this canonicalization.
Diff Detail
|