[all-commits] [llvm/llvm-project] cd12e7: [x86] Propagate memory operands during ISel DAG po...
Jean-Michel Gorius via All-commits
all-commits at lists.llvm.org
Mon May 18 12:35:51 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: cd12e79e6ddd235739716fff5c6a748915f664b9
https://github.com/llvm/llvm-project/commit/cd12e79e6ddd235739716fff5c6a748915f664b9
Author: Jean-Michel Gorius <jean-michel.gorius at orange.fr>
Date: 2020-05-18 (Mon, 18 May 2020)
Changed paths:
M llvm/lib/Target/X86/X86ISelDAGToDAG.cpp
A llvm/test/CodeGen/X86/isel-postprocessing-test-fold-memop.ll
Log Message:
-----------
[x86] Propagate memory operands during ISel DAG postprocessing
Summary:
Propagate memory operands when folding test instructions.
This was split from D80062.
Reviewers: craig.topper, rnk, lebedev.ri
Reviewed By: craig.topper
Subscribers: hiraditya, llvm-commits
Tags: #llvm
Differential Revision: https://reviews.llvm.org/D80140
More information about the All-commits
mailing list