[all-commits] [llvm/llvm-project] ab76f5: [PPC] Fix abs(sub(x, y)) -> abs(x, y) tests
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Sat Feb 25 12:03:31 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ab76f5865f21ee6448744b10416f7b1a124845a8
https://github.com/llvm/llvm-project/commit/ab76f5865f21ee6448744b10416f7b1a124845a8
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2023-02-25 (Sat, 25 Feb 2023)
Changed paths:
M llvm/test/CodeGen/PowerPC/ppc64-P9-vabsd.ll
Log Message:
-----------
[PPC] Fix abs(sub(x,y)) -> abs(x,y) tests
As detailed on D142313, this fold should be restricted by sub nsw
More information about the All-commits
mailing list