[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
Fri Dec 8 07:32:44 PST 2017


This revision was automatically updated to reflect the committed changes.
Closed by commit rL320157: [InstCombine] PR35354: Convert store(bitcast, load bitcast (select (Cond, &V1… (authored by ABataev).

Changed prior to commit:
  https://reviews.llvm.org/D40304?vs=125551&id=126153#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D40304

Files:
  llvm/trunk/lib/Transforms/InstCombine/InstCombineLoadStoreAlloca.cpp
  llvm/trunk/test/Transforms/InstCombine/load-bitcast-select.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D40304.126153.patch
Type: text/x-patch
Size: 5810 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20171208/814f4fc1/attachment.bin>


More information about the llvm-commits mailing list