[PATCH] D18226: Codegen: Tail-duplicate during placement.

David Li via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 30 17:28:10 PDT 2016


davidxl added a subscriber: davidxl.

================
Comment at: test/CodeGen/PowerPC/tail-dup-analyzable-fallthrough.ll:5
@@ +4,3 @@
+
+%struct.HashBucket = type { %struct.HashBucket*, i64, i64* }
+; CHECK: divdu
----------------
Please simplify this test case and document what is the expected layout with tailDup. The test as it stands now is hard to read.

================
Comment at: test/CodeGen/PowerPC/tail-dup-layout.ll:2
@@ +1,3 @@
+; RUN: llc -outline-optional-branches -O2 < %s | FileCheck %s
+target datalayout = "e-m:e-i64:64-n32:64"
+target triple = "powerpc64le-grtev4-linux-gnu"
----------------
Same here : simplify the test case and document the expected output with description. 


http://reviews.llvm.org/D18226





More information about the llvm-commits mailing list