[all-commits] [llvm/llvm-project] b3251c: [X86] Replace X32 check-prefix with X86 and remove...
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Mon Nov 9 07:05:23 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: b3251c09143e1319549a97436df320a6ed465aaa
https://github.com/llvm/llvm-project/commit/b3251c09143e1319549a97436df320a6ed465aaa
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2020-11-09 (Mon, 09 Nov 2020)
Changed paths:
M llvm/test/CodeGen/X86/add.ll
Log Message:
-----------
[X86] Replace X32 check-prefix with X86 and remove unused X64 common prefix
We try to use X32 for gnux32 triple tests
Commit: bbc3e03032c5aa178c52e78a6c221ef0c6e249ca
https://github.com/llvm/llvm-project/commit/bbc3e03032c5aa178c52e78a6c221ef0c6e249ca
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2020-11-09 (Mon, 09 Nov 2020)
Changed paths:
M llvm/test/CodeGen/X86/2011-05-09-loaduse.ll
M llvm/test/CodeGen/X86/2011-12-8-bitcastintprom.ll
M llvm/test/CodeGen/X86/2012-07-10-extload64.ll
M llvm/test/CodeGen/X86/3dnow-intrinsics.ll
M llvm/test/CodeGen/X86/8bit_cmov_of_trunc_promotion.ll
M llvm/test/CodeGen/X86/absolute-cmp.ll
M llvm/test/CodeGen/X86/viabs.ll
M llvm/test/CodeGen/X86/vp2intersect_multiple_pairs.ll
M llvm/test/CodeGen/X86/vshift-1.ll
M llvm/test/CodeGen/X86/vshift-2.ll
M llvm/test/CodeGen/X86/vshift-3.ll
M llvm/test/CodeGen/X86/vshift-4.ll
M llvm/test/CodeGen/X86/vshift-5.ll
M llvm/test/CodeGen/X86/vshift-6.ll
M llvm/test/CodeGen/X86/widen_arith-4.ll
M llvm/test/CodeGen/X86/widen_bitops-0.ll
M llvm/test/CodeGen/X86/widen_bitops-1.ll
M llvm/test/CodeGen/X86/widen_conv-3.ll
M llvm/test/CodeGen/X86/widen_conv-4.ll
M llvm/test/CodeGen/X86/widen_load-3.ll
M llvm/test/CodeGen/X86/widen_mul.ll
M llvm/test/CodeGen/X86/widened-broadcast.ll
M llvm/test/CodeGen/X86/win64_frame.ll
M llvm/test/CodeGen/X86/xaluo128.ll
M llvm/test/CodeGen/X86/xmulo.ll
M llvm/test/CodeGen/X86/xop-intrinsics-fast-isel.ll
M llvm/test/CodeGen/X86/xor-icmp.ll
M llvm/test/CodeGen/X86/xor.ll
Log Message:
-----------
[X86] Remove some unused check-prefixes
Compare: https://github.com/llvm/llvm-project/compare/40a3f7e48d6b...bbc3e03032c5
More information about the All-commits
mailing list