[PATCH] D119689: [InstCombine] Add tests reproducing PR53252 (NFC)

Simon Pilgrim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 26 01:15:41 PDT 2022


RKSimon accepted this revision.
RKSimon added a comment.
This revision is now accepted and ready to land.
Herald added a project: All.

LGTM with one minor



================
Comment at: llvm/test/Transforms/InstCombine/canonicalize-clamp-like-pattern-between-negative-and-positive-thresholds.ll:190
+define i32 @n10_ugt_slt(i32 %x, i32 %replacement_low, i32 %replacement_high) {
+; FIXME: This is incorrect, see PR53252.
+; CHECK-LABEL: @n10_ugt_slt(
----------------
(trivial) Move the FIXME above the define 


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D119689



More information about the llvm-commits mailing list