[all-commits] [llvm/llvm-project] 59d0e0: [X86] Add test coverage for shl with freeze

Simon Pilgrim via All-commits all-commits at lists.llvm.org
Sun Aug 14 05:36:23 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 59d0e0d92a80236066e8d40eae6234ed6a51d512
      https://github.com/llvm/llvm-project/commit/59d0e0d92a80236066e8d40eae6234ed6a51d512
  Author: Simon Pilgrim <llvm-dev at redking.me.uk>
  Date:   2022-08-14 (Sun, 14 Aug 2022)

  Changed paths:
    M llvm/test/CodeGen/X86/freeze-binary.ll

  Log Message:
  -----------
  [X86] Add test coverage for shl with freeze


  Commit: ed0074bd8624c507871f56f2e6ab0886759bd150
      https://github.com/llvm/llvm-project/commit/ed0074bd8624c507871f56f2e6ab0886759bd150
  Author: Simon Pilgrim <llvm-dev at redking.me.uk>
  Date:   2022-08-14 (Sun, 14 Aug 2022)

  Changed paths:
    M llvm/test/CodeGen/X86/freeze-binary.ll

  Log Message:
  -----------
  [X86] freeze-binary.ll - tweak freeze_mul_nsw test to avoid mul by pow-2

Enabling freeze(shl()) -> shl(freeze()) was affecting this test


Compare: https://github.com/llvm/llvm-project/compare/a621d38bcb0f...ed0074bd8624


More information about the All-commits mailing list