pengfei added inline comments.

================
Comment at: clang/lib/CodeGen/TargetInfo.cpp:3471
+      ContainsFloatAtOffset(IRType, IROffset + 4, getDataLayout()))
+    return llvm::FixedVectorType::get(llvm::Type::getHalfTy(getVMContext()), 
4);
+
----------------
LuoYuanke wrote:
> For 2 float, return <2xfloat> to be compatible to previous ABI?
It is already handled in line 3456.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D105263/new/

https://reviews.llvm.org/D105263

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to