[PATCH] D18902: X86: Use a callee save register for the swiftself parameter.

Matthias Braun via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 8 11:26:05 PDT 2016


MatzeB added inline comments.

================
Comment at: test/CodeGen/X86/swiftself.ll:2
@@ -5,1 +1,3 @@
+; RUN: llc -verify-machineinstrs -mtriple=x86_64-unknown-unknown -o - %s | FileCheck --check-prefix=CHECK --check-prefix=OPT %s
+; RUN: llc -O0 -verify-machineinstrs -mtriple=x86_64-unknown-unknown -o - %s | FileCheck %s
 
----------------
Is it worth testing a calling a convention that does not behave any different for SwiftSelf? We're not testing fastcall or GHC either...


Repository:
  rL LLVM

http://reviews.llvm.org/D18902





More information about the llvm-commits mailing list