[all-commits] [llvm/llvm-project] e2c2eb: [X86] Fix NSW/NUW typo in avg test (PR44973)
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Thu Feb 20 11:22:49 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: e2c2eb0a5509ed8e013c4e4d880de27e60641b9a
https://github.com/llvm/llvm-project/commit/e2c2eb0a5509ed8e013c4e4d880de27e60641b9a
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2020-02-20 (Thu, 20 Feb 2020)
Changed paths:
M llvm/test/CodeGen/X86/avg.ll
Log Message:
-----------
[X86] Fix NSW/NUW typo in avg test (PR44973)
The not_avg_v16i8_wide_constants test shouldn't assume NSW/NUW for the addition of -1 - copy + paste typo from other avg tests
More information about the All-commits
mailing list