[PATCH] D141188: [MergeICmps] Adapt to non-eq comparisons

Bogdan Graur via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 6 04:57:51 PDT 2023


bgraur added a comment.

@Allen I got to a repro that requires a headers and two cc files.

The compilation command:

  clang -O1  -std=gnu++17  -pthread \
    -x c++ \
    -o /tmp/out \
    impl.cc repro.cc

Files are attached here: 
F27844503: impl.h <https://reviews.llvm.org/F27844503>
F27844507: impl.cc <https://reviews.llvm.org/F27844507>
F27844509: repro.cc <https://reviews.llvm.org/F27844509>


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

https://reviews.llvm.org/D141188



More information about the llvm-commits mailing list