summaryrefslogtreecommitdiff
path: root/lib/Target/ARM
diff options
context:
space:
mode:
authorMatt Arsenault <Matthew.Arsenault@amd.com>2014-01-27 21:41:54 +0000
committerMatt Arsenault <Matthew.Arsenault@amd.com>2014-01-27 21:41:54 +0000
commit410f38e01597120b41e406ec1cea69127463f9e5 (patch)
treee97142b4775cb16cb5ce908bbafc31dfaf80f807 /lib/Target/ARM
parent66742f023c75e43e507763c72907f6836970e42c (diff)
downloadllvm-410f38e01597120b41e406ec1cea69127463f9e5.tar.gz
llvm-410f38e01597120b41e406ec1cea69127463f9e5.tar.bz2
llvm-410f38e01597120b41e406ec1cea69127463f9e5.tar.xz
Fix sext(setcc) -> select_cc using wrong type for setcc.
Also update the comment, since it actually produces a select (setcc) instead of select_cc. It was checking and using the setcc result type for the type of the sext, instead of the type of the compared items. In my problem case, the sext was to i32 and was used as the setcc type, but the expected type was i64. No test since I haven't been able to hit the problem with this on any in-tree targets. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@200249 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/ARM')
0 files changed, 0 insertions, 0 deletions