[PATCH] D14596: [SROA] Choose more profitable type in findCommonType

hfinkel@anl.gov via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 24 15:06:02 PST 2015


hfinkel added a comment.

I'm undecided about this. Chandler, any thoughts?

If we add a DAGCombine that makes bitcast(load(addr)) into a load of a different type, and similar for stores, would that address all of the current motivating examples for this?


http://reviews.llvm.org/D14596





More information about the llvm-commits mailing list