[PATCH] D123125: [Attributor] Update min-legal-vector-width when do promotion

Johannes Doerfert via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 5 07:53:10 PDT 2022


jdoerfert added a comment.

Thanks for the patch!

Could you add a commit message explaining the motivation and what this does.
I also left a question below.



================
Comment at: llvm/lib/Transforms/IPO/Attributor.cpp:2498
+    };
+    UpdateMLVW(OldFnAttributeList);
 
----------------
Should this be a helper, seems reausable, no?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D123125



More information about the llvm-commits mailing list