[PATCH] D128583: CodeGen: Remove AliasAnalysis from regalloc

Matthias Braun via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 27 10:49:14 PDT 2022


MatzeB added a comment.

> Yes, this could potentially regress rematerializing instructions from target load intrinsics. We would have to pass AA through getTgtMemIntrinsic to allow targets to set the flag themselves.

Ah good point. I think we should at least have an issue filed about that API then.


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

https://reviews.llvm.org/D128583



More information about the llvm-commits mailing list