[PATCH] D46017: Add test cases to prepare for the optimization that simplifies Add withremainder expressions as operands.

Sanjoy Das via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 24 11:25:41 PDT 2018


sanjoy accepted this revision.
sanjoy added a comment.
This revision is now accepted and ready to land.

lgtm modulo the one nit

Let me know if I should commit this for you.



================
Comment at: test/Transforms/InstCombine/add4.ll:2
+; RUN: opt < %s -instcombine -S | FileCheck %s
+; ModuleID = 'test/Transforms/InstCombine/add4.ll'
+source_filename = "test/Transforms/InstCombine/add4.ll"
----------------
You can probably remove these two lines.


Repository:
  rL LLVM

https://reviews.llvm.org/D46017





More information about the llvm-commits mailing list