[PATCH] D106679: [WIP][X86] Move shl(x, 1) -> add(x, x) vector fold to ISEL (PR50468)

Simon Pilgrim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Jul 30 05:28:23 PDT 2022


RKSimon abandoned this revision.
RKSimon added a comment.
Herald added a subscriber: StephenFan.
Herald added a project: All.

Abandoning this - I'm going to go with the FREEZE approach (D106675 <https://reviews.llvm.org/D106675>) once the necessary support has been added to DAG (D130646 <https://reviews.llvm.org/D130646> etc.).


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D106679



More information about the llvm-commits mailing list