Commit 0396da3
committed
fix: skip fence.tso on llvm-test since compiler and ISA view of instruction differ
fence.tso is a fence instruction and the ISA states it shall be all zeros. Compilers like LLVM take this literally and only implement it all constant, while the ISA leaves some fields open to newer implementation approaches. When we check UDB version that refers to the ISA vs LLVM, the test fails because of the different view on the subject.
Ad-hoc skip the LLVM test for fence.tso.
Signed-off-by: Afonso Oliveira <[email protected]>1 parent 802a8e7 commit 0396da3
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
122 | 122 | | |
123 | 123 | | |
124 | 124 | | |
| 125 | + | |
125 | 126 | | |
126 | 127 | | |
127 | 128 | | |
| |||
0 commit comments