[PATCH] D145374: [FuncSpec] Consider constant struct arguments when specializing.

Alexandros Lamprineas via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 14 06:28:14 PDT 2023


labrinea added inline comments.


================
Comment at: llvm/lib/Transforms/Utils/SCCPSolver.cpp:876
+      } else {
+        auto &NewValue = ValueState[&*NewArg];
+        NewValue = ValueState[&*OldArg];
----------------
I'll replace this with `ValueLatticeElement`


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D145374



More information about the llvm-commits mailing list