Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
81fe1fbf4abd00b24e078a80cb15a2d2c1343f11
/
llvm
/
unittests
/
Analysis
/
ValueTrackingTest.cpp
687b92c
[ValueTracking] Support funnel shifts in computeKnownBits()
by Nikita Popov
· 7 years ago
219e536
[ValueTracking] Make unit tests easier to write; NFC
by Nikita Popov
· 7 years ago
e7c94ef
[ValueTracking] determine sign of 0.0 from select when matching min/max FP
by Sanjay Patel
· 7 years ago
cac28b4
[ValueTracking] peek through 2-input shuffles in ComputeNumSignBits
by Sanjay Patel
· 7 years ago
45a148d
[ValueTracking] add test for non-canonical shuffle; NFC
by Sanjay Patel
· 7 years ago
a68096c
[ValueTracking] allow non-canonical shuffles when computing signbits
by Sanjay Patel
· 7 years ago
03da6e6
[ValueTracking] add tests for fmin/fmax; NFC
by Sanjay Patel
· 7 years ago
30f1d69
[NFC] Rename minnan and maxnan to minimum and maximum
by Thomas Lively
· 7 years ago
d47b5c7
[ValueTracking] Allow select patterns to work on FP vectors
by Thomas Lively
· 7 years ago
70dbd5f
Infer lowest bits of an integer Multiply when the low bits of the operands are known
by Simon Dardis
· 8 years ago
8580cd4
[ValueTracking] Avoid undefined behavior in unittest by not making a named ArrayRef from a std::initializer_list
by Craig Topper
· 8 years ago
4897cea
Fix signed-unsigned comparison warning
by Sanjoy Das
· 9 years ago
39a684d
[ValueTracking] Don't do an unchecked shift in ComputeNumSignBits
by Sanjoy Das
· 9 years ago
3bb2dbd
Fix an issue with isGuaranteedToTransferExecutionToSuccessor
by Sanjoy Das
· 9 years ago
03b42e4
Remove every uses of getGlobalContext() in LLVM (but the C API)
by Mehdi Amini
· 9 years ago
687a844
[ValueTracking] Minor comment change in test
by James Molloy
· 10 years ago
569cea6
[ValueTracking] Look through casts when both operands are casts.
by James Molloy
· 10 years ago
134bec2
Add support for floating-point minnum and maxnum
by James Molloy
· 10 years ago