Page MenuHomePhabricator

MichielDerhaeg (Michiel Derhaeg)
User

Projects

User does not belong to any projects.

User Details

User Since
Jun 10 2019, 11:52 AM (198 w, 4 d)

Recent Activity

Nov 9 2022

MichielDerhaeg added a comment to D137164: [LLParser] Handle mixed blockaddress forward references with names and IDs.

Would it be simpler to define < for that case? Or, we could define a custom one to send to the std::map:

struct CompareValID {
  static bool operator<(const ValID &LHS, const ValID &RHS) {
    if (LHS.Kind != RHS.Kind)
      return LHS.Kind < RHS.Kind;
    return LHS < RHS;
  }
};
Nov 9 2022, 12:55 PM · Restricted Project, Restricted Project

Nov 3 2022

MichielDerhaeg added a reviewer for D137164: [LLParser] Handle mixed blockaddress forward references with names and IDs: dexonsmith.
Nov 3 2022, 9:36 AM · Restricted Project, Restricted Project

Nov 1 2022

MichielDerhaeg added a comment to D137164: [LLParser] Handle mixed blockaddress forward references with names and IDs.

This was a bug reported a while ago on the old bugzilla: https://bugs.llvm.org/show_bug.cgi?id=46183

Nov 1 2022, 7:32 AM · Restricted Project, Restricted Project
MichielDerhaeg requested review of D137164: [LLParser] Handle mixed blockaddress forward references with names and IDs.
Nov 1 2022, 7:13 AM · Restricted Project, Restricted Project

May 24 2022

MichielDerhaeg updated the diff for D125974: [clang] Limit bitcode option ignorelist to Darwin.
  • add target requirement to lit test
  • move condition
May 24 2022, 1:00 PM · Restricted Project, Restricted Project

May 23 2022

MichielDerhaeg updated the summary of D125974: [clang] Limit bitcode option ignorelist to Darwin.
May 23 2022, 2:17 PM · Restricted Project, Restricted Project
MichielDerhaeg added inline comments to D125974: [clang] Limit bitcode option ignorelist to Darwin.
May 23 2022, 2:15 PM · Restricted Project, Restricted Project
MichielDerhaeg updated the diff for D125974: [clang] Limit bitcode option ignorelist to Darwin.
  • Render options for other platforms and test
  • comment and propagate list
May 23 2022, 2:14 PM · Restricted Project, Restricted Project

May 19 2022

MichielDerhaeg retitled D125974: [clang] Limit bitcode option ignorelist to Darwin from Limit bitcode option ignorelist to Darwin to [clang] Limit bitcode option ignorelist to Darwin.
May 19 2022, 7:27 AM · Restricted Project, Restricted Project
MichielDerhaeg requested review of D125974: [clang] Limit bitcode option ignorelist to Darwin.
May 19 2022, 7:23 AM · Restricted Project, Restricted Project