Select bitwise instructions for i32.
Details
Diff Detail
Event Timeline
test/CodeGen/Mips/GlobalISel/irtranslator/bitwise.ll | ||
---|---|---|
1 | Is this ll file really generated by update_mir_test_check.py? |
test/CodeGen/Mips/GlobalISel/irtranslator/bitwise.ll | ||
---|---|---|
1 | Yes, partially. I wrote ll input and script generated this test file. |
test/CodeGen/Mips/GlobalISel/irtranslator/bitwise.ll | ||
---|---|---|
1 | I mean why don’t you use update_llc_test_check.py? |
test/CodeGen/Mips/GlobalISel/irtranslator/bitwise.ll | ||
---|---|---|
1 | 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. |
Is this ll file really generated by update_mir_test_check.py?