[PATCH] D85946: [InstSimplify] Inline vector constants

Arthur Eubanks via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 13 16:49:32 PDT 2020


aeubanks added a comment.

The other possibility is to change `SimplifyExtractValueInst()` (and related functions) to return a vector constant even if the element can't be folded?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D85946



More information about the llvm-commits mailing list