[PATCH] D100718: Explicitly pass type to cast load constant folding result
Arthur Eubanks via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Apr 19 11:09:16 PDT 2021
aeubanks added a comment.
I'm not 100% sure this is NFC, I think it's possible this might cause some behavior change with a very specific set of bitcasts, although it would be hard to reproduce since passes typically constant fold everything, not just one specific load instruction. But I built chrome with and without this change and it's the exact same size.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D100718/new/
https://reviews.llvm.org/D100718
More information about the llvm-commits
mailing list