diff options
author | Vitaly Buka <vitalybuka@google.com> | 2024-10-22 12:33:58 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-22 12:33:58 -0700 |
commit | 54cf62d19d8d9ca17b0557b515850d9c633f6bc7 (patch) | |
tree | d7cbd223d998fa77ba67c04a0a69715442a0aff5 /llvm/lib/CodeGen/MachineOperand.cpp | |
parent | 03fef62b84469c5dbbed04235c30eb96b6b48369 (diff) | |
download | llvm-54cf62d19d8d9ca17b0557b515850d9c633f6bc7.zip llvm-54cf62d19d8d9ca17b0557b515850d9c633f6bc7.tar.gz llvm-54cf62d19d8d9ca17b0557b515850d9c633f6bc7.tar.bz2 |
[nfc][msan] Generate test with update_test_checks.py (#113199)
PR is to:
1. Simplify test update in #113200
2. Make tests more comprehensive, currently interesting cases looks very
basic:
```
; CHECK-LABEL: @ICmpSGTAllOnes
; CHECK: icmp slt
; CHECK-NOT: call void @__msan_warning
; CHECK: icmp sgt
; CHECK-NOT: call void @__msan_warning
; CHECK: ret i1
```
Diffstat (limited to 'llvm/lib/CodeGen/MachineOperand.cpp')
0 files changed, 0 insertions, 0 deletions