[PATCH] D107435: [PowerPC][RFC][1/n] Fix always unreachable `llvm_unreachable` path
Kai Luo via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 4 02:17:28 PDT 2021
lkail created this revision.
lkail added reviewers: jsji, shchenz, nemanjai, PowerPC.
Herald added subscribers: kbarton, hiraditya.
lkail requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
This is the first step to enable PPC64 support huge frame size(>4G). `int x; !isInt<32>(x);` should be always evaluated false, so the guard code for frame size is impossible to hit.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D107435
Files:
llvm/lib/Target/PowerPC/PPCFrameLowering.cpp
llvm/lib/Target/PowerPC/PPCFrameLowering.h
llvm/test/CodeGen/PowerPC/huge-frame-size.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D107435.364010.patch
Type: text/x-patch
Size: 5828 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210804/5ad87cfc/attachment.bin>
More information about the llvm-commits
mailing list