[IR] Rename dropUndefImplying to dropUBImplying (NFC)
authorNikita Popov <npopov@redhat.com>
Wed, 22 Mar 2023 09:48:26 +0000 (10:48 +0100)
committerNikita Popov <npopov@redhat.com>
Wed, 22 Mar 2023 10:16:22 +0000 (11:16 +0100)
commita5788836b92c3e1721eaef668bf5fb6920497d5d
tree3fbb89b52b99503d4bced25697e956a181af8249
parentee2cd606abd98380bc71974863354a0d54ccfab3
[IR] Rename dropUndefImplying to dropUBImplying (NFC)

Clarify that this is only about immediate undefined behavior,
not about undef or poison.
llvm/include/llvm/IR/Instruction.h
llvm/lib/IR/Instruction.cpp
llvm/lib/Transforms/Scalar/LICM.cpp
llvm/lib/Transforms/Utils/Local.cpp
llvm/lib/Transforms/Utils/SimplifyCFG.cpp