[all-commits] [llvm/llvm-project] d5c249: [PowerPC] Fix SELECT_CC with i64 operand on PPC32
Qiu Chaofan via All-commits
all-commits at lists.llvm.org
Wed Apr 28 02:48:55 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d5c24924552a16868c9a99379e6fdb60cd8f77de
https://github.com/llvm/llvm-project/commit/d5c24924552a16868c9a99379e6fdb60cd8f77de
Author: Qiu Chaofan <qiucofan at cn.ibm.com>
Date: 2021-04-28 (Wed, 28 Apr 2021)
Changed paths:
M llvm/lib/Target/PowerPC/PPCISelLowering.cpp
A llvm/test/CodeGen/PowerPC/ppc32-selectcc-i64.ll
Log Message:
-----------
[PowerPC] Fix SELECT_CC with i64 operand on PPC32
This patch fixes the infinite loop in legalization of PPC32 SELECT_CC
with 64-bit operand.
More information about the All-commits
mailing list