[PATCH] D59119: [SelectionDAG] Check legality for ADDCARRY in expandMUL_LOHI
Simon Pilgrim via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Mar 11 08:48:06 PDT 2019
RKSimon added inline comments.
================
Comment at: llvm/test/CodeGen/X86/smul_fix.ll:3
; RUN: llc < %s -mtriple=x86_64-linux | FileCheck %s --check-prefix=X64
-; RUN: llc < %s -mtriple=i686 -mattr=cmov | FileCheck %s --check-prefix=X86
----------------
Aren't we losing test coverage by dropping this?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D59119/new/
https://reviews.llvm.org/D59119
More information about the llvm-commits
mailing list