[PATCH] D40137: [ARM] 't' asm constraint should accept i32
Stephen Hines via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Nov 16 10:11:21 PST 2017
srhines added a comment.
Thanks for addressing this.
================
Comment at: test/CodeGen/ARM/inlineasm.ll:13
+
+define float @t-constriant-int(i32 %i) {
+ %ret = call float asm "vcvt.f32.s32 $0, $1\0A", "=t,t"(i32 %i)
----------------
constraint
Repository:
rL LLVM
https://reviews.llvm.org/D40137
More information about the llvm-commits
mailing list