[all-commits] [llvm/llvm-project] fda630: [AArch64][GlobalISel] Add tablegen pattern for uad...
Cullen Rhodes via All-commits
all-commits at lists.llvm.org
Tue May 26 00:26:20 PDT 2026
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: fda6309919a0c391ed224c0da214ba89ecff5478
https://github.com/llvm/llvm-project/commit/fda6309919a0c391ed224c0da214ba89ecff5478
Author: Cullen Rhodes <cullen.rhodes at arm.com>
Date: 2026-05-26 (Tue, 26 May 2026)
Changed paths:
M llvm/lib/Target/AArch64/AArch64Combine.td
M llvm/lib/Target/AArch64/GISel/AArch64PreLegalizerCombiner.cpp
Log Message:
-----------
[AArch64][GlobalISel] Add tablegen pattern for uaddo combine (#198724)
Related to #197693 which filters the worklist to only include opcodes
for which there are combines. It's mostly handled by canMatchOpcode
which is tablgen'ed but some old combines like this one are missing a
tablegen pattern and require extra handling. This adds a simple wrapper
so it gets picked up by canMatchOpcode and we can delete the C++
handling.
Assisted-by: codex
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list