[PATCH] D118044: [ARM] Undeprecate complex IT blocks
Mark Murray via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jan 24 09:21:51 PST 2022
MarkMurrayARM added inline comments.
================
Comment at: llvm/lib/Target/ARM/AsmParser/ARMAsmParser.cpp:10977
- Warning(IDLoc, "deprecated instruction in IT block");
- }
}
----------------
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.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D118044/new/
https://reviews.llvm.org/D118044
More information about the llvm-commits
mailing list