[PATCH] D109236: [AggressiveInstCombine] Add `{extract/insert}element` to `TruncInstCombine` DAG

Dávid Bolvanský via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 10 10:38:49 PDT 2021


xbolva00 added inline comments.


================
Comment at: llvm/lib/Transforms/AggressiveInstCombine/TruncInstCombine.cpp:146
       // TODO: Can handle more cases here:
-      // 1. shufflevector, extractelement, insertelement
-      // 2. udiv, urem
----------------
Leave shufflevector


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D109236



More information about the llvm-commits mailing list