[PATCH] D102864: [InstSimplify] Transform X * Y % Y --> 0.

Sanjay Patel via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun May 23 06:52:26 PDT 2021


spatel added a comment.

Since we expanded the scope of the transform, we need a few more tests. Feel free to add to or adjust this if you want:
cb3bc9d81d <https://reviews.llvm.org/rGcb3bc9d81d05724e85434665a2384a8dd812d74c>

Also, we should add an Alive2 link for that general pattern to the list in the patch summary/commit message:
https://alive2.llvm.org/ce/z/AvaDGJ


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D102864



More information about the llvm-commits mailing list