[all-commits] [llvm/llvm-project] 4d692d: [ConstantFolding] Drop misleading comment (NFC)
Nikita Popov via All-commits
all-commits at lists.llvm.org
Fri Oct 22 11:45:45 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 4d692daa3a6ab876171063eb22be21b94df829e7
https://github.com/llvm/llvm-project/commit/4d692daa3a6ab876171063eb22be21b94df829e7
Author: Nikita Popov <nikita.ppv at gmail.com>
Date: 2021-10-22 (Fri, 22 Oct 2021)
Changed paths:
M llvm/include/llvm/Analysis/ConstantFolding.h
Log Message:
-----------
[ConstantFolding] Drop misleading comment (NFC)
As pointed out by Philip, this part of the comment is misleading,
as it describes undef rather than poison behavior. Just mentioning
poison should be sufficient.
More information about the All-commits
mailing list