Replies: 2 comments
-
A missing bit is how to map pass names back to opt cmd arguments. If one uses -O2, we need to map "Instruction Combiner" back to -instcombine. INITIALIZE_PASS_BEGIN(NewGVNLegacyPass, "newgvn", "Global Value Numbering",
false, false) The hard bit, which I don't know how to recover, is the analyses uses. For example, the repro cmd line may need |
Beta Was this translation helpful? Give feedback.
0 replies
-
yep
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
ok now that that "save IR" patch has landed, I wanted to sync up and see if we agree on what to do next. I have two things on my list:
I think these two things are probably separate, but maybe not...
Beta Was this translation helpful? Give feedback.
All reactions