[all-commits] [llvm/llvm-project] 79f763: [LangRef] Clarify semantics of masked vector load/...

Ralf Jung via All-commits all-commits at lists.llvm.org
Sat Aug 3 06:00:56 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 79f7630e28589364ccf989a4a838f5dd74ce260a
      https://github.com/llvm/llvm-project/commit/79f7630e28589364ccf989a4a838f5dd74ce260a
  Author: Ralf Jung <post at ralfj.de>
  Date:   2024-08-03 (Sat, 03 Aug 2024)

  Changed paths:
    M llvm/docs/LangRef.rst

  Log Message:
  -----------
  [LangRef] Clarify semantics of masked vector load/store (#82469)

Basically, these operations are equivalent to a loop that iterates all
elements and then does a `getelementptr` (without `inbounds`!) plus
`load`/`store` only for the masked-on elements.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list