[all-commits] [llvm/llvm-project] d3f744: [SystemZ] Bugfix in storeLoadCanUseBlockBinary().
Jonas Paulsson via All-commits
all-commits at lists.llvm.org
Wed Jun 17 00:51:18 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: d3f7448e3ca5535fbaaa728a82e05649b2220bdd
https://github.com/llvm/llvm-project/commit/d3f7448e3ca5535fbaaa728a82e05649b2220bdd
Author: Jonas Paulsson <paulsson at linux.vnet.ibm.com>
Date: 2020-06-17 (Wed, 17 Jun 2020)
Changed paths:
M llvm/lib/Target/SystemZ/SystemZISelDAGToDAG.cpp
M llvm/test/CodeGen/SystemZ/and-08.ll
Log Message:
-----------
[SystemZ] Bugfix in storeLoadCanUseBlockBinary().
Check that the MemoryVT of LoadA matches that of LoadB.
This fixes https://bugs.llvm.org/show_bug.cgi?id=46239.
Review: Ulrich Weigand
Differential Revision: https://reviews.llvm.org/D81671
More information about the All-commits
mailing list