Skip to content
Commit deb82eab authored by Quentin Colombet's avatar Quentin Colombet
Browse files

[ARM] Mark VMOVRRD with the ExtractSubreg property and implement the related

target hook.

This patch teaches the compiler that:
rX, rY = VMOVRRD dZ
is the same as:
rX = EXTRACT_SUBREG dZ, ssub_0
rY = EXTRACT_SUBREG dZ, ssub_1

<rdar://problem/12702965>

llvm-svn: 216132
parent fffd56ec
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment