diff options
author | Jim Lin <tclin914@gmail.com> | 2019-12-16 10:18:50 +0800 |
---|---|---|
committer | Jim Lin <tclin914@gmail.com> | 2019-12-16 10:21:55 +0800 |
commit | 7e0fd77645cf6eae1994b255a307b016180c8a83 (patch) | |
tree | dc6f38e735520412d07303c1863a7cca55fc2104 /lldb/source/Commands/CommandObjectFrame.cpp | |
parent | c0143f37dab38a2da27c9bb6f44f3a54ca9cf86f (diff) | |
download | llvm-7e0fd77645cf6eae1994b255a307b016180c8a83.zip llvm-7e0fd77645cf6eae1994b255a307b016180c8a83.tar.gz llvm-7e0fd77645cf6eae1994b255a307b016180c8a83.tar.bz2 |
[PowerPC] Fix %llvm.ppc.altivec.vc* lowering
Summary:
r372285 changed LLVM to use a `TargetConstant` for parameters of intrinsics that are required to be immediates.
Since that commit, use of `%llvm.ppc.altivec.vc{fsx,fux,tsxs,tuxs}` intrinsics has not worked, and resulted in a `LLVM ERROR: Cannot select: intrinsic %llvm.ppc.altivec.vc*` error. The intrinsics' TableGen definitions matched on `imm` instead of `timm`.
This commit updates those definitions to use `timm`.
Fixes: https://llvm.org/PR44239
Reviewers: hfinkel, nemanjai, #powerpc, Jim
Reviewed By: Jim
Subscribers: qiucf, wuzish, Jim, hiraditya, kbarton, jsji, shchenz, llvm-commits
Tags: #llvm
Patched by vddvss (Colin Samples).
Differential Revision: https://reviews.llvm.org/D71138
Diffstat (limited to 'lldb/source/Commands/CommandObjectFrame.cpp')
0 files changed, 0 insertions, 0 deletions