[PATCH] D51810: [MIPS] Fix illegal type assert in single-float mode
Simon Dardis via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Sep 10 10:38:06 PDT 2018
sdardis added inline comments.
================
Comment at: test/CodeGen/Mips/f32-to-i64-single-float.ll:3
+
+define void @foo(float* %in, i64* %out) #0 {
+entry:
----------------
Also, remove the '#0' here and a add a comment describing the test case (a line or two is fine).
Repository:
rL LLVM
https://reviews.llvm.org/D51810
More information about the llvm-commits
mailing list