Tim Northover b62ba5eca0 AArch64/ARM64: implement BFI optimisation
ARM64 was not producing pure BFI instructions for bitfield insertion
operations, unlike AArch64. The approach had to be a little different (in
ISelDAGToDAG rather than ISelLowering), and the outcomes aren't identical but
hopefully this gives it similar power.

This should address PR19424.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@207102 91177308-0d34-0410-b5e6-96231b3b80d8
2014-04-24 12:11:53 +00:00
..
2014-04-09 14:47:27 +00:00
2014-04-11 22:27:58 +00:00
2014-04-14 12:59:52 +00:00
2014-04-09 07:07:02 +00:00
2014-04-18 14:54:35 +00:00