[PATCH] D124097: llvm-reduce: Add reduction pass to remove regalloc hints

Matthias Braun via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 27 13:38:32 PDT 2022


MatzeB added a comment.

> clearSimpleHint already exists (and is used here) and as far as I can tell clears all hints, so I don't understand the naming

Renaming that function to clearHint() and dropping the `assert` sounds good to me.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D124097/new/

https://reviews.llvm.org/D124097



More information about the llvm-commits mailing list