[all-commits] [llvm/llvm-project] 57d94c: [GlobalISel] Add a shared matcher for memcpy-famil...
Cullen Rhodes via All-commits
all-commits at lists.llvm.org
Sun Jun 7 22:24:09 PDT 2026
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 57d94c90ec4d69d8d5a6a755ad40155b01531ed1
https://github.com/llvm/llvm-project/commit/57d94c90ec4d69d8d5a6a755ad40155b01531ed1
Author: Cullen Rhodes <cullen.rhodes at arm.com>
Date: 2026-06-08 (Mon, 08 Jun 2026)
Changed paths:
M llvm/include/llvm/CodeGen/GlobalISel/LegalizerHelper.h
M llvm/include/llvm/CodeGen/GlobalISel/Utils.h
M llvm/lib/CodeGen/GlobalISel/LegalizerHelper.cpp
M llvm/lib/CodeGen/GlobalISel/Utils.cpp
Log Message:
-----------
[GlobalISel] Add a shared matcher for memcpy-family instructions (NFC) (#201766)
This is a precursor to adding TableGen patterns for these combines so
the handwritten C++ handling can be removed from prelegalizer combiners.
There's a fair bit of code movement, but it should be NFC.
findGISelOptimalMemOpLowering is unchanged.
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