- update zero_extendi and sign_extendi in edsc/intrinsic namespace
- Builder API test for zero_extendi and sign_extendi
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
mlir/test/EDSC/builder-api-test.cpp | ||
---|---|---|
515 | can both tests be folded into a single test? |
Comment Actions
- reduce boiler plate code by folding the zero_extendi, sign_extendi to a single builder API test
mlir/test/EDSC/builder-api-test.cpp | ||
---|---|---|
515 | @nicolasvasilache sure, will fold both of them under a single test. |
can both tests be folded into a single test?
Or better yet into a previously exisiting test to avoid duplicating boilerplate?