Implement custom lowering of SHL_PARTS to enable lowering of left shift with larger than 32-bit shifts.
Details
Details
Diff Detail
Diff Detail
- Build Status
Buildable 1822 Build 1822: arc lint + arc unit
Event Timeline
| lib/Target/Lanai/LanaiISelLowering.cpp | ||
|---|---|---|
| 1248–1253 | It'd be nice if there was more of a correspondence between this pseudo code and the variable names below. | |
Comment Actions
Updated the pseudo code variable names to correspond better with actual variable names used.
Comment Actions
LGTM with issues addressed.
| test/CodeGen/Lanai/lshift64.ll | ||
|---|---|---|
| 6–8 | Please check the sequence emitted. | |
It'd be nice if there was more of a correspondence between this pseudo code and the variable names below.