[all-commits] [llvm/llvm-project] bb39eb: [PowerPC] Fix getMemOperandWithOffsetWidth
Qiu Chaofan via All-commits
all-commits at lists.llvm.org
Tue Sep 8 00:35:49 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: bb39eb9e7f42ba8d1f86f961d7f887f9d626b733
https://github.com/llvm/llvm-project/commit/bb39eb9e7f42ba8d1f86f961d7f887f9d626b733
Author: Qiu Chaofan <qiucofan at cn.ibm.com>
Date: 2020-09-08 (Tue, 08 Sep 2020)
Changed paths:
M llvm/lib/Target/PowerPC/PPCInstrInfo.cpp
Log Message:
-----------
[PowerPC] Fix getMemOperandWithOffsetWidth
Commit 3c0b3250 introduced memory cluster under pwr10 target, but a
check for operands was unexpectedly removed. This adds it back to avoid
regression.
More information about the All-commits
mailing list