This is an archive of the discontinued LLVM Phabricator instance.

[mlir][StandardToSPIRV] Add support for lowering math.powf to SPIR-V.
ClosedPublic

Authored by hanchung on Apr 13 2021, 11:36 AM.

Diff Detail

Event Timeline

hanchung created this revision.Apr 13 2021, 11:36 AM
hanchung requested review of this revision.Apr 13 2021, 11:36 AM

I think we should have a cleanup someday... many ops are no longer Standard ops...

I think we should have a cleanup someday... many ops are no longer Standard ops...

Yup. Need to split out the code for memref stuff at least. Those load/store op handling spans quite some lines. Extracting into another file is better.

antiagainst accepted this revision.Apr 13 2021, 12:01 PM
This revision is now accepted and ready to land.Apr 13 2021, 12:01 PM