[PATCH] D38894: [RFC][Tablegen] Add CCIfSplitFrom and CCPassIndirectBySamePointer Calling Convention Interfaces

Mandeep Singh Grang via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 17 10:59:28 PST 2017


mgrang added inline comments.


================
Comment at: include/llvm/CodeGen/CallingConvLower.h:263
 
+  CCValAssign lastLoc(void) {
+    return Locs.back();
----------------
Can you leave out the void from the empty parameter type?


================
Comment at: test/CodeGen/SystemZ/args-11.ll:16
+; CHECK:	la	%r2, 160(%r15)
+; CHECK:        brasl	%r14, __floatuntisf at PLT
+  %1 = load i128, i128* @a, align 16
----------------
Check indentation.


https://reviews.llvm.org/D38894





More information about the llvm-commits mailing list