[PATCH] D106053: [CodeGen] Remove pending AssertZext AssertSext in promoting FP_TO_INT

Xiang Zhang via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 15 18:08:15 PDT 2021


xiangzhangllvm updated this revision to Diff 359181.
xiangzhangllvm edited the summary of this revision.
xiangzhangllvm added a comment.

upload llvm/test/CodeGen/X86/tmp

**I tend not to commit this test at last, this is just for show the problem in discussion.**

**The diff is not cause by Current patch** on the rep.ll  (because it is not obviously)
The diff is caused by revert Simon's  https://reviews.llvm.org/rG2a419a0b9957ebac9e11e4b43bc9fbe42a9207df  or not.
(Simon's patch self is no problem, it is just show out the problem, the root cause is related with generating AssertZext)


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

https://reviews.llvm.org/D106053

Files:
  llvm/lib/CodeGen/SelectionDAG/LegalizeVectorOps.cpp
  llvm/test/CodeGen/X86/avx-cvt-2.ll
  llvm/test/CodeGen/X86/avx512-cvt.ll
  llvm/test/CodeGen/X86/min-legal-vector-width.ll
  llvm/test/CodeGen/X86/tmp/rep.ll
  llvm/test/CodeGen/X86/tmp/rep_old.s
  llvm/test/CodeGen/X86/tmp/rep_rm_simons_rG2a419a0b9957ebac9e11e4b43bc9fbe42a9207df.s
  llvm/test/CodeGen/X86/vec-strict-fptoint-128.ll
  llvm/test/CodeGen/X86/vec-strict-fptoint-256.ll
  llvm/test/CodeGen/X86/vec-strict-fptoint-512.ll
  llvm/test/CodeGen/X86/vec_cast2.ll
  llvm/test/CodeGen/X86/vec_fp_to_int.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D106053.359181.patch
Type: text/x-patch
Size: 56732 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210716/fafb4f55/attachment-0001.bin>


More information about the llvm-commits mailing list