[PATCH] D142797: [X86] Make `prefetchit{0/1}` emit an assembler warning if the operand is not rip-rel

Noah Goldstein via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Jan 28 23:30:54 PST 2023


goldstein.w.n added a comment.

In D142797#4088581 <https://reviews.llvm.org/D142797#4088581>, @craig.topper wrote:

> Why not do this in X86AsmParser::validateInstruction?

AFAICT it only throws fatal errors.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D142797/new/

https://reviews.llvm.org/D142797



More information about the llvm-commits mailing list