Revert "Temporarily flag a SIMD test as optimization-sensitive (dotnet/coreclr#19163...
authorKoundinya Veluri <kouvel@users.noreply.github.com>
Thu, 16 Aug 2018 02:43:15 +0000 (19:43 -0700)
committerGitHub <noreply@github.com>
Thu, 16 Aug 2018 02:43:15 +0000 (19:43 -0700)
This reverts commit dotnet/coreclr@855ddf52c7b05994cf6728b9169fa6cdc694a537. Issue https://github.com/dotnet/coreclr/issues/19124 was fixed by PR https://github.com/dotnet/coreclr/pull/19234, so re-enabling the test in minopts and with tiering.

Commit migrated from https://github.com/dotnet/coreclr/commit/0c64cede37e206829af24237de037e3c14f7b3cc

src/coreclr/tests/src/JIT/SIMD/VectorExp_ro.csproj

index 5337115..0028546 100644 (file)
@@ -21,8 +21,6 @@
   <PropertyGroup>
     <DebugType>None</DebugType>
     <Optimize>True</Optimize>
-    <!-- Temporarily flagged as optimization-sensitive due to https://github.com/dotnet/coreclr/issues/19124 -->
-    <JitOptimizationSensitive>True</JitOptimizationSensitive>
   </PropertyGroup>
   <ItemGroup>
     <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />