[all-commits] [llvm/llvm-project] 8e0ff4: [InstCombine] Make varargs cast transform compatib...

Nikita Popov via All-commits all-commits at lists.llvm.org
Thu Jun 24 12:57:22 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 8e0ff44bf896733f04c5cc9e68aee2b777860ddd
      https://github.com/llvm/llvm-project/commit/8e0ff44bf896733f04c5cc9e68aee2b777860ddd
  Author: Nikita Popov <nikita.ppv at gmail.com>
  Date:   2021-06-24 (Thu, 24 Jun 2021)

  Changed paths:
    M llvm/lib/Transforms/InstCombine/InstCombineCalls.cpp
    M llvm/test/Transforms/InstCombine/opaque-ptr.ll

  Log Message:
  -----------
  [InstCombine] Make varargs cast transform compatible with opaque ptrs

The whole transform can be dropped once we have fully transitioned
to opaque pointers (as it's purpose is to remove no-op pointer
casts). For now, make sure that it handles opaque pointers correctly.




More information about the All-commits mailing list