This is an archive of the discontinued LLVM Phabricator instance.

[Power9] Enable extload of constant values to f128
AbandonedPublic

Authored by lei on May 31 2018, 12:18 AM.

Details

Summary

Enable` extload` of constant values to f128

Diff Detail

Event Timeline

lei created this revision.May 31 2018, 12:18 AM
nemanjai accepted this revision.May 31 2018, 12:46 AM

LGTM.

lib/Target/PowerPC/PPCISelLowering.cpp
800

Nit: please add a comment // No extending loads to f128 on PPC.

This revision is now accepted and ready to land.May 31 2018, 12:46 AM
lei added a comment.May 31 2018, 6:51 AM

This patch has a dependency on: https://reviews.llvm.org/D47552

lib/Target/PowerPC/PPCISelLowering.cpp
800

okay.

lei retitled this revision from {Power9} Enable extload of constant values to f128 to [Power9] Enable extload of constant values to f128.May 31 2018, 10:58 AM
lei abandoned this revision.Jun 28 2018, 1:03 PM

merged into D47552