Details
Details
- Reviewers
dmgreen paulwalker-arm efriedma
Diff Detail
Diff Detail
Unit Tests
Unit Tests
Time | Test | |
---|---|---|
60,040 ms | x64 debian > libFuzzer.libFuzzer::minimize_crash.test |
Event Timeline
Comment Actions
I don't believe the input IR is valid. The intrinsics are only supported on certain types that relate to the expected instructions. The valid types for orv would be llvm.aarch64.sve.orv.nxv2i64, llvm.aarch64.sve.orv.nxv4i32, llvm.aarch64.sve.orv.nxv8i16 and llvm.aarch64.sve.orv.nxv16i8.
Was the input IR written by hand or did something generate it? If it was generated then there is likely a bug in whatever generated it.