[PATCH] D138360: [CVP] Eliminate urem when LHS < RHS

Nikita Popov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 9 01:24:52 PST 2022


nikic added inline comments.


================
Comment at: llvm/test/Transforms/CorrelatedValuePropagation/urem.ll:157
+
+define i16 @test7(i16 %x, i16 %y) {
+; CHECK-LABEL: @test7(
----------------
Rerun update_test_checks.py please. It looks like you either manually wrote these or edited them.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D138360



More information about the llvm-commits mailing list