htyu wrote:

> @karthik-man LLVM _always_ requires a correct data layout. Yes, that includes 
> InstCombine.

What sort of correct data layout should be used if we are optimization 
machine-independently? Like cross-compilation with `Clang -O3 -emit-llvm` , but 
optimized the generated IR for different targets later on.

https://github.com/llvm/llvm-project/pull/68882
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to