[PATCH] D14500: [MIPS] add overrides for isCheapToSpeculateCttz() and isCheapToSpeculateCtlz()

Daniel Sanders via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 11 05:12:17 PST 2015


dsanders accepted this revision.
dsanders added a comment.
This revision is now accepted and ready to land.

It will LGTM with the changes Vasileios has requested.


================
Comment at: test/Transforms/SimplifyCFG/Mips/cttz-ctlz.ll:1
@@ +1,2 @@
+; RUN: opt -S -simplifycfg -mtriple=mips < %s | FileCheck %s
+
----------------
vkalintiris wrote:
> Can you provide a full triple, eg. mips-linux-gnu?
If you don't want to specify the full triple you could use -march=mips


http://reviews.llvm.org/D14500





More information about the llvm-commits mailing list