[all-commits] [llvm/llvm-project] 7414bb: [Analysis] improve function signature checking for...

RotateRight via All-commits all-commits at lists.llvm.org
Sun Jun 27 05:20:21 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 7414bbebc2895a1ac6c87e4ed83a4c3338fe6911
      https://github.com/llvm/llvm-project/commit/7414bbebc2895a1ac6c87e4ed83a4c3338fe6911
  Author: Sanjay Patel <spatel at rotateright.com>
  Date:   2021-06-27 (Sun, 27 Jun 2021)

  Changed paths:
    M llvm/lib/Analysis/TargetLibraryInfo.cpp
    A llvm/test/Transforms/InstCombine/calloc-mismatch.ll

  Log Message:
  -----------
  [Analysis] improve function signature checking for calloc

This would crash later if we thought the parameters were
valid for the standard library call as shown in:
https://llvm.org/PR50846


  Commit: 1729d6be07ff60369d98d0ece0724751b66d0f91
      https://github.com/llvm/llvm-project/commit/1729d6be07ff60369d98d0ece0724751b66d0f91
  Author: Sanjay Patel <spatel at rotateright.com>
  Date:   2021-06-27 (Sun, 27 Jun 2021)

  Changed paths:
    M llvm/test/Transforms/InstCombine/select-min-max.ll

  Log Message:
  -----------
  [InstCombine][test] add tests for min/max intrinsics with select operand; NFC


Compare: https://github.com/llvm/llvm-project/compare/f45eee270671...1729d6be07ff


More information about the All-commits mailing list