This is an archive of the discontinued LLVM Phabricator instance.

[PowerPC] Fix chain for i1-to-fp operation
ClosedPublic

Authored by qiucf on Nov 30 2020, 10:24 PM.

Details

Diff Detail

Event Timeline

qiucf created this revision.Nov 30 2020, 10:24 PM
qiucf requested review of this revision.Nov 30 2020, 10:24 PM
steven.zhang accepted this revision.Dec 6 2020, 5:22 PM

LGTM. Thank you for fixing this.

This revision is now accepted and ready to land.Dec 6 2020, 5:22 PM
steven.zhang added inline comments.Dec 6 2020, 5:25 PM
llvm/test/CodeGen/PowerPC/i1-to-fp-chain.ll
5

Can you move this into fp-strict-conv.ll instead of creating new test file ?

qiucf added inline comments.Dec 6 2020, 6:33 PM
llvm/test/CodeGen/PowerPC/i1-to-fp-chain.ll
5

I think we don't want ppc32 content for other test functions in the file.

This revision was automatically updated to reflect the committed changes.