[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 Jun 30 02:54:59 PDT 2022


gonglingqin created this revision.
gonglingqin added reviewers: SixWeining, MaskRay, xen0n, xry111, wangleiat.
Herald added subscribers: StephenFan, hiraditya.
Herald added a project: All.
gonglingqin requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

Depends on D128899 <https://reviews.llvm.org/D128899>


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D128900

Files:
  llvm/lib/Target/LoongArch/LoongArchFloat32InstrInfo.td
  llvm/lib/Target/LoongArch/LoongArchFloat64InstrInfo.td
  llvm/lib/Target/LoongArch/LoongArchISelDAGToDAG.cpp
  llvm/lib/Target/LoongArch/LoongArchISelDAGToDAG.h
  llvm/lib/Target/LoongArch/LoongArchISelLowering.cpp
  llvm/lib/Target/LoongArch/LoongArchISelLowering.h
  llvm/lib/Target/LoongArch/LoongArchInstrInfo.td
  llvm/test/CodeGen/LoongArch/ir-instruction/double-convert.ll
  llvm/test/CodeGen/LoongArch/ir-instruction/float-convert.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D128900.441325.patch
Type: text/x-patch
Size: 21006 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220630/b5ad8593/attachment.bin>


More information about the llvm-commits mailing list