Added in https://reviews.llvm.org/D117204, but it does not exist.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Is it fine to leave the change in llvm/lib/Target/NVPTX/NVPTXInstrInfo.td as is?
I'd add a comment around FMINNAN that f64 variants do not actually exist. As long as we never lower to it it's not worth the trouble of refactoring tablegen to deal with a minor exception.
llvm/lib/Target/NVPTX/NVPTXISelLowering.cpp | ||
---|---|---|
575–577 | Shouldn't all these actions be Legal, given that we have instructions for them? |
Comment Actions
Makes sense. Thanks.
llvm/lib/Target/NVPTX/NVPTXISelLowering.cpp | ||
---|---|---|
575–577 | They are Legal for sm_80+, see the GetMinMaxAction() implementation. |
Shouldn't all these actions be Legal, given that we have instructions for them?