Details
Details
- Reviewers
nikic - Commits
- rG2eb72fa9172f: [InstSimplify] Test case for D149001 (NFC)
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
The tests in this patch should have baseline check lines, i.e. generated using LLVM built without your patch.
Comment Actions
Thank you for you reply! This my first revision and I misunderstood the meaning of "baseline check"
This means I should first update the diff of test IRs in this baseline check revision without my patch, i.e. output IR should be the same as input IR;
then apply my patch to the code and expect we would gain optimizations, i.e. output IR optimized and differ from input IR?
Is this correct?