[PATCH] D118044: [ARM] Undeprecate complex IT blocks
David Spickett via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Jan 25 02:05:46 PST 2022
DavidSpickett added inline comments.
================
Comment at: llvm/lib/Target/ARM/AsmParser/ARMAsmParser.cpp:10977
- Warning(IDLoc, "deprecated instruction in IT block");
- }
}
----------------
MarkMurrayARM wrote:
> DavidSpickett wrote:
> > Is this warning something you'd still want if you opted into restricting IT blocks? Or can we say that because there has/will not be any core produced that follows the deprecation, you would never need the warning.
> No - in effect, deprecation is gone entirely. There is nothing to warn about. You can ask the compiler not to do it, but if you craft complex IT blocks by hand, that is up to you.
Got it, agreed.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D118044/new/
https://reviews.llvm.org/D118044
More information about the cfe-commits
mailing list