[PATCH] D155412: [ConstraintElim] Add facts implied by MinMaxIntrinsic

Yingwei Zheng via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 20 09:53:07 PDT 2023


dtcxzyw marked 3 inline comments as done.
dtcxzyw added inline comments.


================
Comment at: llvm/test/Transforms/ConstraintElimination/minmax.ll:2
+; NOTE: Assertions have been autogenerated by utils/update_test_checks.py UTC_ARGS: --version 2
+; RUN: opt -passes=constraint-elimination -S %s | FileCheck %s
+
----------------
fhahn wrote:
> could you add the tests as a separate patch and then only include the improved check lines in this patch?
Posted as D155853


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D155412



More information about the llvm-commits mailing list