[PATCH] D150422: [ConstantFolding] fold integers whose bitwidth is greater than 63.
Kohei Asano via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue May 16 02:55:27 PDT 2023
khei4 added a comment.
@nikic Thank you! I'll fix the descriptions!
> This is specified in https://llvm.org/docs/LangRef.html#id209 and https://llvm.org/docs/LangRef.html#id214. But current semantics are not really clear/inconsistent, see also discussion on D123991 <https://reviews.llvm.org/D123991>.
Ah, I missed the `load` semantics section... Thank you for sharing!
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D150422/new/
https://reviews.llvm.org/D150422
More information about the llvm-commits
mailing list