[PATCH] D60133: [DAGCombiner] Improve detection of unmergable stores, based on type size (WIP)
Nirav Dave via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon May 6 07:31:08 PDT 2019
niravd added a comment.
The current interfaces definitely do not provide anything like that. As I recall, most of the use cases requiring canMergeStoresTo involve ad hoc ways to locally declare a type/operation invalid localized to the specific target, so I suggest the just marginally expanding hte interface to capture the one issue we've seen so far (no-implict-float) and defer any deeper analysis for when we run into it.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D60133/new/
https://reviews.llvm.org/D60133
More information about the llvm-commits
mailing list