[PATCH] D40304: [InstCombine] PR35354: Convert load bitcast (select (Cond, &V1, &V2)) --> select(Cond, load bitcast &V1, load bitcast &V2)

Alexey Bataev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 5 09:21:57 PST 2017


ABataev updated this revision to Diff 125551.
ABataev added a comment.

Update after review.


https://reviews.llvm.org/D40304

Files:
  include/llvm/IR/PatternMatch.h
  lib/Transforms/InstCombine/InstCombineLoadStoreAlloca.cpp
  test/Transforms/InstCombine/load-bitcast-select.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D40304.125551.patch
Type: text/x-patch
Size: 6697 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20171205/58fabc3b/attachment.bin>


More information about the llvm-commits mailing list