[PATCH] D15722: [WIP][Polly] SSA Codegen

Michael Kruse via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 28 09:22:52 PST 2016


Meinersbur added a comment.

There is also an advantage in that we can verify the generated IR statically, st wrong code (e.g. forget to initialize a value) is noticed much earlier by the IR verifier before generating a wrong program that only gets noticed at runtime.


http://reviews.llvm.org/D15722





More information about the llvm-commits mailing list