[all-commits] [llvm/llvm-project] 36eb6c: [SCCP] Regenerate bigint test checks

Simon Pilgrim via All-commits all-commits at lists.llvm.org
Fri Sep 24 10:19:09 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 36eb6c0134afa9d6881e52c002743f4594c859ee
      https://github.com/llvm/llvm-project/commit/36eb6c0134afa9d6881e52c002743f4594c859ee
  Author: Simon Pilgrim <llvm-dev at redking.me.uk>
  Date:   2021-09-24 (Fri, 24 Sep 2021)

  Changed paths:
    M llvm/test/Transforms/SCCP/apint-bigint2.ll

  Log Message:
  -----------
  [SCCP] Regenerate bigint test checks


  Commit: bdee805b3277e04677490f42e62aa28478331254
      https://github.com/llvm/llvm-project/commit/bdee805b3277e04677490f42e62aa28478331254
  Author: Simon Pilgrim <llvm-dev at redking.me.uk>
  Date:   2021-09-24 (Fri, 24 Sep 2021)

  Changed paths:
    M llvm/lib/IR/ConstantFold.cpp
    M llvm/test/Transforms/SCCP/apint-bigint2.ll

  Log Message:
  -----------
  [ConstantFold] ConstantFoldGetElementPtr - use APInt::isNegative() instead of getSExtValue() to support big ints

Fixes fuzz test: https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=39197


Compare: https://github.com/llvm/llvm-project/compare/3678df5ae661...bdee805b3277


More information about the All-commits mailing list