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

Simon Pilgrim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 28 04:17:27 PDT 2020


RKSimon 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
-
----------------
Can you add this coverage back?


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