================
@@ -60,6 +60,15 @@ clang::CIRGen::createX8664TargetCIRGenInfo(CIRGenTypes &cgt) 
{
 
 ABIInfo::~ABIInfo() noexcept = default;
 
+cir::VectorType
+ABIInfo::getOptimalVectorMemoryType(cir::VectorType ty,
+                                    const LangOptions &opt) const {
+  if (ty.getSize() == 3 && !opt.PreserveVec3Type) {
----------------
andykaylor wrote:

No need for braces here

https://github.com/llvm/llvm-project/pull/161232
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to