[PATCH] D155375: [wip/help] Access TargetMachine without crashing
Jon Chesterfield via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Jul 15 11:02:26 PDT 2023
JonChesterfield added inline comments.
================
Comment at: llvm/lib/Target/AMDGPU/AMDGPULowerModuleLDSPass.cpp:1310
+ void getAnalysisUsage(AnalysisUsage &AU) const override {
+ AU.addRequired<TargetPassConfig>();
+ }
----------------
This is not running on the crashing invocation
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D155375/new/
https://reviews.llvm.org/D155375
More information about the llvm-commits
mailing list