[PATCH] D24478: [CodeGen] Fix invalid shift in mul expansion
Simon Pilgrim via llvm-commits
llvm-commits at lists.llvm.org
Tue Sep 13 04:10:51 PDT 2016
RKSimon added a subscriber: RKSimon.
================
Comment at: test/CodeGen/X86/mul-bigint.ll:1
@@ +1,2 @@
+; RUN: llc < %s | FileCheck %s
+target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128"
----------------
Call this file mul-i512.ll to match the existing filenames?
Test on 32-bit targets as well if you can and use utils/update_llc_test_checks.py to generate the output
Repository:
rL LLVM
https://reviews.llvm.org/D24478
More information about the llvm-commits
mailing list