[PATCH] D31625: [SDAG] Fix CombineTo ordering in visitZERO_EXTEND and visitSIGN_EXTEND

Simon Pilgrim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 30 08:26:00 PDT 2017


RKSimon added inline comments.


================
Comment at: test/CodeGen/X86/pr32284.ll:1
-; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
-; RUN: llc < %s -mtriple=i686-unknown -mcpu=skx | FileCheck %s --check-prefix=X86
-; RUN: llc < %s -mtriple=i686-unknown -mcpu=skx -O0 | FileCheck %s --check-prefix=X86-O0
-; RUN: llc < %s -mtriple=x86_64-unknown -mcpu=skx | FileCheck %s --check-prefix=X64
-; RUN: llc < %s -mtriple=x86_64-unknown -mcpu=skx -O0 | FileCheck %s --check-prefix=X64-O0
+; RUN: llc -O0 -mtriple=x86_64-unknown -mcpu=skx  -o - %s | FileCheck %s
+; RUN: llc     -mtriple=x86_64-unknown -mcpu=skx  -o - %s | FileCheck %s
----------------
Please can you re-add the i686 tests?


https://reviews.llvm.org/D31625





More information about the llvm-commits mailing list