1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-01-31 20:51:52 +01:00
Matt Arsenault 084675c776 Add target hook to prevent folding some bitcasted loads.
This is to avoid this transformation in some cases:
fold (conv (load x)) -> (load (conv*)x)

On architectures that don't natively support some vector
loads efficiently casting the load to a smaller vector of
larger types and loading is more efficient.

Patch by Micah Villmow.

llvm-svn: 194783
2013-11-15 04:42:23 +00:00
..
2013-11-15 01:34:59 +00:00
2013-11-15 01:34:59 +00:00
2013-11-15 01:34:59 +00:00
2013-11-15 01:34:59 +00:00
2013-11-15 01:34:59 +00:00