[PATCH] D146622: [AggressiveInstCombine] folding load for constant global patterened arrays and structs by GEP indices
    Nikita Popov via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Fri May 12 01:24:08 PDT 2023
    
    
  
nikic added inline comments.
================
Comment at: llvm/test/Transforms/AggressiveInstCombine/patterned-load.ll:20
+  ret i32 %1
+}
+
----------------
Could you please also rerun update_test_checks.py for the new test?
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D146622/new/
https://reviews.llvm.org/D146622
    
    
More information about the llvm-commits
mailing list