[PATCH] D151241: [AMDGPUCodegenPrepare] Add NewPM Support

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 23 14:22:52 PDT 2023


arsenm accepted this revision.
arsenm added inline comments.
This revision is now accepted and ready to land.


================
Comment at: llvm/lib/Target/AMDGPU/AMDGPUCodeGenPrepare.cpp:1882
+  Impl.HasFP32Denormals = Mode.allFP32Denormals();
+  return Impl.run(F) ? PreservedAnalyses::none() : PreservedAnalyses::all();
 }
----------------
I'd assume we could preserve some of these 


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