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

Kohei Asano via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun May 14 19:52:15 PDT 2023


khei4 updated this revision to Diff 522028.
khei4 added a comment.

focus on byte-sized integer.
currently some test failed.


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

https://reviews.llvm.org/D150422

Files:
  llvm/lib/Analysis/ConstantFolding.cpp
  llvm/test/CodeGen/X86/load-local-v4i5.ll
  llvm/test/Transforms/InstCombine/constant-fold.ll
  llvm/test/Transforms/InstCombine/load-store-forward.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D150422.522028.patch
Type: text/x-patch
Size: 4475 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230515/84e29ff3/attachment.bin>


More information about the llvm-commits mailing list