Details
Details
Diff Detail
Diff Detail
Event Timeline
lib/CodeGen/MachineVerifier.cpp | ||
---|---|---|
1358 | Can we just return here? Then we can pull everything else out of the else. |
Differential D57526
MachineVerifier: Move verification of G_* instructions to function ClosedPublic Authored by arsenm on Jan 31 2019, 10:44 AM.
Details
Diff Detail Event Timeline
This revision is now accepted and ready to land.Feb 4 2019, 3:14 PM
Revision Contents
Diff 185171 lib/CodeGen/MachineVerifier.cpp
|
Can we just return here?
Then we can pull everything else out of the else.