[all-commits] [llvm/llvm-project] 601626: [X86] Replace UpgradeX86AddSubSatIntrinsics with U...
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Mon Sep 7 07:57:49 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 60162626a5c963125a2e7012b621c7ba0b57855e
https://github.com/llvm/llvm-project/commit/60162626a5c963125a2e7012b621c7ba0b57855e
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2020-09-07 (Mon, 07 Sep 2020)
Changed paths:
M llvm/lib/IR/AutoUpgrade.cpp
Log Message:
-----------
[X86] Replace UpgradeX86AddSubSatIntrinsics with UpgradeX86BinaryIntrinsics generic helper. NFCI.
Feed the Intrinsic::ID value directly instead of via the IsSigned/IsAddition bool flags.
Commit: 7993431dad064d03244f32c9585325b891f3e807
https://github.com/llvm/llvm-project/commit/7993431dad064d03244f32c9585325b891f3e807
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2020-09-07 (Mon, 07 Sep 2020)
Changed paths:
M llvm/test/CodeGen/X86/vector-unsigned-cmp.ll
Log Message:
-----------
[X86][SSE] Add test cases for PR47448
Compare: https://github.com/llvm/llvm-project/compare/b22910daab95...7993431dad06
More information about the All-commits
mailing list