Trying to improve code reuse in F,D,Zfh *.td files.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Unit Tests
Unit Tests
Time | Test | |
---|---|---|
80 ms | x64 debian > LLVM.Bindings/Go::go.test |
Event Timeline
llvm/lib/Target/RISCV/RISCVInstrInfoF.td | ||
---|---|---|
91 | This is starting to break down the boundary between these files. You now have a D and Zfh extension predicate in the F file. |
llvm/lib/Target/RISCV/RISCVInstrInfoF.td | ||
---|---|---|
91 |
I've removed this kind of codes. |
This is starting to break down the boundary between these files. You now have a D and Zfh extension predicate in the F file.