[PATCH] D137241: [X86] Add ExpandLargeFpConvert Pass and enable for X86

Freddy, Ye via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 29 04:19:31 PST 2022


FreddyYe updated this revision to Diff 478518.
FreddyYe marked 7 inline comments as done.
FreddyYe added a comment.

Address comments. THX for review!


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D137241

Files:
  llvm/include/llvm/CodeGen/MachinePassRegistry.def
  llvm/include/llvm/CodeGen/Passes.h
  llvm/include/llvm/CodeGen/TargetLowering.h
  llvm/include/llvm/InitializePasses.h
  llvm/lib/CodeGen/CMakeLists.txt
  llvm/lib/CodeGen/CodeGen.cpp
  llvm/lib/CodeGen/ExpandLargeFpConvert.cpp
  llvm/lib/CodeGen/TargetLoweringBase.cpp
  llvm/lib/CodeGen/TargetPassConfig.cpp
  llvm/lib/Target/X86/X86ISelLowering.cpp
  llvm/test/CodeGen/AArch64/O0-pipeline.ll
  llvm/test/CodeGen/AArch64/O3-pipeline.ll
  llvm/test/CodeGen/AMDGPU/llc-pipeline.ll
  llvm/test/CodeGen/ARM/O3-pipeline.ll
  llvm/test/CodeGen/M68k/pipeline.ll
  llvm/test/CodeGen/PowerPC/O3-pipeline.ll
  llvm/test/CodeGen/RISCV/O0-pipeline.ll
  llvm/test/CodeGen/RISCV/O3-pipeline.ll
  llvm/test/CodeGen/X86/O0-pipeline.ll
  llvm/test/CodeGen/X86/expand-large-fp-convert-fptosi129.ll
  llvm/test/CodeGen/X86/expand-large-fp-convert-fptoui129.ll
  llvm/test/CodeGen/X86/expand-large-fp-convert-si129tofp.ll
  llvm/test/CodeGen/X86/expand-large-fp-convert-ui129tofp.ll
  llvm/test/CodeGen/X86/fp-i129.ll
  llvm/test/CodeGen/X86/opt-pipeline.ll
  llvm/tools/opt/opt.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D137241.478518.patch
Type: text/x-patch
Size: 115196 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20221129/ba947d23/attachment-0001.bin>


More information about the llvm-commits mailing list