Some instructions are not matched by update_mir_test_checks.py because MIFlags and
regex in the script are not synchronized.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Unit Tests
Unit Tests
Event Timeline
Comment Actions
This should be covered itself by new test in test/tools/UpdateTestChecks/update_mir_test_checks/.
Comment Actions
I added a test to check nofpexcept flag. I didn't find a way to add a test for nomerge flag as for now we do not have instructions that may have this flag and return a result simultaneously. @zequanwu may correct me.