[PATCH] D137241: [WIP] Add ExpandLargeFpConvert Pass

Freddy, Ye via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 9 00:43:37 PST 2022


FreddyYe updated this revision to Diff 474180.
FreddyYe added a comment.

WIP update.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D137241/new/

https://reviews.llvm.org/D137241

Files:
  BitInt_fixdfqi_test.c
  BitInt_fixsfqi_test.c
  BitInt_fixunsdfqi_test.c
  BitInt_fixunssfqi_test.c
  BitInt_floatqidf_test.c
  BitInt_floatqisf_test.c
  BitInt_floatunqidf_test.c
  BitInt_floatunqisf_test.c
  fix.c
  fixdfdi_single_source.c
  fixdfdi_single_source_readable.ll
  fixsfdi_single_source.c
  fixsfdi_single_source_readable.ll
  fixsfsi_single_source.c
  fixsfsi_single_source_readable.ll
  float.c
  floatdidf_single_source.c
  floatdidf_single_source_bitint.c
  floatdidf_single_source_readable.ll
  floatdisf_single_source.c
  floatdisf_single_source_readable.ll
  floatsisf_single_source.c
  floatsisf_single_source_readable.ll
  floattidf_single_source.c
  floattidf_single_source_readable.ll
  floattisf_single_source.c
  floattisf_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.474180.patch
Type: text/x-patch
Size: 116028 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20221109/72beef2d/attachment.bin>


More information about the llvm-commits mailing list