================
@@ -1619,14 +1619,18 @@ template <class Emitter>
bool Compiler<Emitter>::VisitVectorBinOp(const BinaryOperator *E) {
const Expr *LHS = E->getLHS();
const Expr *RHS = E->getRHS();
+
+ QualType LHSTy = LHS->getType().getAtomicUnqualifiedType();
----------------
AmrDeveloper wrote:
Found more atomic issues :D
https://godbolt.org/z/4nWPznTaz
I will investigate and try to fix both (Hopefully :D)
https://github.com/llvm/llvm-project/pull/199246
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits