[PATCH] D57504: RFC: Prototype & Roadmap for vector predication in LLVM

Roger Ferrer Ibanez via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 1 00:30:17 PST 2020


rogfer01 added a comment.

Hi @simoll: a quick question regarding `vp.load`/`vp.store`/`vp.gather`/`vp.scatter`. Does the current definition of VPred allow for something similar to the `!nontemporal` metadata of regular `load`/`store` instructions? I don't see any explicit mention to that but maybe it is already possible using metadata or some other annotation?

Thanks!


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D57504



More information about the llvm-commits mailing list