[PATCH] D107017: [GlobalISel] Allow the ArtifactValueFinder to return the best available register on failure.

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 5 16:45:30 PDT 2021


arsenm added inline comments.


================
Comment at: llvm/include/llvm/CodeGen/GlobalISel/LegalizationArtifactCombiner.h:587-588
     ///
     /// \returns A register if a value can be found, otherwise an empty
     /// Register.
     Register findValueFromBuildVector(GBuildVector &BV, unsigned StartBit,
----------------
Comment is out of date?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D107017



More information about the llvm-commits mailing list