[PATCH] D138521: [X86] Support ANDNP combine through broadcast instructions with scalar input

Simon Pilgrim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 24 02:38:57 PST 2022


RKSimon added inline comments.


================
Comment at: llvm/test/CodeGen/X86/combine-bitselect.ll:615
+  ret <4 x i32> %4
+}
+
----------------
This test would probably be better inside combine-and.ll - I've improved test coverage in rG6f11c395f5899a10cbcc823cfd6ef7b08525a17e


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D138521



More information about the llvm-commits mailing list