clspv icon indicating copy to clipboard operation
clspv copied to clipboard

Infer type cannot rely on constant uses

Open alan-baker opened this issue 7 months ago • 1 comments

LLVM recently changed to disallow constant uses tracking. This affects a small number of tests that inferred the type of a null pointer via its use. That inference no longer works. Given it is only for nullptr though I do not intend to fix this soon.

alan-baker avatar May 16 '25 01:05 alan-baker

https://github.com/llvm/llvm-project/commit/4d60c6d9b2c863d773aac9b59af8780e5ba23fcd

alan-baker avatar May 16 '25 02:05 alan-baker