[all-commits] [llvm/llvm-project] b99782: [X86][AVX] Adjust unsigned saturation downconvert ...

Simon Pilgrim via All-commits all-commits at lists.llvm.org
Thu Jan 14 10:02:28 PST 2021


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: b99782cf7850a481fa36fd95ae04923739e0da6d
      https://github.com/llvm/llvm-project/commit/b99782cf7850a481fa36fd95ae04923739e0da6d
  Author: Simon Pilgrim <llvm-dev at redking.me.uk>
  Date:   2021-01-14 (Thu, 14 Jan 2021)

  Changed paths:
    M llvm/test/CodeGen/X86/avx512-trunc.ll

  Log Message:
  -----------
  [X86][AVX] Adjust unsigned saturation downconvert negative test

D87145 was showing that this test (added in D45315) could always be constant folded (with suitable value tracking).

What we actually needed was smax(smin()) negative test coverage, the invert of negative_test2_smax_usat_trunc_wb_256_mem, so I've tweaked the test to provide that instead.




More information about the All-commits mailing list