[PATCH] D62319: IR: add 'byval(<ty>)' variant to 'byval' function parameters

Tim Northover via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri May 24 07:18:25 PDT 2019


t.p.northover marked 2 inline comments as done.
t.p.northover added inline comments.


================
Comment at: llvm/lib/CodeGen/#SwiftErrorValueTracking.cpp#:1
+//===-- SwiftErrorValueTracking.cpp --------------------------------------===//
+//
----------------
Accidental addition. I'll remove it when I next upload.


================
Comment at: llvm/test/Assembler/#invalid-size2.ll#:1
+; RUN: not llvm-as %s -o /dev/null 2>&1 | FileCheck %s
+
----------------
Accidental addition. It'll be gone next time.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D62319/new/

https://reviews.llvm.org/D62319





More information about the llvm-commits mailing list