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

Phoebe Wang via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 7 00:36:25 PDT 2022


pengfei added inline comments.


================
Comment at: llvm/lib/Transforms/IPO/Attributor.cpp:2498
+    };
+    UpdateMLVW(OldFnAttributeList);
 
----------------
jdoerfert wrote:
> Should this be a helper, seems reausable, no?
Good point! Added a helper and merged D122594 together to D123284 .


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