[PATCH] D66686: [LifetimeAnalysis] Make it possible to disable the new warnings
Gábor Horváth via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Aug 23 14:47:38 PDT 2019
xazax.hun created this revision.
xazax.hun added reviewers: rsmith, mgehre.
xazax.hun added a project: clang.
Herald added subscribers: llvm-commits, Szelethus, Charusso, gamesh411, jfb, dkrupp, rnkovacs, hiraditya, javed.absar.
Herald added a project: LLVM.
This patch introduces quite a bit of plumbing, but I took this approach because it seems to be the safest, do not run any related code at all when the warnings are turned off.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D66686
Files:
llvm/lib/Target/AArch64/AArch64InstrFormats.td
llvm/lib/Target/AArch64/AArch64InstructionSelector.cpp
llvm/test/CodeGen/AArch64/GlobalISel/load-addressing-modes.mir
llvm/test/CodeGen/AArch64/GlobalISel/store-addressing-modes.mir
llvm/test/CodeGen/AArch64/arm64-fastisel-gep-promote-before-add.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D66686.216961.patch
Type: text/x-patch
Size: 17511 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20190823/1cf6e5b4/attachment-0001.bin>
More information about the cfe-commits
mailing list