[all-commits] [llvm/llvm-project] f15c39: [CodeGen] Remove isNON_TRUNCStore and isTRUNCStore...
kazutakahirata via All-commits
all-commits at lists.llvm.org
Mon Jul 19 06:56:29 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f15c39ba9e7b30987463bb574098c963fc3b0568
https://github.com/llvm/llvm-project/commit/f15c39ba9e7b30987463bb574098c963fc3b0568
Author: Kazu Hirata <kazu at google.com>
Date: 2021-07-19 (Mon, 19 Jul 2021)
Changed paths:
M llvm/include/llvm/CodeGen/SelectionDAGNodes.h
Log Message:
-----------
[CodeGen] Remove isNON_TRUNCStore and isTRUNCStore (NFC)
The last use of isNON_TRUNCStore was removed on Oct 10, 2018 in commit
07acc992dc39edfccc5a4b773c3dcf8a5bf6d893.
isTRUNCStore seems to be unused for at least 10 years.
More information about the All-commits
mailing list