Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Looks fine with me.
llvm/test/Transforms/InstCombine/nsw.ll | ||
---|---|---|
138 | Not needed, just shuffle(insertelement) + mul will get this crash. |
llvm/test/Transforms/InstCombine/nsw.ll | ||
---|---|---|
138 | Since I'm here, might as well add a testcase where we could, in theory, mark the mul as nsw/nuw. |
Not needed, just shuffle(insertelement) + mul will get this crash.
But not very important.