[PATCH] D70365: intrinsics attribute opt-out list proposal.
Matt Arsenault via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Aug 17 09:47:24 PDT 2020
arsenm added inline comments.
================
Comment at: llvm/include/llvm/IR/Intrinsics.td:344
let Properties = sd_properties;
+ bit DisableDefaultAttributes = disable_default_attributes;
----------------
Should add a comment documenting this
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D70365/new/
https://reviews.llvm.org/D70365
More information about the llvm-commits
mailing list