From d502a55d245d889c37e1b57d869f3aa7d26535c0 Mon Sep 17 00:00:00 2001 From: Tanner Gooding Date: Wed, 21 Feb 2018 22:57:05 -0800 Subject: Adding a TODO-XArch to `Lowering::ContainCheckHWIntrinsic` to track https://github.com/dotnet/coreclr/issues/16497 --- src/jit/lowerxarch.cpp | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/jit/lowerxarch.cpp') diff --git a/src/jit/lowerxarch.cpp b/src/jit/lowerxarch.cpp index 376c3194d3..8eb9e164cf 100644 --- a/src/jit/lowerxarch.cpp +++ b/src/jit/lowerxarch.cpp @@ -2406,6 +2406,9 @@ void Lowering::ContainCheckHWIntrinsic(GenTreeHWIntrinsic* node) break; default: + // TODO-XArch-CQ: Assert that this is unreached after we have ensured the relevant node types are + // handled. + // https://github.com/dotnet/coreclr/issues/16497 break; } } @@ -2426,6 +2429,9 @@ void Lowering::ContainCheckHWIntrinsic(GenTreeHWIntrinsic* node) } default: + // TODO-XArch-CQ: Assert that this is unreached after we have ensured the relevant node types are + // handled. + // https://github.com/dotnet/coreclr/issues/16497 break; } } -- cgit v1.2.3