Changes SplitVecOp_VSETCC to use getVectorElementCount()
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Is it possible to write tests for this that don't result in a "max" or "min" operation? Or does that fail for some other reason?
Otherwise LGTM.
Comment Actions
Added tests to llvm-ir-to-intrinsic.ll which check the results of compare instructions
Comment Actions
Thanks for reviewing this, @efriedma. It was possible to add tests which don't result in a min/max by returning the result of the compare.