This is a refactor patch to prepare for adding the support for strict-fsetcc in PowerPC backend. We want to move their definition into a uniform way so that, we could add the strict node easier.
Details
Details
- Reviewers
nemanjai qiucf shchenz - Group Reviewers
Restricted Project - Commits
- rG62e4644616dc: [NFC][PowerPC] Add a multiclass for fsetcc to define them in a uniform way
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
This is a nice refactor. The only thing I would like to see is a statement to indicate that you have ensured that PPCGenDAGISel.inc is identical before and after this patch.
llvm/lib/Target/PowerPC/PPCInstrInfo.td | ||
---|---|---|
3947 | Unrelated and unnecessary whitespace addition. |
Comment Actions
Yes, they are completely the same. I will remove that whitespace when I commit this patch.
Unrelated and unnecessary whitespace addition.