[PATCH] D110302: [NFC] Remove redundant setOperationAction.
Freddy, Ye via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Sep 22 19:25:18 PDT 2021
FreddyYe added inline comments.
================
Comment at: llvm/lib/CodeGen/TargetLoweringBase.cpp:831
// These library functions default to expand.
setOperationAction(ISD::FROUND, VT, Expand);
setOperationAction(ISD::FROUNDEVEN, VT, Expand);
----------------
Redundant with here.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D110302/new/
https://reviews.llvm.org/D110302
More information about the llvm-commits
mailing list