[all-commits] [llvm/llvm-project] cc7d96: Add coverage for missing (urem x, (lshr pow2, y)) ...

Philip Reames via All-commits all-commits at lists.llvm.org
Tue Jul 12 16:05:21 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: cc7d9665111614b431e485cb4ba90685c73654ed
      https://github.com/llvm/llvm-project/commit/cc7d9665111614b431e485cb4ba90685c73654ed
  Author: Philip Reames <preames at rivosinc.com>
  Date:   2022-07-12 (Tue, 12 Jul 2022)

  Changed paths:
    M llvm/test/CodeGen/X86/combine-urem.ll

  Log Message:
  -----------
  Add coverage for missing (urem x, (lshr pow2, y)) -> (and x, (add (lshr pow2, y), -1)) transform




More information about the All-commits mailing list