[PATCH] D118843: [x86] avoid false dependency stall on 'sbb' with same source reg

Sanjay Patel via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 3 12:18:56 PST 2022


spatel updated this revision to Diff 405743.
spatel added a comment.

Patch updated:
Changed feature name from "HasSBBZeroIdiom" to "HasSBBDepBreaking".


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D118843/new/

https://reviews.llvm.org/D118843

Files:
  llvm/lib/Target/X86/X86.td
  llvm/lib/Target/X86/X86ISelDAGToDAG.cpp
  llvm/lib/Target/X86/X86Subtarget.h
  llvm/test/CodeGen/X86/combine-movmsk-avx.ll
  llvm/test/CodeGen/X86/copy-eflags.ll
  llvm/test/CodeGen/X86/jump_sign.ll
  llvm/test/CodeGen/X86/machine-cse.ll
  llvm/test/CodeGen/X86/pr32588.ll
  llvm/test/CodeGen/X86/pr35972.ll
  llvm/test/CodeGen/X86/sbb-false-dep.ll
  llvm/test/CodeGen/X86/sbb-zero-idiom.ll
  llvm/test/CodeGen/X86/sbb.ll
  llvm/test/CodeGen/X86/sdiv_fix_sat.ll
  llvm/test/CodeGen/X86/select.ll
  llvm/test/CodeGen/X86/sext-i1.ll
  llvm/test/CodeGen/X86/shl-crash-on-legalize.ll
  llvm/test/CodeGen/X86/umul_fix_sat.ll
  llvm/test/CodeGen/X86/vec_uaddo.ll
  llvm/test/CodeGen/X86/vec_usubo.ll
  llvm/test/CodeGen/X86/vector-compare-any_of.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D118843.405743.patch
Type: text/x-patch
Size: 71349 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220203/51850865/attachment-0001.bin>


More information about the llvm-commits mailing list