[PATCH] D20311: [PowerPC] Add a testcase for TCO on string rvo function

Kyle Butt via llvm-commits llvm-commits at lists.llvm.org
Fri May 20 12:44:02 PDT 2016


iteratee added a comment.

Small nit. Other than that looks good.


================
Comment at: test/CodeGen/PowerPC/tailcall-string-rvo.ll:2
@@ +1,3 @@
+; RUN: llc -O2 < %s | FileCheck %s
+; CHECK: #TC_RETURNd8 TestBar 0
+
----------------
Can you put this near the function being checked, and add a CHECK-LABEL line?


http://reviews.llvm.org/D20311





More information about the llvm-commits mailing list