We have introduced a new custom SDNode UADDLV on https://reviews.llvm.org/D159267.
Let's try to replace uaddlv intrinsic with it.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D159447
[AArch64] Replace uaddlv intrinsic with uaddlv sdnode ClosedPublic Authored by jaykang10 on Sep 5 2023, 7:07 AM.
Details Summary We have introduced a new custom SDNode UADDLV on https://reviews.llvm.org/D159267.
Diff Detail
Event Timeline
This revision is now accepted and ready to land.Sep 5 2023, 9:29 AM This revision was landed with ongoing or failed builds.Sep 5 2023, 9:58 AM Closed by commit rG06ec1ff29468: [AArch64] Replace uaddlv intrinsic with uaddlv sdnode (authored by jaykang10). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 555888 llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
|
Here too!