Don't really know why you would want to use this and I still think the
argument name is unclear.
Details
Diff Detail
Event Timeline
ping, should avoid regressing this behavior for the release now that all the old functions are gone
llvm/unittests/Analysis/ValueTrackingTest.cpp | ||
---|---|---|
2010 | Why is nofpclass being looked at for UseInstrInfo = false? It doesn't make much sense for nnan and nofpclass(nan) to be treated differently... |
llvm/unittests/Analysis/ValueTrackingTest.cpp | ||
---|---|---|
2010 | I don't really know what UseInstrInfo is supposed to mean, but this matched the previous behavior. The parameter is undocumented and based on SimplifyQuery it means "don't use flags" for an uncertain definition of flags. |
ping
llvm/unittests/Analysis/ValueTrackingTest.cpp | ||
---|---|---|
2010 | My guess is this should also skip using assumes, but that also has never happened |
Why is nofpclass being looked at for UseInstrInfo = false? It doesn't make much sense for nnan and nofpclass(nan) to be treated differently...