[PATCH] D66991: [PowerPC] Fix SH field overflow issue

Amy Kwan via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 12 19:23:27 PDT 2019


amyk added a comment.

I think this also LGTM overall.



================
Comment at: llvm/test/CodeGen/PowerPC/convert-rr-to-ri-instrs.ll:2
+; RUN: llc -mcpu=pwr9 -O3 -verify-machineinstrs -ppc-asm-full-reg-names < %s | FileCheck %s
+target datalayout = "e-m:e-i64:64-n32:64"
+target triple = "powerpc64le-unknown-linux-gnu"
----------------
We don't need this line, do we?


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

https://reviews.llvm.org/D66991





More information about the llvm-commits mailing list