[PATCH] D23630: [PPC] Expand ISEL instruction into if-then-else sequence
Nemanja Ivanovic via llvm-commits
llvm-commits at lists.llvm.org
Tue Nov 22 19:49:34 PST 2016
nemanjai added inline comments.
================
Comment at: test/CodeGen/PowerPC/expand-isel.ll:1
+; RUN: llc -verify-machineinstrs -O2 -ppc-asm-full-reg-names -ppc-gen-isel=false < %s | FileCheck %s -implicit-check-not isel
+; RUN: llc -verify-machineinstrs -O2 -ppc-asm-full-reg-names -ppc-gen-isel=false < %s | FileCheck %s -implicit-check-not isel
----------------
kbarton wrote:
> You need to include PowerPC triple
Yes, please do not forget this because I'm pretty sure it would break every multi-target build bot other than the PPC ones.
https://reviews.llvm.org/D23630
More information about the llvm-commits
mailing list