The machine instruction scheduler was illegally moving a buffer store
past a buffer load with the same descriptor and offset. Fixed by marking
buffer ops as mayAlias and isAliased. This may be overly conservative,
and we may need to revisit.
Change-Id: Iff3173d9e0653e830474546276ab9d30318b8ef7
Remove these and specify the full triple to the llc run line