[PATCH] D109388: [AArch64][CostModel] Use cost of target trunc type when only use of a non-register sized load
Andrew Litteken via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Sep 13 11:05:41 PDT 2021
AndrewLitteken added a comment.
In D109388#2992706 <https://reviews.llvm.org/D109388#2992706>, @dmgreen wrote:
> Does this come up a lot? I would be surprised, I think it only makes a difference for > 64bit loads on AArch64? For 32bit architectures I could see it happening more.
It occurred when compiling Swift code and extracting certain pieces from more complex classes.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D109388/new/
https://reviews.llvm.org/D109388
More information about the llvm-commits
mailing list