[PATCH] D26396: [AArch64] Enable merging of adjacent zero stores for all subtargets.
Geoff Berry via llvm-commits
llvm-commits at lists.llvm.org
Fri Nov 11 10:29:55 PST 2016
gberry added inline comments.
================
Comment at: test/CodeGen/AArch64/arm64-narrow-st-merge.ll:9
+; RUN: llc < %s -mtriple aarch64--none-eabi -mcpu=vulcan -verify-machineinstrs | FileCheck %s
; CHECK-LABEL: Strh_zero
----------------
Perhaps we should add a run that sets FeatureStrictAlign and check that this merging doesn't happen?
Repository:
rL LLVM
https://reviews.llvm.org/D26396
More information about the llvm-commits
mailing list