The test case for signed max with index, include strict and non-strict
max.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Unit Tests
Unit Tests
Time | Test | |
---|---|---|
3,360 ms | x64 debian > BOLT.runtime::meta-merge-fdata.test |
Event Timeline
Comment Actions
LGTM, thanks!
llvm/test/Transforms/LoopVectorize/smax-idx.ll | ||
---|---|---|
2 | this doesn't check any debug output, so maybe remove -debug-only=? If it needs to check debug output, this needs REQUIRES: asserts otherwise it will fail with assertions disabled (which removes debug-only support. | |
14 | nit: remove unnecessary indvars prefix. | |
43 | stray ;; at end? |
this doesn't check any debug output, so maybe remove -debug-only=? If it needs to check debug output, this needs REQUIRES: asserts otherwise it will fail with assertions disabled (which removes debug-only support.