[all-commits] [llvm/llvm-project] e077e3: [InstCombine] add baseline test for (X * C2) << C1...

chenglin.bi via All-commits all-commits at lists.llvm.org
Thu Apr 21 09:12:25 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: e077e3a6483efcb2099670537a6d7168629b2eb3
      https://github.com/llvm/llvm-project/commit/e077e3a6483efcb2099670537a6d7168629b2eb3
  Author: chenglin.bi <chenglin.bi at cixcomputing.com>
  Date:   2022-04-22 (Fri, 22 Apr 2022)

  Changed paths:
    M llvm/test/Transforms/InstCombine/apint-shift.ll

  Log Message:
  -----------
  [InstCombine] add baseline test for (X * C2) << C1 --> X * (C2 << C1) without one use; NFC




More information about the All-commits mailing list