[PATCH] D31151: [AArch64] Mark a move of system register TPIDR_EL0 (thread pointer) as not having side effects.

Geoff Berry via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 21 08:06:09 PDT 2017


gberry added a comment.

'TP' is a little terse for a name.  How about 'MOVbaseTLS' to match with 'MOVaddrTLS'?
Could you also add a test where MachineCSE commons multiple 'mrs' from multiple thread_local loads into a single one?


https://reviews.llvm.org/D31151





More information about the llvm-commits mailing list