You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In LLVM, testing is done by generating IR using llc with a set of arguments and comparing the output with the expect result using FileCheck. Do you think this approach is a good way to test quadrants as well?
In
LLVM, testing is done by generating IR usingllcwith a set of arguments and comparing the output with the expect result usingFileCheck. Do you think this approach is a good way to testquadrantsas well?