[PATCH] D46946: [X86] Lowering shift intrinsics to native IR

Tomasz Krupa via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 16 07:47:59 PDT 2018


tkrupa created this revision.
tkrupa added reviewers: craig.topper, RKSimon, spatel.
Herald added a subscriber: llvm-commits.

Injecting equivalent IR in place of x86 intrinsic calls via InstCombineCalls.cpp.


Repository:
  rL LLVM

https://reviews.llvm.org/D46946

Files:
  lib/Target/X86/X86ISelLowering.cpp
  lib/Transforms/InstCombine/InstCombineCalls.cpp
  test/CodeGen/X86/combine-shl.ll
  test/CodeGen/X86/combine-sra.ll
  test/CodeGen/X86/combine-srl.ll
  test/Transforms/InstCombine/X86/x86-vector-shifts.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D46946.147088.patch
Type: text/x-patch
Size: 87699 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180516/55db8ea5/attachment.bin>


More information about the llvm-commits mailing list