[llvm-dev] what became LLC -march=cpp?

David Chisnall via llvm-dev llvm-dev at lists.llvm.org
Tue Jun 21 01:45:57 PDT 2016


On 21 Jun 2016, at 09:43, Pierre Gagelin via llvm-dev <llvm-dev at lists.llvm.org> wrote:
> 
> Was it removed from LLVM?

Yes, fairly recently.  The code that it generated no longer compiled and it never produced good idiomatic code (for example, it didn’t use IRBuilder), so was fairly dangerous as a learning device.

David



More information about the llvm-dev mailing list