mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-07-24 22:24:54 +00:00
Prevent x86-specific DAGCombine from creating nodes with illegal type (which could not be selected). Fixes a minor isel issue that was breaking the testcase from r136130.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@136148 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
; RUN: llc < %s -march=x86 -mattr=-sse2,+sse | grep addps
|
||||
|
||||
; XFAIL: *
|
||||
; PR10497
|
||||
; PR10497 + another isel issue with sse2 disabled
|
||||
; (This is primarily checking that this construct doesn't crash.)
|
||||
define void @a(<2 x float>* %a, <2 x i32>* %b) {
|
||||
%cc = load <2 x float>* %a
|
||||
|
Reference in New Issue
Block a user