Files
clang-p2996/llvm/unittests/Analysis/PhiValuesTest.cpp
Lee Wei 91e134ad7d [llvm] Replace UndefValue::get with PoisonValue::get in a unit test [NFC] (#115985)
Since these `UndefValue::get` are acted as placeholders, I think it's
safe to replace them with poison values.
There are a lot of `UndefValue::get` in LLVM, I'll start fixing the ones
in `unittests` while fixing the regression tests.
2024-11-13 08:01:53 +00:00

7.2 KiB