diff options
author | Thurston Dang <thurston@google.com> | 2025-02-04 20:56:30 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-02-04 20:56:30 -0800 |
commit | 3ac1cb6d3028b9f95a61c2612a13306532ddca14 (patch) | |
tree | e4a6c14fdb7eff30d95e0ef8c5c47419099f87e4 /llvm/lib/CodeGen/MachineScheduler.cpp | |
parent | 12fff8db4bec295951257c83b7135d9046c84c09 (diff) | |
download | llvm-3ac1cb6d3028b9f95a61c2612a13306532ddca14.zip llvm-3ac1cb6d3028b9f95a61c2612a13306532ddca14.tar.gz llvm-3ac1cb6d3028b9f95a61c2612a13306532ddca14.tar.bz2 |
[msan][NFCI] Add llvm.[us]cmp (starship operator) tests (#125790)
llvm.[us]cmp is correctly handled heuristically when each parameter is
the same as the return type e.g.,
call i8 @llvm.ucmp.i8.i8(i8 %x, i8 %y)
but handled incorrectly by visitInstruction when the return type is
different e.g.,
call i8 @llvm.ucmp.i8.i62(i62 %x, i62 %y)
call <4 x i8> @llvm.ucmp.v4i8.v4i32(<4 x i32> %x, <4 x i32> %y)
Forked from llvm/test/CodeGen/X86/[us]cmp.ll
Diffstat (limited to 'llvm/lib/CodeGen/MachineScheduler.cpp')
0 files changed, 0 insertions, 0 deletions