wenju-he wrote: > > `-disable-llvm-passes` should be better than `-O0`. SPIRV is generic target > > and doesn't have TTI interface, > > SPIRV is a distinct target that can implement TTI
This is a great idea. SPIRV doesn't have proper TTI implementations. I've filed an issue for this improvement: https://github.com/llvm/llvm-project/issues/204499 https://github.com/llvm/llvm-project/pull/202891 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
