[PATCH] D128900: [LoongArch] Add codegen support for converting between unsigned integer and floating-point
Gong LingQin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 7 00:45:06 PDT 2022
gonglingqin added inline comments.
================
Comment at: llvm/test/CodeGen/LoongArch/ir-instruction/double-convert.ll:138-139
+; LA64: # %bb.0:
+; LA64-NEXT: pcalau12i $a0, .LCPI7_0
+; LA64-NEXT: addi.d $a0, $a0, .LCPI7_0
+; LA64-NEXT: fld.d $fa1, $a0, 0
----------------
xen0n wrote:
> Changes last time are lost after the rebase?
Yes, thanks for your reminder. I'll fix this.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D128900/new/
https://reviews.llvm.org/D128900
More information about the llvm-commits
mailing list