diff options
author | Nikita Popov <npopov@redhat.com> | 2024-06-06 09:34:26 +0200 |
---|---|---|
committer | Nikita Popov <npopov@redhat.com> | 2024-06-06 09:38:08 +0200 |
commit | 9bea770b63861250c8bbec46f68df73da4f09508 (patch) | |
tree | 6f483702fb61f8d5b985f9fc46f46f8d02ce1a00 /llvm/lib/Transforms/Utils/LoopUnrollRuntime.cpp | |
parent | 60429fbf88607dc3081e9faafb767bfbe996cfaa (diff) | |
download | llvm-9bea770b63861250c8bbec46f68df73da4f09508.zip llvm-9bea770b63861250c8bbec46f68df73da4f09508.tar.gz llvm-9bea770b63861250c8bbec46f68df73da4f09508.tar.bz2 |
[InstCombine] Only requite not-undef in select equiv fold
As the comment already indicates, only replacement with undef
is problematic, as it introduces an additional use of undef.
Use the correct ValueTracking helper.
Diffstat (limited to 'llvm/lib/Transforms/Utils/LoopUnrollRuntime.cpp')
0 files changed, 0 insertions, 0 deletions