[PATCH] D134648: [LangRef] Update text for vscale to be more flexible but maintain original intent.

Nikita Popov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 16 05:06:34 PDT 2023


nikic added inline comments.


================
Comment at: llvm/docs/LangRef.rst:3693
+can change at function call boundaries but such a change is tightly controlled
+by function attributes and should not be observable to the calling function.
+
----------------
I'm not sure I understand what "is tightly controlled by function attributes" means here.

Is it possible for a function with one vscale value to call a function with another vscale value? How does vscale change in that case, and what prevents inlining of such functions?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D134648



More information about the llvm-commits mailing list