[PATCH] D25485: [DAG] optimize negation of bool

Ehsan Amiri via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 17 17:03:44 PDT 2016


amehsan added inline comments.


================
Comment at: test/CodeGen/PowerPC/negate-i1.ll:2-4
 ; RUN: llc < %s -mtriple=powerpc64-apple-darwin | FileCheck %s
 
 ; PR30661 - https://llvm.org/bugs/show_bug.cgi?id=30661
----------------
amehsan wrote:
> please add -verify-machineinstrs to RUN command line. We make sure that we add it to all tests in our backend. Also  -mtriple=powerpc64le-unknown-linux-gnu is a more common triple.
(I believe you just created and committed this in r284279. That is why I am asking to make a change in a place that is not modified in this patch :)


https://reviews.llvm.org/D25485





More information about the llvm-commits mailing list