It is not an essential pass (just printing), but analysis is supposed to come from the FAM, not be constructed here (it is missing the TargetMachine, which would cause it to print the wrong costs).
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Unit Tests
Unit Tests
Event Timeline
Comment Actions
Since you say it's possible to get the wrong cost, is it possible to create a test case that highlights this?