[all-commits] [llvm/llvm-project] 54ee8b: [funcattrs] Use getDataOperandNo where appropriate...
Philip Reames via All-commits
all-commits at lists.llvm.org
Fri Dec 17 09:36:19 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 54ee8bb73af38f90ff055afc3c5b2934d7fe2002
https://github.com/llvm/llvm-project/commit/54ee8bb73af38f90ff055afc3c5b2934d7fe2002
Author: Philip Reames <listmail at philipreames.com>
Date: 2021-12-17 (Fri, 17 Dec 2021)
Changed paths:
M llvm/lib/Transforms/IPO/FunctionAttrs.cpp
Log Message:
-----------
[funcattrs] Use getDataOperandNo where appropriate [NFC]
We'd manually duplicated the same logic and assertions; we can use the utility instead.
More information about the All-commits
mailing list