[PATCH] D68720: Support -fstack-clash-protection for x86
Dávid Bolvanský via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Oct 10 12:09:44 PDT 2019
xbolva00 added inline comments.
================
Comment at: llvm/lib/Target/X86/X86FrameLowering.cpp:479
+ }
+ if (std::any_of(MI.operands_begin(), MI.operands_end(),
+ [](MachineOperand &MO) { return MO.isFI(); })) {
----------------
nit: llvm::any_of
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D68720/new/
https://reviews.llvm.org/D68720
More information about the cfe-commits
mailing list