I noticed some unnecessary computation in aarch64.
The memset intrinsics have no source pointer, so don't construct that
operand for them.
Paths
| Differential D159444
[aarch64][NFC] Remove unneeded work from machine memset AbandonedPublic Authored by urnathan on Sep 5 2023, 5:14 AM.
Details
Summary I noticed some unnecessary computation in aarch64. The memset intrinsics have no source pointer, so don't construct that
Diff Detail
Revision Contents
Diff 555851 llvm/lib/Target/AArch64/AArch64SelectionDAGInfo.cpp
|