[PATCH] D47690: [X86][BMI][TBM] Only demand bottom 16-bits of the BEXTR control op (PR34042)

Simon Pilgrim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 5 05:38:27 PDT 2018


RKSimon updated this revision to Diff 149956.
RKSimon added a comment.

Perform a demanded bits style mask on BEXTR constant masks to fix the existing i32 sign-extend isel issue


Repository:
  rL LLVM

https://reviews.llvm.org/D47690

Files:
  lib/Target/X86/X86ISelDAGToDAG.cpp
  lib/Target/X86/X86ISelLowering.cpp
  lib/Target/X86/X86InstrCompiler.td
  lib/Target/X86/X86InstrInfo.td
  lib/Target/X86/X86IntrinsicsInfo.h
  test/CodeGen/X86/bmi-x86_64.ll
  test/CodeGen/X86/bmi.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D47690.149956.patch
Type: text/x-patch
Size: 12664 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180605/85b57a68/attachment.bin>


More information about the llvm-commits mailing list