[all-commits] [llvm/llvm-project] 0332d1: GlobalISel: remove assert that memcpy Src and Dst ...
Jameson Nash via All-commits
all-commits at lists.llvm.org
Wed Nov 24 17:24:14 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 0332d105b9ad7f1f0ffca7e78b71de8b3a48f158
https://github.com/llvm/llvm-project/commit/0332d105b9ad7f1f0ffca7e78b71de8b3a48f158
Author: Jameson Nash <vtjnash at gmail.com>
Date: 2021-11-24 (Wed, 24 Nov 2021)
Changed paths:
M llvm/lib/CodeGen/GlobalISel/LegalizerHelper.cpp
M llvm/test/CodeGen/AArch64/GlobalISel/inline-memcpy.mir
M llvm/test/CodeGen/AArch64/GlobalISel/inline-memmove.mir
Log Message:
-----------
GlobalISel: remove assert that memcpy Src and Dst addrspace must be identical
The LangRef does not require these arguments to have the same type.
Differential Revision: https://reviews.llvm.org/D93154
More information about the All-commits
mailing list