[PATCH] D80386: [AMDGPU] Promote alloca to vector in opt

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 21 10:48:18 PDT 2020


arsenm added inline comments.


================
Comment at: llvm/lib/Target/AMDGPU/AMDGPUTargetMachine.cpp:486
+      if (EnableOpt)
+        PM.add(createAMDGPUPromoteAllocaToVector());
   });
----------------
I think we should start adding the pass pipeline tests like other targets have. Without looking I'm not 100% sure how many times this runs, or before which SROA runs


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

https://reviews.llvm.org/D80386





More information about the llvm-commits mailing list