We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 698cb62 commit ddc3ce6Copy full SHA for ddc3ce6
llvm/docs/ReleaseNotes.md
@@ -62,6 +62,10 @@ Changes to the LLVM IR
62
* The `ptrtoaddr` instruction was introduced. This instruction returns the
63
address component of a pointer type variable but unlike `ptrtoint` does not
64
capture provenance ([#125687](https://github.com/llvm/llvm-project/pull/125687)).
65
+* The alignment argument of the `@llvm.masked.load`, `@llvm.masked.store`,
66
+ `@llvm.masked.gather` and `@llvm.masked.scatter` intrinsics has been removed.
67
+ Instead, the `align` attribute should be placed on the pointer (or vector of
68
+ pointers) argument.
69
70
Changes to LLVM infrastructure
71
------------------------------
0 commit comments