[all-commits] [llvm/llvm-project] 463e9b: [InstCombine] Add tests for (X << Z) / (X * Y) -> ...

ZCBing via All-commits all-commits at lists.llvm.org
Wed Dec 7 01:08:39 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 463e9be1d4cd40ca3235a8b4a5aaccd8f847162d
      https://github.com/llvm/llvm-project/commit/463e9be1d4cd40ca3235a8b4a5aaccd8f847162d
  Author: Chenbing Zheng <Chenbing.Zheng at streamcomputing.com>
  Date:   2022-12-07 (Wed, 07 Dec 2022)

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

  Log Message:
  -----------
  [InstCombine] Add tests for (X << Z) / (X * Y) -> (1 << Z) / Y. nfc




More information about the All-commits mailing list