================
@@ -15931,6 +15931,26 @@ static OptimizationRemark 
emitAtomicRMWLegalRemark(const AtomicRMWInst *RMW) {
          << " operation at memory scope " << MemScope;
 }
 
+static bool isHalf2OrBFloat2(Type *Ty) {
----------------
rampitec wrote:

Does the underlying type really matter? Is 2 x 16-bit type sufficient?

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

Reply via email to