Details
Details
- Reviewers
aemerson aditya_nandakumar volkan dsanders
Diff Detail
Diff Detail
Event Timeline
Comment Actions
LGTM with minor change.
lib/CodeGen/GlobalISel/LegalizerHelper.cpp | ||
---|---|---|
1640 | Need a check here to verify that NewTy == HalfTy otherwise bail out. |
lib/CodeGen/GlobalISel/LegalizerHelper.cpp | ||
---|---|---|
1640 | That's what I did originally, but this does break it down so that the newly created muls are broken down later. I originally had a test case with s128 mul, but it also requires narrowing for the shifts to be implemented |
Need a check here to verify that NewTy == HalfTy otherwise bail out.