[PATCH] D70487: [DAGCombiner] Allow zextended load combines.
Simon Pilgrim via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Nov 21 05:31:25 PST 2019
RKSimon added inline comments.
================
Comment at: llvm/test/CodeGen/ARM/load-combine-big-endian.ll:5
; RUN: llc < %s -mtriple=thumbv6m-none-eabi | FileCheck %s --check-prefix=CHECK-THUMBv6
; RUN: llc < %s -mtriple=thumbv7m-none-eabi | FileCheck %s --check-prefix=CHECK-THUMBv7
----------------
@dmgreen Is this a big endian triple?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D70487/new/
https://reviews.llvm.org/D70487
More information about the llvm-commits
mailing list