[all-commits] [llvm/llvm-project] 2143b7: [PowerPC]perform bitcast lowering only at 64 bit
Chen Zheng via All-commits
all-commits at lists.llvm.org
Mon May 20 00:17:48 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2143b7cd7d184b3f3bc4a997ea925ab7574c93f9
https://github.com/llvm/llvm-project/commit/2143b7cd7d184b3f3bc4a997ea925ab7574c93f9
Author: Chen Zheng <czhengsz at cn.ibm.com>
Date: 2024-05-20 (Mon, 20 May 2024)
Changed paths:
M llvm/lib/Target/PowerPC/PPCISelLowering.cpp
A llvm/test/CodeGen/PowerPC/pr92233.ll
Log Message:
-----------
[PowerPC]perform bitcast lowering only at 64 bit
Perform bitcast lowering requires 64-bit to be native supported,
However this is not true on 32-bit targets. Explicitly require
64-bit target.
Fixes #92233
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list