[all-commits] [llvm/llvm-project] c2fa5f: Temporarily disable LLI to investigate weird non 0...
Nicolas Vasilache via All-commits
all-commits at lists.llvm.org
Tue Feb 1 04:28:15 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c2fa5ff5adba61dc5b0d477c0af1ea00ec2c596a
https://github.com/llvm/llvm-project/commit/c2fa5ff5adba61dc5b0d477c0af1ea00ec2c596a
Author: Nicolas Vasilache <ntv at google.com>
Date: 2022-02-01 (Tue, 01 Feb 2022)
Changed paths:
M mlir/test/Integration/Dialect/Vector/CPU/X86Vector/test-inline-asm-vector-avx512.mlir
Log Message:
-----------
Temporarily disable LLI to investigate weird non 0 error code
Somehow the test introduced in https://reviews.llvm.org/D118006 produces the expected result but running
through lli with Intel SDE activated sneaks in an error code 2 (before this commit) or an error code 10
(after this commit).
The test as is is still meaningful in that the LLVMIR generation would crash if the `elementtype` is set
improperly.
Still, this should run with lli turned on.
More information about the All-commits
mailing list