G_ANYEXT support
Details
Details
Diff Detail
Diff Detail
- Build Status
Buildable 10067 Build 10067: arc lint + arc unit
Event Timeline
Comment Actions
LGTM, + replace "if"s with "assert"s
| lib/Target/X86/X86InstructionSelector.cpp | ||
|---|---|---|
| 743 | 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. | |
| 749 | sizeinbits of AnyExt should be checked on IR level. | |
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.