[PATCH] D37686: [DAG] Consolidating Instruction->SDNode Flags propagation in one class for better code management.

Jatin Bhateja via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Sep 16 06:24:41 PDT 2017


jbhateja updated this revision to Diff 115536.
jbhateja added a comment.
Herald added a subscriber: javed.absar.

- Rebase from trunk.
- More changes to cover review comments.
- Test usage of fast-math flags over nodes at some places, it fixes PR34558.
- More places where flags over noded needs to be checked, to be done incrementally.


https://reviews.llvm.org/D37686

Files:
  include/llvm/CodeGen/SelectionDAGNodes.h
  lib/CodeGen/SelectionDAG/DAGCombiner.cpp
  lib/CodeGen/SelectionDAG/SelectionDAG.cpp
  lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
  lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h
  lib/CodeGen/SelectionDAG/TargetLowering.cpp
  lib/Target/AArch64/AArch64ISelLowering.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D37686.115536.patch
Type: text/x-patch
Size: 22714 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170916/b84a7cae/attachment.bin>


More information about the llvm-commits mailing list