[PATCH] D148551: [TTI][BPF] Ensure ArgumentPromotion Not Exceeding Target MaxArgs

Yonghong Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 19 08:15:04 PDT 2023


yonghong-song added inline comments.


================
Comment at: llvm/test/Transforms/ArgumentPromotion/BPF/argpromotion.ll:25
+
+define dso_local i32 @bar() local_unnamed_addr {
+entry:
----------------
aeubanks wrote:
> a lot of this can still be removed, like `dso_local`, `local_unnamed_addr`, `fastcc`
done!


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D148551



More information about the llvm-commits mailing list