[PATCH] D150422: [ConstantFolding] fold integers whose bitwidth is greater than 63.

Nikita Popov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon May 15 13:23:59 PDT 2023


nikic added a comment.

It looks like the `@load-43bit` test case fails in pre-merge checks. Note that for the non-byte-sized check the important part is that the integer in the global has non-byte-size, not the type used to load from it.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D150422/new/

https://reviews.llvm.org/D150422



More information about the llvm-commits mailing list