[PATCH] D61843: [DAGCombine] Match a pattern where a wide type scalar value is stored by several narrow stores
Simon Pilgrim via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue May 21 05:28:08 PDT 2019
RKSimon added inline comments.
================
Comment at: llvm/test/CodeGen/SystemZ/codegenprepare-splitstore.ll:3
;
-; RUN: llc -mtriple=s390x-linux-gnu -mcpu=z13 -force-split-store < %s | FileCheck %s
+; RUN: llc -mtriple=s390x-linux-gnu -mcpu=z13 -force-split-store -stop-after codegenprepare < %s | FileCheck %s
----------------
The change to the form of test needs committing beforehand, assuming the systemz guys are happy with it. Then this patch should just show any delta in the IR.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D61843/new/
https://reviews.llvm.org/D61843
More information about the llvm-commits
mailing list