[PATCH] D61843: [DAGCombine] Match a pattern where a wide type scalar value is stored by several narrow stores
Qing Shan Zhang via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue May 21 19:08:27 PDT 2019
steven.zhang marked an inline comment as done.
steven.zhang 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
----------------
RKSimon wrote:
> 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.
ok. I will commit another patch for this and let you know if they accept it.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D61843/new/
https://reviews.llvm.org/D61843
More information about the llvm-commits
mailing list