[all-commits] [llvm/llvm-project] b52543: [GlobalISel] Fix GIM_CheckIsSameOperandIgnoreCopies
Pierre van Houtryve via All-commits
all-commits at lists.llvm.org
Mon Jul 24 06:27:25 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b5254300b4bc3fd988dbdb8506df7c574500c860
https://github.com/llvm/llvm-project/commit/b5254300b4bc3fd988dbdb8506df7c574500c860
Author: pvanhout <pierre.vanhoutryve at amd.com>
Date: 2023-07-24 (Mon, 24 Jul 2023)
Changed paths:
M llvm/include/llvm/CodeGen/GlobalISel/GIMatchTableExecutorImpl.h
Log Message:
-----------
[GlobalISel] Fix GIM_CheckIsSameOperandIgnoreCopies
If the MI had more than one def it incorrectly returrned true.
Reviewed By: arsenm
Differential Revision: https://reviews.llvm.org/D156119
More information about the All-commits
mailing list