G_ANYEXT support
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
LGTM, + replace "if"s with "assert"s
lib/Target/X86/X86InstructionSelector.cpp | ||
---|---|---|
749 ↗ | (On Diff #114542) | sizeinbits of AnyExt should be checked on IR level. |
743 ↗ | (On Diff #114540) | I assume that source and dest should be always from the same reg bank. If yes, please put "assert" here. If no, please add a comment in what case it is not handled. |