[PATCH] D117794: [ISEL] Canonicalise constant splats to RHS.

Sander de Smalen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 20 13:16:55 PST 2022


sdesmalen updated this revision to Diff 401762.
sdesmalen added a comment.

Moved dyn_casts below the isCommutative block.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D117794

Files:
  llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp
  llvm/test/CodeGen/AArch64/unfold-masked-merge-vector-variablemask-const.ll
  llvm/test/CodeGen/PowerPC/combine-fneg.ll
  llvm/test/CodeGen/PowerPC/repeated-fp-divisors.ll
  llvm/test/CodeGen/X86/dpbusd_const.ll
  llvm/test/CodeGen/X86/extractelement-fp.ll
  llvm/test/CodeGen/X86/fp-round.ll
  llvm/test/CodeGen/X86/fp128-cast.ll
  llvm/test/CodeGen/X86/hoist-and-by-const-from-shl-in-eqcmp-zero.ll
  llvm/test/CodeGen/X86/pr43509.ll
  llvm/test/CodeGen/X86/unfold-masked-merge-vector-variablemask-const.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D117794.401762.patch
Type: text/x-patch
Size: 18595 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220120/e7117476/attachment.bin>


More information about the llvm-commits mailing list