[PATCH] D71561: [InstCombine] `select + mul` -> `select + shl` with power of 2s.

Roman Lebedev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 16 12:07:34 PST 2019


lebedev.ri added a comment.

There's a lot of changes in the diff.
Please can you split this into preparatory **NFC** cleanup, and the actual change?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D71561





More information about the llvm-commits mailing list