[PATCH] D87361: [SelectionDAG] Add helper guard to automatically insert flags
Qiu Chaofan via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Sep 13 10:15:35 PDT 2020
qiucf updated this revision to Diff 291463.
qiucf added a comment.
Keep flags in current methods and introduce new methods to auto-insert flags. (maybe can use variadic template methods?)
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D87361/new/
https://reviews.llvm.org/D87361
Files:
llvm/include/llvm/CodeGen/SelectionDAG.h
llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp
llvm/test/CodeGen/X86/sqrt-fastmath-mir.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D87361.291463.patch
Type: text/x-patch
Size: 14496 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200913/0f61eac0/attachment.bin>
More information about the llvm-commits
mailing list