[PATCH] D151050: [X86] Don't crash on instruction prefetch intrinsics without PREFETCHI support.

Phoebe Wang via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun May 21 17:52:22 PDT 2023


pengfei accepted this revision.
pengfei added a comment.
This revision is now accepted and ready to land.

We have limited it in the FE. I was considering if we should lower it to other prefetch instructions if prefetchi is not supported. Some people have concern prefetching to data cache may not help with execution. Not emitting instruction seems good, thanks!


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D151050



More information about the llvm-commits mailing list