Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
I think we're missing some test coverage for different opcode combinations here. I'm not sure if need to test all 46 valid opcode combinations, but I think we at least need more coverage for the invalid combinations. Things like lshr + add on binop1/binop2 etc.
Comment Actions
LGTM
llvm/test/Transforms/InstCombine/binop-and-shifts.ll | ||
---|---|---|
214 ↗ | (On Diff #530601) | Stray llvm.assume |