Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[AArch64] Mark the read of the threadpointer has having unmodeled sid…
…e effects to prevent misoptimization in programs where the executing thread may change across a function call. In principle, this change could be made more precise to enable some optimizations of this operation, including removal of redundant reads when there is no intervening function call. But it is not clear what attributes currently exist that could be attached to this operation to model its behavior more precisely.
- Loading branch information