Make `prefetchit{0/1}` emit an assembler warning if the operand is not rip-rel
Without a rip-rel operand, `prefetchit{0/1}` is a nop. This is a reasonable mistake for someone to make and is almost certainly not what they are after. This matches the same warning in `gas`. Reviewed By: pengfei Differential Revision: https://reviews.llvm.org/D142797
Loading
Please sign in to comment