[PATCH] D29387: [PPC] Use subfic instruction for subtract from immediate

Nemanja Ivanovic via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 1 22:53:13 PST 2017


nemanjai added inline comments.


================
Comment at: test/CodeGen/PowerPC/subtract_from_imm.ll:3
+
+target datalayout = "E-p:64:64:64-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-f32:32:32-f64:64:64-v128:128:128-n32:64"
+target triple = "powerpc64-unknown-linux-gnu"
----------------
Please remove this metadata and add -mtriple to the run line (also add a run line for ppc64le).


https://reviews.llvm.org/D29387





More information about the llvm-commits mailing list