Update expected instructions for LLVM 22#2007
Conversation
|
r? @folkertdev rustbot has assigned @folkertdev. Use |
|
First i686 difference is due to this: https://llvm.godbolt.org/z/oGW1d66zY Codegen for |
|
Second i686 difference: https://llvm.godbolt.org/z/41Td7oaqq Codegen for |
|
The aarch64 failures are all variants of this: https://llvm.godbolt.org/z/PnGdxY3rf Where zip2 is now used instead of a lane move. |
|
https://clang.godbolt.org/z/jhPP8hdPq for powerpc I think the new output, actually emitting |
These don't correspond to specific instructions and will produce different instructions on x86/x86_64 based on ABI details.
Otherwise this picks up vim .swp files.
It actually generates vrfin now
|
I filed llvm/llvm-project#178632 to check on the vperm2f128 change, as that seems the only potentially problematic one. |
|
Nice, thanks! |
No description provided.