[PATCH] D87130: [SelectionDAGBuilder] Remember to copy the FMF flags in visitBinary().

Jonas Paulsson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 4 01:45:01 PDT 2020


jonpa created this revision.
jonpa added reviewers: spatel, uweigand.
Herald added a subscriber: hiraditya.
Herald added a project: LLVM.
jonpa requested review of this revision.

This is a follow-up patch for the bugfix of https://reviews.llvm.org/D86871.

It fixes the XFAILING SystemZ/fp-mul-14.ll test, and also improves two others.

(D86871 <https://reviews.llvm.org/D86871> is still pending, and this will be committed afterwards to fix its XFAILing test)


https://reviews.llvm.org/D87130

Files:
  llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
  llvm/test/CodeGen/AArch64/fp-const-fold.ll
  llvm/test/CodeGen/SystemZ/fp-mul-14.ll
  llvm/test/CodeGen/X86/fp-undef.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D87130.289892.patch
Type: text/x-patch
Size: 9448 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200904/db8f7264/attachment.bin>


More information about the llvm-commits mailing list