[PATCH] D47568: [Power9] Do the add-imm peephole for pseudo instruction DFLOADf32/DFLOADf64 and the store pair

Nemanja Ivanovic via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 12 15:48:57 PDT 2018


nemanjai added inline comments.


================
Comment at: llvm/test/CodeGen/PowerPC/toc-float.ll:4
+target datalayout = "e-m:e-i64:64-n32:64"
+target triple = "powerpc64le-unknown-linux-gnu"
+
----------------
The preference is to specify the triple on the command line in test cases and not in the IR. Also, please remove the `datalayout`.

Of course, feel free to do this on the commit.


https://reviews.llvm.org/D47568





More information about the llvm-commits mailing list