You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[DAG][AArch64] Support masked loads/stores with nontemporal flags
SVE has some non-temporal masked loads and stores. The metadata coming from the
nodes is not copied to the MMO at the moment though, meaning it will generate a
normal instruction. This patch ensures that the right flags are set if the
instruction has non-temporal metadata.
There is an additional fix that copies the MMO flags from masked loads/stores
to normal loads/stores when the mask is all 1's.
0 commit comments