This is an archive of the discontinued LLVM Phabricator instance.

[mlir][StandardToLLVM] Add support for lowering FPToSIOp to LLVM.
ClosedPublic

Authored by hanchung on May 5 2020, 4:39 PM.

Diff Detail

Event Timeline

hanchung created this revision.May 5 2020, 4:39 PM
Herald added a project: Restricted Project. · View Herald Transcript
asaadaldien accepted this revision.May 5 2020, 5:02 PM
This revision is now accepted and ready to land.May 5 2020, 5:02 PM
ftynse accepted this revision.May 6 2020, 12:50 AM
This revision was automatically updated to reflect the committed changes.
rriddle added inline comments.May 27 2020, 12:12 PM
mlir/lib/Conversion/StandardToLLVM/StandardToLLVM.cpp
2307

Can we start using using directives for these instead?

using FPToSILowering = OneToOneConvertToLLVMPattern<FPToSIOp, LLVM::FPToSIOp>;?