This is an archive of the discontinued LLVM Phabricator instance.

[AArch64][SVE] Add lowering for llvm fdiv
AbandonedPublic

Authored by Asif on Jul 16 2020, 3:00 PM.

Details

Summary

Add the functionality to lower fdiv to predicate variant

Diff Detail

Event Timeline

Asif created this revision.Jul 16 2020, 3:00 PM
Herald added a project: Restricted Project. · View Herald TranscriptJul 16 2020, 3:00 PM
Asif updated this revision to Diff 278632.Jul 16 2020, 4:46 PM
Asif updated this revision to Diff 278633.

I'm sorry to report this work has already been done via D83765, which landed earlier in the week.

Can this patch be abandoned given the functionality is already available?

Asif abandoned this revision.Aug 11 2020, 8:33 AM

Can this patch be abandoned given the functionality is already available?

I already abandoned this patch once I knew that the functionality is already available.