This is an archive of the discontinued LLVM Phabricator instance.

[mlir] Fix lowering of multi-dimensional vector log1p to LLVM
ClosedPublic

Authored by bkramer on Apr 29 2021, 6:27 AM.

Details

Summary

This was using the untransformed operand, leading to invalid IR.

Diff Detail

Event Timeline

bkramer created this revision.Apr 29 2021, 6:27 AM
bkramer requested review of this revision.Apr 29 2021, 6:27 AM
ezhulenev accepted this revision.Apr 29 2021, 12:46 PM
This revision is now accepted and ready to land.Apr 29 2021, 12:46 PM