[cfe-commits] [PATCH] Foundation for Transform registration infrastructure

Sean Silva silvas at purdue.edu
Wed Dec 19 20:04:26 PST 2012


  Can we not just have a single header with some free functions like `llvm/utils/TableGen/TableGenBackends.h`? As Manuel said, at this point we don't really have any idea what the right interface is going to be, so better to just use something that "works" (with a big comment documenting its state as such), and then factor as necessary later.

  We aren't planning to have dynamically loadable transforms, are we?

http://llvm-reviews.chandlerc.com/D221



More information about the cfe-commits mailing list