[PATCH] D31189: [InstCombine] Fix folding of select into phi nodes when incoming element of phi is a vector type

Sanjoy Das via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 24 09:04:17 PDT 2017


sanjoy accepted this revision.
sanjoy added a comment.
This revision is now accepted and ready to land.

Looks good!



================
Comment at: test/Transforms/InstCombine/phi-select-constexpr.ll:1
 ; RUN: opt < %s -S -instcombine | FileCheck %s
 @A = extern_weak global i32, align 4
----------------
Should we rename this file now?


https://reviews.llvm.org/D31189





More information about the llvm-commits mailing list