[PATCH] D102617: [llvm][AArch64][SVE] Model FFR-using intrinsics with inaccessiblemem
Peter Waller via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon May 17 05:46:40 PDT 2021
peterwaller-arm created this revision.
Herald added subscribers: psnobl, kristof.beyls, tschuett.
Herald added a reviewer: efriedma.
peterwaller-arm requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
Intriniscs reading or writing the FFR register need to model the fact
there is additional state being read/wrtten.
Model this state as inaccessible memory.
- setffr => write inaccessiblememonly
- rdffr => read inaccessiblememonly
- ldff* => read arg memory, write inaccessiblemem
- ldnf => read arg memory, write inaccessiblemem
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D102617
Files:
llvm/include/llvm/IR/IntrinsicsAArch64.td
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D102617.345847.patch
Type: text/x-patch
Size: 5671 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210517/3fc605f3/attachment-0001.bin>
More information about the llvm-commits
mailing list