[all-commits] [llvm/llvm-project] 281015: [X86] Update more intrinsic tests to prepare to ex...

topperc via All-commits all-commits at lists.llvm.org
Wed Mar 25 23:11:27 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 281015de5d98a9ca92c18f5271aa028e980a76e7
      https://github.com/llvm/llvm-project/commit/281015de5d98a9ca92c18f5271aa028e980a76e7
  Author: Craig Topper <craig.topper at gmail.com>
  Date:   2020-03-25 (Wed, 25 Mar 2020)

  Changed paths:
    M llvm/test/CodeGen/X86/avx512-intrinsics-upgrade.ll
    M llvm/test/CodeGen/X86/avx512-intrinsics.ll
    M llvm/test/CodeGen/X86/avx512-memfold.ll
    M llvm/test/CodeGen/X86/avx512dq-intrinsics.ll

  Log Message:
  -----------
  [X86] Update more intrinsic tests to prepare to extend D60940 to scalar fp.

I want to extend D60940 to scalar FP which will prevent forming
masked instructions if the arithmetic op has another use. To
prepare for that, this patch updates tests to avoid repeating
the operation multiple times with different masking.




More information about the All-commits mailing list