yinma added inline comments. ================ Comment at: lib/CodeGen/TargetInfo.cpp:4926 + FI.setNonPODStructReturn(Kind != Win64); + ---------------- Do we should limit this to aarch64 windows only? I feel it will impact x86 64bit . https://reviews.llvm.org/D49464