Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
Not sure how good the scalar test coverage is, but we can do better for the vector tests:
- The 'ugt' test is getting transformed to 'ult', so there's not actually a test for 'ugt'?
- Add a test for the 'sgt' case?
Code LGTM.