The code wasn't taking into account that the two operands
passed to ptest could be identical and was trying to erase
them twice.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
LGTM
llvm/test/CodeGen/AArch64/sve-intrinsic-opts-ptest.ll | ||
---|---|---|
51 | Might want to consider regenerating this test file using update_test_checks.py; easier than trying to write precise CHECK lines by hand. But doesn't need to be this patch. |
Might want to consider regenerating this test file using update_test_checks.py; easier than trying to write precise CHECK lines by hand. But doesn't need to be this patch.