Given the significant commonality between the bfmlal* and fmlal*
instructions it makes sense to use just a single class for both.
We can do this now that the bfmlal* lane intrinsics take a i32
index.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
A minor request and the patch likely needs rebasing but other it looks good to me.
llvm/lib/Target/AArch64/SVEInstrFormats.td | ||
---|---|---|
2591–2592 | Please can you reformat this to be within the 80 character line length limit. We don't typically have a rule for td files other than for the class definitions where we try to follow the same rule as with function signatures. |
Please can you reformat this to be within the 80 character line length limit. We don't typically have a rule for td files other than for the class definitions where we try to follow the same rule as with function signatures.