This is one of patch series split from D138107.
Details
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Thanks. LGTM
llvm/test/CodeGen/AArch64/machine-combiner-eor.mir | ||
---|---|---|
6 | 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 | ||
---|---|---|
6 | 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. |
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.
This test sounds good though instead. It can be good to test passes in isolation too.