[PATCH] D149542: [MergeICmps] Don't reorder the comparison chain

Eli Friedman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 4 10:16:10 PDT 2023


efriedma added a subscriber: nlopes.
efriedma added a comment.

For the non-memcmp case, see https://alive2.llvm.org/ce/z/_RDywP .

re: memcmp, if https://github.com/llvm/llvm-project/issues/62459#issuecomment-1528966123 is right, alive2 probably doesn't have the right memcmp semantics.  Haven't thought it through.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D149542/new/

https://reviews.llvm.org/D149542



More information about the llvm-commits mailing list