[PATCH] D109236: [AggressiveInstCombine] Add vector instructions to `TruncInstCombine` DAG

Anton Afanasyev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 3 07:15:12 PDT 2021


anton-afanasyev created this revision.
anton-afanasyev added reviewers: spatel, lebedev.ri, RKSimon.
Herald added a subscriber: hiraditya.
anton-afanasyev requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

Alive2 for `shufflevector`x: https://alive2.llvm.org/ce/z/JMzzJX
Alive2 for `{extract/insert}element`: https://alive2.llvm.org/ce/z/hwy_E-

Actually, no one file of test suite is touched by this change,
which means that is rare pattern not generated by frontend. But
it's worth being in place.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D109236

Files:
  llvm/lib/Transforms/AggressiveInstCombine/TruncInstCombine.cpp
  llvm/test/Transforms/AggressiveInstCombine/trunc_vector_instrs.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D109236.370579.patch
Type: text/x-patch
Size: 5123 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210903/7c51c15d/attachment.bin>


More information about the llvm-commits mailing list