[all-commits] [llvm/llvm-project] 60aeea: [InstCombine] Fix uninitialized variable usage

Benjamin Kramer via All-commits all-commits at lists.llvm.org
Wed Dec 13 07:33:50 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 60aeea21fd885de1e03b354f455b91c47ed0d7e1
      https://github.com/llvm/llvm-project/commit/60aeea21fd885de1e03b354f455b91c47ed0d7e1
  Author: Benjamin Kramer <benny.kra at googlemail.com>
  Date:   2023-12-13 (Wed, 13 Dec 2023)

  Changed paths:
    M llvm/lib/Transforms/InstCombine/InstCombineCalls.cpp

  Log Message:
  -----------
  [InstCombine] Fix uninitialized variable usage

m_Specific can only be used if the previous check suceeded. Found by
msan.




More information about the All-commits mailing list