This is an archive of the discontinued LLVM Phabricator instance.

Add zero_extendi and sign_extendi to intrinsic namespace
ClosedPublic

Authored by pruthviIntel on Jan 6 2020, 12:39 PM.

Details

Summary
  • update zero_extendi and sign_extendi in edsc/intrinsic namespace
  • Builder API test for zero_extendi and sign_extendi

Diff Detail

Event Timeline

pruthviIntel created this revision.Jan 6 2020, 12:39 PM
Herald added a project: Restricted Project. · View Herald TranscriptJan 6 2020, 12:39 PM
nicolasvasilache requested changes to this revision.Jan 6 2020, 7:00 PM
nicolasvasilache added inline comments.
mlir/test/EDSC/builder-api-test.cpp
515

can both tests be folded into a single test?
Or better yet into a previously exisiting test to avoid duplicating boilerplate?

This revision now requires changes to proceed.Jan 6 2020, 7:00 PM
  • reduce boiler plate code by folding the zero_extendi, sign_extendi to a single builder API test
pruthviIntel added inline comments.Jan 7 2020, 11:45 AM
mlir/test/EDSC/builder-api-test.cpp
515

@nicolasvasilache sure, will fold both of them under a single test.

This revision is now accepted and ready to land.Jan 7 2020, 7:00 PM

@nicolasvasilache can you merge the PR, I don't have the commit access :)

ftynse added a subscriber: ftynse.Jan 10 2020, 1:52 AM

Please let us know which email to associate with your commit

pruthvi.gowda.thorehosur.appajigowda@intel.com , this email should be good.

This revision was automatically updated to reflect the committed changes.