[all-commits] [llvm/llvm-project] 2700d0: [AAUnderlyingObjects] Initialize an uninitialized ...

cmtice via All-commits all-commits at lists.llvm.org
Mon Jan 9 15:47:01 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 2700d0d13ac28895b7271f81895ef60a7a5ebab6
      https://github.com/llvm/llvm-project/commit/2700d0d13ac28895b7271f81895ef60a7a5ebab6
  Author: Caroline Tice <cmtice at google.com>
  Date:   2023-01-09 (Mon, 09 Jan 2023)

  Changed paths:
    M llvm/lib/Transforms/IPO/AttributorAttributes.cpp

  Log Message:
  -----------
  [AAUnderlyingObjects] Initialize an uninitialized boolean.

Recent commit introducing AA for getting underluying objects of a
pointer created an uninitialized boolean, which causes tests to fail
when built unter asan/ubsan. This initialized that variable.




More information about the All-commits mailing list