[PATCH] D137934: [InstCombine] Fold extractelt with select of constants

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 14 11:16:23 PST 2022


arsenm added inline comments.


================
Comment at: llvm/test/Transforms/InstCombine/extractelement.ll:816
+}
+
 define i32 @extelt_select_const_operand_extractelt_use(i1 %c) {
----------------
Needs a test with an out of bounds vector index 


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D137934



More information about the llvm-commits mailing list