[PATCH] D151241: [AMDGPUCodegenPrepare] Add NewPM Support

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 24 10:14:46 PDT 2023


arsenm added inline comments.


================
Comment at: llvm/lib/Target/AMDGPU/AMDGPUCodeGenPrepare.cpp:1885
+  if (Impl.run(F)) {
+    PA.preserveSet<CFGAnalyses>();
+    return PA;
----------------
The CFG does change if the div expansion happens 


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D151241



More information about the llvm-commits mailing list