nikic wrote: > @nikic sorry, can you give me a hint on what to do when I have the metadata > auto-init present for some instructions and some do not have them? Which ones > do I move first (I want to say auto-init ones but just want to confirm)?
There should be no need to move them in any particular order. You can treat the auto-init ones the same as the non-auto-init ones and move them in the order they occur. https://github.com/llvm/llvm-project/pull/164882 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
