umin.i1 -> and : https://alive2.llvm.org/ce/z/6FNH6k
smin.i1 -> or : https://alive2.llvm.org/ce/z/h96S6o
umax.i1 -> or : https://alive2.llvm.org/ce/z/XHdeVk
smax.i1 -> and : https://alive2.llvm.org/ce/z/fkxKJx
umin.v4i1 -> and : https://alive2.llvm.org/ce/z/yV4VgP
smin.v4i1 -> or : https://alive2.llvm.org/ce/z/e9TF68
umax.v4i1 -> or : https://alive2.llvm.org/ce/z/tfNyfK
smax.v4i1 -> and : https://alive2.llvm.org/ce/z/0__Af2
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Can you put it in a series.
Go to the "Edit Related Revisions" tab and set the test commit as the parent of this one.
llvm/lib/Transforms/InstCombine/InstCombineCalls.cpp | ||
---|---|---|
1645 | If you remove the bracket, can you move the comments to before the if. Non-bracket if with multiline comments before statement are a bit error-prone imo. |
remove superfluous brackets: II->getType()->isIntOrIntVectorTy(1)