This is an archive of the discontinued LLVM Phabricator instance.

[InstSimplify] Pre-commit test for inner commute case for and-or-icmp-nullptr.ll (NFC)
AbandonedPublic

Authored by khei4 on Mar 15 2023, 11:47 PM.

Details

Reviewers
None
Summary

in and-or-icmp-nullptr.ll, should be commutative for inner (in)equality.

Diff Detail

Event Timeline

khei4 created this revision.Mar 15 2023, 11:47 PM
Herald added a project: Restricted Project. · View Herald TranscriptMar 15 2023, 11:47 PM
khei4 requested review of this revision.Mar 15 2023, 11:47 PM
Herald added a project: Restricted Project. · View Herald TranscriptMar 15 2023, 11:47 PM
khei4 updated this revision to Diff 505706.Mar 15 2023, 11:48 PM

fix missing commute

khei4 abandoned this revision.Mar 16 2023, 1:59 AM

Currently, I haven't found the phase ordering issue.
https://reviews.llvm.org/D146196#4198590