[llvm-dev] Musings on the TableGen -emit-dag-isel backend

Paul C. Anagnostopoulos via llvm-dev llvm-dev at lists.llvm.org
Fri Nov 13 11:48:41 PST 2020


Yes, we can. But I think either solution is going eliminate the relaxation step completely, Either we will always use 3-byte sizes or we will make a first pass to size everything and then a second pass to emit the code. Either way, no relaxation is necessary.


>Can we skip the relaxation step if comments aren't being emitted? >Comment emission is off by default in CMake configuration.

>~Craig




More information about the llvm-dev mailing list