projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0f2c071
)
[X86] vector-mul.ll - remove old FIXME comment
author
Simon Pilgrim
<llvm-dev@redking.me.uk>
Thu, 12 Jan 2023 14:18:04 +0000
(14:18 +0000)
committer
Simon Pilgrim
<llvm-dev@redking.me.uk>
Thu, 12 Jan 2023 14:18:10 +0000
(14:18 +0000)
Vector AssertZExt support was added by D54725 /
4954c664307d56c5aa7ed400b3bac730bd71ddb9
llvm/test/CodeGen/X86/vector-mul.ll
patch
|
blob
|
history
diff --git
a/llvm/test/CodeGen/X86/vector-mul.ll
b/llvm/test/CodeGen/X86/vector-mul.ll
index 63095bdf8889400a458ab547658f44cb4e3a2aaa..55b58995b87b62ee8b0b0165a6c75fcef2e27d0e 100644
(file)
--- a/
llvm/test/CodeGen/X86/vector-mul.ll
+++ b/
llvm/test/CodeGen/X86/vector-mul.ll
@@
-1945,7
+1945,6
@@
define <2 x i64> @mul_v2i64_60_120(<2 x i64> %x) nounwind {
; don't know that we only need one pmuludq to compute the full 64 bits. This
; sort of issue is more likely to occur when there is a loop and one of the
; multiply inputs is loop invariant.
-; FIXME: We should be able to insert an AssertZExt for this.
define <2 x i64> @mul_v2i64_zext_cross_bb(ptr %in, ptr %y) {
; X86-SSE2-LABEL: mul_v2i64_zext_cross_bb:
; X86-SSE2: # %bb.0: