diff options
author | Mehdi Amini <joker.eph@gmail.com> | 2020-08-12 09:36:54 +0000 |
---|---|---|
committer | Mehdi Amini <joker.eph@gmail.com> | 2020-08-13 00:38:55 +0000 |
commit | c224bc71af4d190f913ac7784a4f475aab2f1cd7 (patch) | |
tree | 5739b1b6f95b6c93391226cd49becd258e40fcde /llvm/lib/CodeGen/MachineFunction.cpp | |
parent | bd08e0cf1cb1f1f294e4253ba5907ec4c81b05fe (diff) | |
download | llvm-c224bc71af4d190f913ac7784a4f475aab2f1cd7.zip llvm-c224bc71af4d190f913ac7784a4f475aab2f1cd7.tar.gz llvm-c224bc71af4d190f913ac7784a4f475aab2f1cd7.tar.bz2 |
Remove DialectHooks and introduce a Dialect Interfaces instead
These hooks were introduced before the Interfaces mechanism was available.
DialectExtractElementHook is unused and entirely removed. The
DialectConstantFoldHook is used a fallback in the
operation fold() method, and is replaced by a DialectInterface.
The DialectConstantDecodeHook is used for interpreting OpaqueAttribute
and should be revamped, but is replaced with an interface in 1:1 fashion
for now.
Differential Revision: https://reviews.llvm.org/D85595
Diffstat (limited to 'llvm/lib/CodeGen/MachineFunction.cpp')
0 files changed, 0 insertions, 0 deletions