This is an archive of the discontinued LLVM Phabricator instance.

[NFC] [mlir] [linalg] Merge Utils/Intrinsics.h into EDSC/Intrinsics.h
ClosedPublic

Authored by kernhanda on Jan 24 2020, 12:12 PM.

Diff Detail

Event Timeline

kernhanda created this revision.Jan 24 2020, 12:12 PM

Unit tests: pass. 62187 tests passed, 0 failed and 815 were skipped.

clang-tidy: pass.

clang-format: fail. Please format your changes with clang-format by running git-clang-format HEAD^ or applying this patch.

Build artifacts: diff.json, clang-tidy.txt, clang-format.patch, CMakeCache.txt, console-log.txt, test-results.xml

Pre-merge checks is in beta. Report issue. Please join beta or enable it for your project.

clang-format

Thanks for the cleanup!

This revision is now accepted and ready to land.Jan 24 2020, 12:43 PM

I don't have commit access, so someone else will have to submit this.

Ping. :) Looking for someone to submit this on my behalf.

Could you plz rebase on master? It does not seem to apply anymore. And fix clang-format while you are there.

kernhanda updated this revision to Diff 240607.Jan 27 2020, 8:29 AM

Rebased on master. clang-format'ed

Could you plz rebase on master? It does not seem to apply anymore. And fix clang-format while you are there.

Done! :)

This revision was automatically updated to reflect the committed changes.