Skip to content

Commit ddc3ce6

Browse files
committed
Add release note
1 parent 698cb62 commit ddc3ce6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

llvm/docs/ReleaseNotes.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,10 @@ Changes to the LLVM IR
6262
* The `ptrtoaddr` instruction was introduced. This instruction returns the
6363
address component of a pointer type variable but unlike `ptrtoint` does not
6464
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.
6569

6670
Changes to LLVM infrastructure
6771
------------------------------

0 commit comments

Comments
 (0)