[all-commits] [llvm/llvm-project] 11c4bb: Regenerate apint-shift tests and replace %tmp vari...

Simon Pilgrim via All-commits all-commits at lists.llvm.org
Thu Jul 2 03:57:19 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 11c4bb0c7cbd91c1e58395363d4dec2b2a803450
      https://github.com/llvm/llvm-project/commit/11c4bb0c7cbd91c1e58395363d4dec2b2a803450
  Author: Simon Pilgrim <llvm-dev at redking.me.uk>
  Date:   2020-07-02 (Thu, 02 Jul 2020)

  Changed paths:
    M llvm/test/Transforms/InstCombine/apint-shift.ll

  Log Message:
  -----------
  Regenerate apint-shift tests and replace %tmp variable names to silence update_test_checks warnings


  Commit: 421c02e5c6b376fbbd8cc61c20feb35f1cee7a5a
      https://github.com/llvm/llvm-project/commit/421c02e5c6b376fbbd8cc61c20feb35f1cee7a5a
  Author: Simon Pilgrim <llvm-dev at redking.me.uk>
  Date:   2020-07-02 (Thu, 02 Jul 2020)

  Changed paths:
    M llvm/test/Transforms/InstCombine/apint-shift.ll
    M llvm/test/Transforms/InstCombine/icmp.ll

  Log Message:
  -----------
  [InstCombine] Add some (vXi1 trunc(lshr(x,c))) -> icmp_eq(and(x,c')) tests for non-uniform vectors

As noticed on PR46531


Compare: https://github.com/llvm/llvm-project/compare/d4cf4c66b5b7...421c02e5c6b3


More information about the All-commits mailing list