[PATCH] D109515: [AggressiveInstCombine] Add `udiv` and `urem` instrs to TruncInstCombine DAG

Sanjay Patel via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 10 08:40:22 PDT 2021


spatel added inline comments.


================
Comment at: llvm/test/Transforms/AggressiveInstCombine/trunc_udivrem.ll:22
   %zextx = zext i16 %x to i32
   %zexty = zext i16 %x to i32
   %i0 = udiv i32 %zextx, %zexty
----------------
Typo: 'zext i16 %y to i32'


================
Comment at: llvm/test/Transforms/AggressiveInstCombine/trunc_udivrem.ll:113
   %zextx = zext i16 %x to i32
   %zexty = zext i16 %x to i32
   %i0 = urem i32 %zextx, %zexty
----------------
Typo: 'zext i16 %y to i32'


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D109515



More information about the llvm-commits mailing list