[PATCH] D40137: [ARM] 't' asm constraint should accept i32

Eli Friedman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 16 11:22:05 PST 2017


efriedma added inline comments.


================
Comment at: test/CodeGen/ARM/inlineasm.ll:14
+define float @t-constriant-int(i32 %i) {
+	%ret = call float asm "vcvt.f32.s32 $0, $1\0A", "=t,t"(i32 %i)
+	ret float %ret
----------------
Pleas add some CHECK lines to this test so it's obvious the generated assembly is correct.


Repository:
  rL LLVM

https://reviews.llvm.org/D40137





More information about the llvm-commits mailing list