[llvm] [GlobalIsel] combine insert vector element (PR #89363)

Dhruv Chawla via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 25 02:32:50 PDT 2024


================
@@ -853,6 +853,9 @@ class CombinerHelper {
   bool matchExtractVectorElementWithDifferentIndices(const MachineOperand &MO,
                                                      BuildFnTy &MatchInfo);
 
+  /// Combine insert vector element OOB.
+  bool matchInsertVectorElementOOB(MachineInstr &MI, BuildFnTy &MatchInfo);
----------------
dc03-work wrote:

Please clarify what OOB means, it is not obvious.

https://github.com/llvm/llvm-project/pull/89363


More information about the llvm-commits mailing list