[all-commits] [llvm/llvm-project] aabc24: [RISCV] Support llvm.thread.pointer

Kamlesh Kumar via All-commits all-commits at lists.llvm.org
Fri Mar 27 17:32:52 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: aabc24acf0d5f8677bd22fe9c108581e07c3e180
      https://github.com/llvm/llvm-project/commit/aabc24acf0d5f8677bd22fe9c108581e07c3e180
  Author: Kamlesh Kumar <kamleshbhalui at gmail.com>
  Date:   2020-03-27 (Fri, 27 Mar 2020)

  Changed paths:
    M llvm/lib/Target/RISCV/RISCVISelLowering.cpp
    M llvm/lib/Target/RISCV/RISCVISelLowering.h
    A llvm/test/CodeGen/RISCV/thread-pointer.ll

  Log Message:
  -----------
  [RISCV] Support llvm.thread.pointer

Fixes https://bugs.llvm.org/show_bug.cgi?id=45303 (clang crashed on __builtin_thread_pointer)

Reviewed By: lenary, MaskRay, luismarques

Differential Revision: https://reviews.llvm.org/D76828




More information about the All-commits mailing list