shiltian wrote: > This has been one of my top clang annoyances. The same should be applied > universally on all targets. This is 90% just leaking backend implementation > details into the IR and provides bitcode compatibility risk
This may not be easy to apply to all targets, especially for CPU, because of LTO where you can link IR for one CPU against IR for another. I don’t have enough knowledge on that though. If that is safe, I'd be happy to do. https://github.com/llvm/llvm-project/pull/176533 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
