[PATCH] D59917: [SelectionDAG][FIX] Allow "returned" arguments to be bit-casted
Matt Arsenault via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 17 06:13:26 PDT 2019
arsenm added inline comments.
================
Comment at: llvm/test/CodeGen/Generic/arg_returned_bitcast.ll:1-2
+; RUN: llc < %s -asm-verbose=false
+
+; Test that the "returned" attribute "works" even if there is a bitcast between
----------------
test/CodeGen/Generic should not be used. This should be moved to some specific target, and test something in the output
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D59917/new/
https://reviews.llvm.org/D59917
More information about the llvm-commits
mailing list