[PATCH] D137241: [WIP] Add ExpandLargeFpConvert Pass

Freddy, Ye via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 2 03:51:55 PDT 2022


FreddyYe created this revision.
Herald added a subscriber: hiraditya.
Herald added a project: All.
FreddyYe requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

Supported sf2si, sf2xi, di2df.

fix/float.c is end-to-end test.
fix/floatsfsi_single_source_readable.ll is referring IR

  generated by fix/floatsfsi_single_source.c.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D137241

Files:
  crach.c
  fix.c
  fixsfsi_single_source.c
  fixsfsi_single_source_readable.ll
  float.c
  floatdidf_single_source.c
  floatdidf_single_source_readable.ll
  llvm/include/llvm/CodeGen/MachinePassRegistry.def
  llvm/include/llvm/CodeGen/Passes.h
  llvm/include/llvm/InitializePasses.h
  llvm/lib/CodeGen/CMakeLists.txt
  llvm/lib/CodeGen/CodeGen.cpp
  llvm/lib/CodeGen/ExpandLargeFpConvert.cpp
  llvm/lib/CodeGen/TargetPassConfig.cpp
  llvm/test/Transforms/ExpandLargeFpConvert/fptosi129.ll
  llvm/test/Transforms/ExpandLargeFpConvert/si129tofp.ll
  llvm/tools/opt/opt.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D137241.472566.patch
Type: text/x-patch
Size: 31176 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20221102/935c01f5/attachment.bin>


More information about the llvm-commits mailing list