[llvm] [GlobalIsel] Transform build_vector(binop(_, C), ...) -> binop(bv, constant bv) (PR #73577)
Amara Emerson via llvm-commits
llvm-commits at lists.llvm.org
Mon Nov 27 14:51:10 PST 2023
================
@@ -558,6 +558,60 @@ class GVecReduce : public GenericMachineInstr {
}
};
+// Represents an integer binary operation.
+class GIBinOp : public GenericMachineInstr {
----------------
aemerson wrote:
Can we rename this to `GIntBinop` otherwise `GI` could be confused with *GI*Sel.
https://github.com/llvm/llvm-project/pull/73577
More information about the llvm-commits
mailing list