Precommit tests for D115922.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Unit Tests
Unit Tests
| Time | Test | |
|---|---|---|
| 80 ms | x64 debian > LLVM.Bindings/Go::go.test | 
Event Timeline
Comment Actions
Nit: this seems to have an inconsistent naming logic:
- andn_seqz_i32
- andn_ne_i32
Other than that, LGTM.
Comment Actions
BTW, maybe add signext to the function i32 params if that removes sext.ws that are irrelevant for the tests.