[PATCH] D144445: (WIP) [AggressiveInstCombine] folding load for constant global patterened arrays and structs
    Kohei Asano via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Mon Mar 20 03:03:44 PDT 2023
    
    
  
khei4 updated this revision to Diff 506516.
khei4 added a comment.
addresss
- ptrmasked pointer failures
- not inbounds GEP
and refactoring
- use APInt in loop
- fix BitWidth for APInt
- fix typo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D144445/new/
https://reviews.llvm.org/D144445
Files:
  llvm/lib/Transforms/AggressiveInstCombine/AggressiveInstCombine.cpp
  llvm/test/Transforms/AggressiveInstCombine/patterned-load.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D144445.506516.patch
Type: text/x-patch
Size: 9495 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230320/f97efb48/attachment.bin>
    
    
More information about the llvm-commits
mailing list