[PATCH] D69168: [PowerPC] Fold redundant load immediates of zero and delete if possible

Amy Kwan via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Nov 23 15:21:31 PST 2019


amyk added inline comments.


================
Comment at: llvm/test/CodeGen/PowerPC/fold-remove-li.ll:4
+; RUN:  llc -mcpu=pwr9 -mtriple=powerpc64le-unknown-linux-gnu \
+; RUN:  -ppc-asm-full-reg-names -verify-machineinstrs < %s | FileCheck %s
+; RUN:  llc -mcpu=pwr9 -mtriple=powerpc64-unknown-linux-gnu \
----------------
Minor nit: indentation here and on line 6. 


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D69168/new/

https://reviews.llvm.org/D69168





More information about the llvm-commits mailing list