[PATCH] D23630: [PPC] Expand ISEL instruction into if-then-else sequence

Tony Jiang via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 12 09:21:11 PST 2016


jtony added inline comments.


================
Comment at: test/CodeGen/PowerPC/expand-contiguous-isel.ll:1
+target datalayout = "e-m:e-i64:64-n32:64"
+target triple = "powerpc64le-unknown-linux-gnu"
----------------
This test case is reduced from a bootstrap build bug, still very complex, I am not sure whether we want to deliver it or not.


https://reviews.llvm.org/D23630





More information about the llvm-commits mailing list