[PATCH] D76778: [DAGCombine] Fix splitting indexed loads in ForwardStoreValueToDirectLoad()
Amy Kwan via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Mar 26 16:20:22 PDT 2020
amyk added inline comments.
================
Comment at: llvm/test/CodeGen/PowerPC/pr45301.ll:2
+; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
+; RUN: llc -mtriple=powerpc64-- -verify-machineinstrs < %s | FileCheck %s
+%struct.e.0.1.2.3.12.29 = type { [10 x i32] }
----------------
Add the options like `-ppc-asm-full-reg-names`, `-ppc-vsr-nums-as-vr` to the test case.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D76778/new/
https://reviews.llvm.org/D76778
More information about the llvm-commits
mailing list