[PATCH] D34559: [X86][DAG] Switch X86 Target to post-legalized store merge

Simon Pilgrim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 1 06:21:39 PDT 2017


RKSimon added inline comments.


================
Comment at: test/CodeGen/X86/bigstructret.ll:1
 ; RUN: llc < %s -march=x86 | FileCheck %s
 
----------------
I've regenerated this test file, so it needs rebasing.


================
Comment at: test/CodeGen/X86/extract-store.ll:528
+; SSE-X32-NEXT:    popl %edi
+; SSE-X32-NEXT:    retl
 ;
----------------
Any idea why this still doesn't merge? Same for @extract_f128_1 as well.


https://reviews.llvm.org/D34559





More information about the llvm-commits mailing list