[PATCH] D135148: [GISel] Add Trunc/Shlr/BuildVector Folding

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 5 08:07:50 PDT 2022


arsenm accepted this revision.
arsenm added inline comments.
This revision is now accepted and ready to land.


================
Comment at: llvm/include/llvm/Target/GlobalISel/Combine.td:953
 
+def trunc_shlr_buildvector_fold : GICombineRule<
+  (defs root:$op, register_matchinfo:$matchinfo),
----------------
s/shlr/lshr/?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D135148



More information about the llvm-commits mailing list