[all-commits] [llvm/llvm-project] 00454a: [SystemZ] Bugfix in expansion of memmem operations.
Jonas Paulsson via All-commits
all-commits at lists.llvm.org
Wed May 10 02:06:37 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 00454a17f361d677d5423905c888daca1a80661a
https://github.com/llvm/llvm-project/commit/00454a17f361d677d5423905c888daca1a80661a
Author: Jonas Paulsson <paulsson at linux.vnet.ibm.com>
Date: 2023-05-10 (Wed, 10 May 2023)
Changed paths:
M llvm/lib/Target/SystemZ/SystemZISelLowering.cpp
A llvm/test/CodeGen/SystemZ/memmem-exrl-cc.mir
Log Message:
-----------
[SystemZ] Bugfix in expansion of memmem operations.
Since NC, OC, and XC clobber CC, the EXRL_Pseudo targeting these must also be
marked to do so.
Original patch by uweigand.
Reviewed by: uweigand
Differential Revision: https://reviews.llvm.org/D150251
Fixes: https://github.com/llvm/llvm-project/issues/62572
More information about the All-commits
mailing list