[PATCH] D32575: Don't try to legalize Intermediate instructions (with generic types)

Quentin Colombet via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 27 09:28:51 PDT 2017


qcolombet added a comment.

Hi Aditya,

It seems weird to me to have elements in the work list that we shouldn't process. Could we change the way we insert in the work list instead?
E.g., having the check you added within the lambda for recordInsertions.

Cheers,
-Quentin


Repository:
  rL LLVM

https://reviews.llvm.org/D32575





More information about the llvm-commits mailing list