[PATCH] AArch64: add support for llvm.aarch64.hint intrinsic

Yi Kong kongy.dev at gmail.com
Mon Jul 7 00:25:57 PDT 2014


I believe modelling hints intrinsics to mayLoad and mayStore is not accurate as they don't actually load or store. Modelling as 
```
mayLoad = ?
mayStore = ?
```
should be better.

http://reviews.llvm.org/D4403






More information about the llvm-commits mailing list