[PATCH] D136040: [X86] Support PREFETCHI instructions

Ulrich Weigand via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Oct 17 09:18:04 PDT 2022


uweigand added a comment.

In D136040#3862386 <https://reviews.llvm.org/D136040#3862386>, @pengfei wrote:

> Sure, it is possible. But at least for now, there's no real target requires it. Checked with `grep -rwn 'llvm.prefetch.*i32 0\s*)' llvm/test/CodeGen/`.

But that's just within the LLVM sources.  My point was that -up to now- this was part of the public LLVM IR spec, so there could by other LLVM users out there creating this IR, which would now suddenly break.  Not sure what the rules are for breaking IR changes, but that would presumably need some wider discussion.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D136040



More information about the cfe-commits mailing list