[PATCH] D29925: Implement intrinsic mangling for literal struct types.Fixes PR 31921
Daniel Berlin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Feb 14 14:53:43 PST 2017
dberlin added inline comments.
================
Comment at: test/CodeGen/Generic/overloaded-intrinsic-name.ll:73
+ ret %i32* %v-new
+}
declare zeroext i1 @return_i1()
----------------
Note that these will assert if they don't end up with the right name, so CHECK lines are not strictly necessary.
https://reviews.llvm.org/D29925
More information about the llvm-commits
mailing list