[PATCH] D87976: Support the division-by-constant strength reduction for more integer types

Simonas Kazlauskas via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 28 04:22:21 PDT 2020


nagisa marked 4 inline comments as done.
nagisa added inline comments.


================
Comment at: llvm/test/CodeGen/X86/i128-sdiv.ll:3
-; RUN: llc < %s -mtriple=i686-- | FileCheck %s --check-prefixes=CHECK,X86
-; RUN: llc < %s -mtriple=x86_64-- | FileCheck %s --check-prefixes=CHECK,X64
-
----------------
RKSimon wrote:
> Can you add this coverage back?
Huh, not sure how it got removed.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D87976



More information about the llvm-commits mailing list