Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
cbda16eb8ebf52e10a44bd6f15e2743d69e9632a
/
llvm
/
test
/
Transforms
/
LoopVectorize
/
if-conversion-nest.ll
12c1f76
InstCombine: move hasOneUse check to the top of foldICmpAddConstant
by Tim Northover
· 7 years ago
9588ad9
[InstCombine] Fold icmp ugt/ult (add nuw X, C2), C --> icmp ugt/ult X, (C - C2)
by Nicola Zaghen
· 7 years ago
8b9d1f3
[LV] Model masking in VPlan, introducing VPInstructions
by Gil Rapaport
· 8 years ago
a525fff
[Loop Vectorize] Added a separate metadata
by Aditya Kumar
· 8 years ago
8c452d7
[LV] Test once if vector trip count is zero, instead of twice
by Ayal Zaks
· 8 years ago
28f53ef
[LoopVectorize] auto-generate complete checks; NFC
by Sanjay Patel
· 8 years ago
a79ac14
[opaque pointer type] Add textual IR support for explicit type parameter to load instruction
by David Blaikie
· 11 years ago
79e6c74
[opaque pointer type] Add textual IR support for explicit type parameter to getelementptr instruction
by David Blaikie
· 11 years ago
b653de1
Rename getMaximumUnrollFactor -> getMaxInterleaveFactor; also rename option names controlling this variable.
by Sanjay Patel
· 11 years ago
c1c7a13
Update Transforms tests to use CHECK-LABEL for easier debugging. No functionality change.
by Stephen Lin
· 12 years ago
4ce060b
LoopVectorizer: Add support for if-conversion of PHINodes with 3+ incoming values.
by Nadav Rotem
· 13 years ago