[all-commits] [llvm/llvm-project] a57888: [IR] Rename dropUndefImplying to dropUBImplying (NFC)
Nikita Popov via All-commits
all-commits at lists.llvm.org
Wed Mar 22 03:16:39 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a5788836b92c3e1721eaef668bf5fb6920497d5d
https://github.com/llvm/llvm-project/commit/a5788836b92c3e1721eaef668bf5fb6920497d5d
Author: Nikita Popov <npopov at redhat.com>
Date: 2023-03-22 (Wed, 22 Mar 2023)
Changed paths:
M llvm/include/llvm/IR/Instruction.h
M llvm/lib/IR/Instruction.cpp
M llvm/lib/Transforms/Scalar/LICM.cpp
M llvm/lib/Transforms/Utils/Local.cpp
M llvm/lib/Transforms/Utils/SimplifyCFG.cpp
Log Message:
-----------
[IR] Rename dropUndefImplying to dropUBImplying (NFC)
Clarify that this is only about immediate undefined behavior,
not about undef or poison.
More information about the All-commits
mailing list