The original intention is adding a list of SchedWrites (which is a
default argument of ReadAdvance) to LMULReadAdvance, but it may not
be practical that there are two default arguments in one class. So
we add variants that are intended for widening and narrowing
instructions with postfix "W" and remove lmuls argument.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
There may be some more changes (of the same kind) required depending when this lands because of the following patches:
https://reviews.llvm.org/D137342 (already landed)
https://reviews.llvm.org/D137426
Comment Actions
I will land this first and we can make some changes in D137426 before it is accepted.