This is an archive of the discontinued LLVM Phabricator instance.

Updating Kaleidoscope tutorial to Synchronize with ORC v2 APIs
AcceptedPublic

Authored by pree-jackie on May 27 2019, 10:36 AM.

Details

Reviewers
lhames
dblaikie
Summary

Adds functionality to lazily compile LLVM IR to the Kaleidoscope JIT.

Diff Detail

Event Timeline

pree-jackie created this revision.May 27 2019, 10:36 AM

toy.cpp is already updated for chapter 1&2.

Adding IRTransformLayer to Optimize IR *Modules* Lazily

User Documentation - Part 1

Added user documentation part 2, It is ready to go now.

pree-jackie retitled this revision from [WIP] Updating Kaleidoscope tutorial to Synchronize with ORC v2 APIs to Updating Kaleidoscope tutorial to Synchronize with ORC v2 APIs.May 31 2019, 10:45 AM

ping,
Whether docs is okay?

lhames accepted this revision.Jun 13 2019, 8:00 AM

This looks good to me. Thanks Praveen!

This revision is now accepted and ready to land.Jun 13 2019, 8:00 AM