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

Andrey Turetskiy via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 29 05:44:28 PDT 2016


aturetsk added a comment.

Hi Simon,

Thanks for the review.


================
Comment at: test/CodeGen/X86/peephole-cvt-sse.ll:2
@@ +1,3 @@
+; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
+; RUN: llc -mtriple=x86_64-pc-linux -mcpu=slm < %s | FileCheck %s --check-prefix=X86-64
+; RUN: llc -mtriple=i386-pc-linux -mcpu=slm < %s | FileCheck %s --check-prefix=I386
----------------
Both are done.


https://reviews.llvm.org/D23919





More information about the llvm-commits mailing list