[all-commits] [llvm/llvm-project] f00bad: Revert "[IRBuilder] Handle constexpr-bitcast for I...

Youngsuk Kim via All-commits all-commits at lists.llvm.org
Wed Nov 15 13:29:38 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: f00bade67d3ad9cc5f7cbad226cf4b8bdd0c6524
      https://github.com/llvm/llvm-project/commit/f00bade67d3ad9cc5f7cbad226cf4b8bdd0c6524
  Author: Youngsuk Kim <joseph942010 at gmail.com>
  Date:   2023-11-15 (Wed, 15 Nov 2023)

  Changed paths:
    M llvm/lib/IR/IRBuilder.cpp
    M llvm/unittests/IR/IRBuilderTest.cpp

  Log Message:
  -----------
  Revert "[IRBuilder] Handle constexpr-bitcast for IRBuilder::CreateThreadLocalAddress" (#72434)

This reverts ce1b24cca886eb9f05e252f399059167473d0ba3.

Since opaque pointers are enabled, we can safely revert the patch now.
Opaque ptr cleanup effort (NFC).




More information about the All-commits mailing list