This gets the shift case from PR35792.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
- Build Status
Buildable 14906 Build 14906: arc lint + arc unit
Event Timeline
Comment Actions
Remove the check for the any_extend. Just do it anytime the and has a non-constant RHS. Doing this for constant RHS can cause infinite loops.