[all-commits] [llvm/llvm-project] f4d4e2: [X86] Remove mul(abs(x), abs(x)) -> mul(x, x) tests
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Sat May 9 07:13:01 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: f4d4e246e0ea137c759632a51b4ca043ed4f27f2
https://github.com/llvm/llvm-project/commit/f4d4e246e0ea137c759632a51b4ca043ed4f27f2
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2020-05-09 (Sat, 09 May 2020)
Changed paths:
M llvm/test/CodeGen/X86/combine-mul.ll
Log Message:
-----------
[X86] Remove mul(abs(x),abs(x)) -> mul(x,x) tests
This is handled in InstCombine (D79319) and its unlikely that these can occur in DAG (see D79304).
Commit: 4319c89551640d21c42202132439d56359afab1f
https://github.com/llvm/llvm-project/commit/4319c89551640d21c42202132439d56359afab1f
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2020-05-09 (Sat, 09 May 2020)
Changed paths:
M llvm/lib/AsmParser/LLParser.h
Log Message:
-----------
LLParser.h - remove unused ValueHandle.h include. NFC.
Commit: 0b9783350b3a9644dc6e0ba94c0f6a87ca45cb36
https://github.com/llvm/llvm-project/commit/0b9783350b3a9644dc6e0ba94c0f6a87ca45cb36
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2020-05-09 (Sat, 09 May 2020)
Changed paths:
M clang/lib/CodeGen/BackendUtil.cpp
M llvm/include/llvm/LTO/LTO.h
Log Message:
-----------
LTO.h - reduce includes to forward declarations. NFC.
Add missing ToolOutputFile.h dependency to BackendUtil.cpp
Compare: https://github.com/llvm/llvm-project/compare/0e8e731449d8...0b9783350b3a
More information about the All-commits
mailing list