[PATCH] D105525: [GISel] Add fpext/fptrunc combines

Patrick Nappa via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 23 20:04:32 PDT 2021


pnappa updated this revision to Diff 368260.
pnappa added a comment.

Addressed @foad 's concerns about fast-math. Removed the combine applying when unsafe math is enabled.


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

https://reviews.llvm.org/D105525

Files:
  llvm/include/llvm/CodeGen/GlobalISel/CombinerHelper.h
  llvm/include/llvm/Target/GlobalISel/Combine.td
  llvm/lib/CodeGen/GlobalISel/CombinerHelper.cpp
  llvm/test/CodeGen/AArch64/GlobalISel/combine-ext.mir
  llvm/test/CodeGen/AArch64/GlobalISel/combine-fpext-suitofp.mir
  llvm/test/CodeGen/AArch64/GlobalISel/combine-fptrunc.mir
  llvm/test/CodeGen/AMDGPU/GlobalISel/fdiv.f16.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D105525.368260.patch
Type: text/x-patch
Size: 46425 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210824/f81debf5/attachment.bin>


More information about the llvm-commits mailing list