[PATCH] D106530: [PowerPC] Change altivec indexed load/store builtins argument type
Qiu Chaofan via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Jul 26 09:27:50 PDT 2021
qiucf added a comment.
In D106530#2903938 <https://reviews.llvm.org/D106530#2903938>, @nemanjai wrote:
> LGTM. Thanks for fixing this.
> I am just curious, was this revealed from a real world test that used an offset that is so large that it doesn't fit into 32 bits?
No :-) It's found in backend codegen (an unnecessary `extsw`).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D106530/new/
https://reviews.llvm.org/D106530
More information about the cfe-commits
mailing list