1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 03:33:20 +01:00
llvm-mirror/include
Tim Northover 734aa27517 CodeGenPrep: add separate hook say when GEPs should be used for sinking. NFCI.
Up to now, we've decided whether to sink address calculations using GEPs or
normal arithmetic based on the useAA hook, but there are other reasons GEPs
might be preferred. So this patch splits the two questions, with a default
implementation falling back to useAA.

llvm-svn: 371721
2019-09-12 10:21:00 +00:00
..
llvm CodeGenPrep: add separate hook say when GEPs should be used for sinking. NFCI. 2019-09-12 10:21:00 +00:00
llvm-c [Remarks] Add parser for bitstream remarks 2019-09-09 17:43:50 +00:00