[PATCH] D84547: [ConstraintElimination] Add constraint elimination pass.

Florian Hahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 1 12:31:00 PDT 2020


fhahn added a comment.





================
Comment at: llvm/test/Transforms/ConstraintElimination/uge.ll:2
 ; NOTE: Assertions have been autogenerated by utils/update_test_checks.py
-; RUN: opt -S %s | FileCheck %s
+; RUN: opt -instcombine -S %s | FileCheck %s
 
----------------
spatel wrote:
> What does this file/diffs demonstrate?
I missed changing that back to constraint-elimination when comparing it to instcombine. Should be fixed now.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D84547



More information about the llvm-commits mailing list