[all-commits] [llvm/llvm-project] 4f6e11: [CVP] Make srem test more robust (NFC)

Nikita Popov via All-commits all-commits at lists.llvm.org
Sun Sep 27 09:57:52 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 4f6e11948c37b58e307df5aeeca4c27c546e371e
      https://github.com/llvm/llvm-project/commit/4f6e11948c37b58e307df5aeeca4c27c546e371e
  Author: Nikita Popov <nikita.ppv at gmail.com>
  Date:   2020-09-27 (Sun, 27 Sep 2020)

  Changed paths:
    M llvm/test/Transforms/CorrelatedValuePropagation/srem.ll

  Log Message:
  -----------
  [CVP] Make srem test more robust (NFC)

D69686 will be able to determine that the icmp is always false.
As this is not the purpose of the test, use a different modulus
that doesn't trivialize the condition.




More information about the All-commits mailing list