Sameer Sahasrabuddhe 6a2305484e [AAPointerInfo] track multiple constant offsets for each use
An expression of the form `gep(base, select(pred, const1, const2))` can result
in a set of offsets instead of just one. PointerInfo can now track these sets
instead of conservatively modeling them as Unknown. In general, AAPointerInfo
now uses AAPotentialConstantValues to examine the operands of the GEP.

Reviewed By: jdoerfert

Differential Revision: https://reviews.llvm.org/D138646
2022-12-13 22:27:25 +05:30
..
2022-02-06 22:18:35 -08:00
2022-02-18 15:05:21 +01:00
2022-03-16 08:43:00 +01:00
2021-11-12 11:37:21 +01:00
2022-02-18 15:05:21 +01:00
2021-11-12 11:37:21 +01:00
2022-12-07 10:23:52 +01:00