Select bitwise instructions for i32.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
test/CodeGen/Mips/GlobalISel/irtranslator/bitwise.ll | ||
---|---|---|
1 ↗ | (On Diff #158741) | Is this ll file really generated by update_mir_test_check.py? |
test/CodeGen/Mips/GlobalISel/irtranslator/bitwise.ll | ||
---|---|---|
1 ↗ | (On Diff #158741) | Yes, partially. I wrote ll input and script generated this test file. |
test/CodeGen/Mips/GlobalISel/irtranslator/bitwise.ll | ||
---|---|---|
1 ↗ | (On Diff #158741) | I mean why don’t you use update_llc_test_check.py? |
test/CodeGen/Mips/GlobalISel/irtranslator/bitwise.ll | ||
---|---|---|
1 ↗ | (On Diff #158741) | When we stop after some function pass in llc update_mir_test_check.py is used to generate mir test. However when we let llc run until the end update_llc_test_check.py is used, such tests are located in Mips/GlobalISel/llvm-ir/. Remaining folders in Mips/GlobalISel/ contain mir tests for each Global ISel function pass. |