[llvm] [GlobalISel] Add `combine` action for C++ combine rules (PR #135941)

Amara Emerson via llvm-commits llvm-commits at lists.llvm.org
Sun Apr 20 00:32:53 PDT 2025


================
@@ -28,11 +28,16 @@ def NoMatchTwoApply : GICombineRule<
   (match (G_SEXT $a, $y)),
   (apply "APPLY0", "APPLY1")>;
 
+def CopmbineCXXOrder : GICombineRule<
----------------
aemerson wrote:

typo `Copmbine`

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


More information about the llvm-commits mailing list