[PATCH] D129352: [CodeGen] Limit building time for CodeGenPrepare

Bing Yu via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 11 00:49:27 PDT 2022


yubing added a comment.

optimizeGatherScatterInst is a mandatory procedure where codegenpre convert GEP(vector base ptr) into GEP(scalar base ptr) since SelectionDAGBuilder only handle GEP(scalar base ptr). please take a look at optimizeGatherScatterInst's comments


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

https://reviews.llvm.org/D129352



More information about the llvm-commits mailing list