[PATCH] D104790: [x86] fix mm*_undefined* intrinsics to use arbitrary frozen bit pattern

Craig Topper via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Jun 23 11:26:10 PDT 2021


craig.topper added a comment.

We may want to update the code in X86ISelLowering getAVX2GatherNode and getGatherNode to replace freeze+poison on Src with a zero vector. We already do this when the Src is undef.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D104790



More information about the cfe-commits mailing list