[all-commits] [llvm/llvm-project] 8e1ca9: Reland "[AArch64] Fix data race on RegisterBank in...

huihzhang via All-commits all-commits at lists.llvm.org
Thu Feb 6 15:12:37 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 8e1ca948ccfdf0ead90adf63d6127f56d9d46586
      https://github.com/llvm/llvm-project/commit/8e1ca948ccfdf0ead90adf63d6127f56d9d46586
  Author: Huihui Zhang <huihuiz at quicinc.com>
  Date:   2020-02-06 (Thu, 06 Feb 2020)

  Changed paths:
    M llvm/lib/Target/AArch64/AArch64RegisterBankInfo.cpp

  Log Message:
  -----------
  Reland "[AArch64] Fix data race on RegisterBank initialization."

Update lambda function argument "[this](const auto &TRI)" with
[this](const TargetRegisterInfo &TRI).

Looks like a bug in g++-6, there is no issue compiling using g++-9.




More information about the All-commits mailing list