[all-commits] [llvm/llvm-project] 300899: [X86][AVX] Add test showing unnecessary duplicate ...
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Wed Aug 5 04:01:02 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 300899b9c4ed505f43840a9876e96dbb5ba4ce52
https://github.com/llvm/llvm-project/commit/300899b9c4ed505f43840a9876e96dbb5ba4ce52
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2020-08-05 (Wed, 05 Aug 2020)
Changed paths:
M llvm/test/CodeGen/X86/haddsub-undef.ll
Log Message:
-----------
[X86][AVX] Add test showing unnecessary duplicate HADD instructions
Taken from internal fuzz test
Commit: e3d3657b9be12dec947dbbc672a004f802ff2338
https://github.com/llvm/llvm-project/commit/e3d3657b9be12dec947dbbc672a004f802ff2338
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2020-08-05 (Wed, 05 Aug 2020)
Changed paths:
M llvm/include/llvm/CodeGen/GlobalISel/CallLowering.h
Log Message:
-----------
CallLowering.h - remove unnecessary CCState forward declaration. NFCI.
Already defined in CallingConvLower.h
Commit: 315e1daf7f452979e298bae368bb71b92314751f
https://github.com/llvm/llvm-project/commit/315e1daf7f452979e298bae368bb71b92314751f
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2020-08-05 (Wed, 05 Aug 2020)
Changed paths:
M llvm/include/llvm/CodeGen/GlobalISel/GISelWorkList.h
Log Message:
-----------
GISelWorkList.h - remove unnecessary includes. NFCI.
Compare: https://github.com/llvm/llvm-project/compare/3ab01550b632...315e1daf7f45
More information about the All-commits
mailing list