[all-commits] [llvm/llvm-project] 56021d: [X86] Update AVX512VL intrinsic tests to avoid adds

Simon Pilgrim via All-commits all-commits at lists.llvm.org
Sun Mar 13 10:20:36 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 56021d0ae047faab1c009ca13b12b92345783f6e
      https://github.com/llvm/llvm-project/commit/56021d0ae047faab1c009ca13b12b92345783f6e
  Author: Simon Pilgrim <llvm-dev at redking.me.uk>
  Date:   2022-03-13 (Sun, 13 Mar 2022)

  Changed paths:
    M llvm/test/CodeGen/X86/avx512vl-intrinsics-upgrade.ll

  Log Message:
  -----------
  [X86] Update AVX512VL intrinsic tests to avoid adds

As noticed in D119654, by adding the masked intrinsics results together we can end up with the selects being canonicalized away from the intrinsic - this isn't what we want to test here so replace with a insertvalue chain into a aggregate instead to retain all the results.




More information about the All-commits mailing list