[PATCH] D23919: [X86] Loosen memory folding requirements for cvtdq2pd and cvtps2pd instructions

Simon Pilgrim via llvm-commits llvm-commits at lists.llvm.org
Sat Aug 27 04:00:39 PDT 2016


RKSimon added a subscriber: RKSimon.

================
Comment at: test/CodeGen/X86/peephole-cvt-sse.ll:1
@@ +1,2 @@
+; RUN: llc -mtriple=x86_64-pc-linux < %s | FileCheck %s
+
----------------
Please can you test on a 32-bit target as well and use utils/update_llc_test_checks.py if you can.


https://reviews.llvm.org/D23919





More information about the llvm-commits mailing list