Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
llvm/lib/Target/AArch64/AArch64ISelLowering.cpp | ||
---|---|---|
3633 | Is the change to ISD::ADD here related somehow? |
llvm/lib/Target/AArch64/AArch64ISelLowering.cpp | ||
---|---|---|
3633 | Only in that ADD and SUB should look pretty much identical and I didn't want to copy the "useSVE..." test, which I probably shouldn't have added in the first place for ADD. Should I move this change into a separate patch? |
Is the change to ISD::ADD here related somehow?