[llvm] r367907 - Try to fix failing AMDGPU disasm test, both Lin/Win agree this is 0 not 0x0

Dmitri Gribenko via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 5 12:06:48 PDT 2019


Sorry, I'm afraid that change broke it again:
http://lab.llvm.org:8011/builders/clang-x86_64-debian-fast/builds/15932.
Reverted.

Dmitri

On Mon, Aug 5, 2019 at 8:45 PM Reid Kleckner via llvm-commits
<llvm-commits at lists.llvm.org> wrote:
>
> Author: rnk
> Date: Mon Aug  5 11:46:26 2019
> New Revision: 367907
>
> URL: http://llvm.org/viewvc/llvm-project?rev=367907&view=rev
> Log:
> Try to fix failing AMDGPU disasm test, both Lin/Win agree this is 0 not 0x0
>
> Modified:
>     llvm/trunk/test/MC/Disassembler/AMDGPU/gfx10_dasm_all.txt
>
> Modified: llvm/trunk/test/MC/Disassembler/AMDGPU/gfx10_dasm_all.txt
> URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/MC/Disassembler/AMDGPU/gfx10_dasm_all.txt?rev=367907&r1=367906&r2=367907&view=diff
> ==============================================================================
> --- llvm/trunk/test/MC/Disassembler/AMDGPU/gfx10_dasm_all.txt (original)
> +++ llvm/trunk/test/MC/Disassembler/AMDGPU/gfx10_dasm_all.txt Mon Aug  5 11:46:26 2019
> @@ -13616,7 +13616,7 @@
>  # GFX10: s_decperflevel 0xc1d1           ; encoding: [0xd1,0xc1,0x95,0xbf]
>  0xd1,0xc1,0x95,0xbf
>
> -# GFX10: s_denorm_mode 0x0               ; encoding: [0x00,0x00,0xa5,0xbf]
> +# GFX10: s_denorm_mode 0                 ; encoding: [0x00,0x00,0xa5,0xbf]
>  0x00,0x00,0xa5,0xbf
>
>  # GFX10: s_denorm_mode 0x1234            ; encoding: [0x34,0x12,0xa5,0xbf]
>
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at lists.llvm.org
> https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-commits



-- 
main(i,j){for(i=2;;i++){for(j=2;j<i;j++){if(!(i%j)){j=0;break;}}if
(j){printf("%d\n",i);}}} /*Dmitri Gribenko <gribozavr at gmail.com>*/


More information about the llvm-commits mailing list