This is one of patch series split from D138107.
Details
Details
Diff Detail
Diff Detail
Unit Tests
Unit Tests
Time | Test | |
---|---|---|
60,050 ms | x64 debian > libFuzzer.libFuzzer::minimize_crash.test |
Event Timeline
Comment Actions
Thanks. LGTM
llvm/test/CodeGen/AArch64/machine-combiner-eor.mir | ||
---|---|---|
5 ↗ | (On Diff #484810) | I believe that eor3 is SVE2, and eor is SVE. So with the right target features it should be possible to test in a ll file too. |
llvm/test/CodeGen/AArch64/machine-combiner-eor.mir | ||
---|---|---|
5 ↗ | (On Diff #484810) | Yes, EOR3 is SVE2. However, I want to test MUL <Zd>.<T>, <Zn>.<T>, <Zm>.<T>, which was introduced in SVE2, in machine-combiner.ll. So I want sve2 target feature in machine-combiner.ll. |