[all-commits] [llvm/llvm-project] 62f1d9: [NFC][X86] Remove cfi instructions and unused attr...
Evgenii Kudriashov via All-commits
all-commits at lists.llvm.org
Thu May 4 06:05:04 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 62f1d917275ff20800ccf72b202f2d699180171f
https://github.com/llvm/llvm-project/commit/62f1d917275ff20800ccf72b202f2d699180171f
Author: Evgenii Kudriashov <evgenii.kudriashov at intel.com>
Date: 2023-05-04 (Thu, 04 May 2023)
Changed paths:
M llvm/test/CodeGen/X86/half.ll
Log Message:
-----------
[NFC][X86] Remove cfi instructions and unused attributes from half.ll test
Reviewed By: RKSimon
Differential Revision: https://reviews.llvm.org/D149114
Commit: a82d27a9a6853c96f857ba0f514a78cd03bc5c35
https://github.com/llvm/llvm-project/commit/a82d27a9a6853c96f857ba0f514a78cd03bc5c35
Author: Evgenii Kudriashov <evgenii.kudriashov at intel.com>
Date: 2023-05-04 (Thu, 04 May 2023)
Changed paths:
M llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp
M llvm/lib/Target/X86/X86ISelLowering.cpp
M llvm/test/Analysis/CostModel/X86/intrinsic-cost-kinds.ll
A llvm/test/CodeGen/X86/avx512fp16-fminimum-fmaximum.ll
M llvm/test/CodeGen/X86/extract-fp.ll
M llvm/test/CodeGen/X86/extractelement-fp.ll
A llvm/test/CodeGen/X86/fminimum-fmaximum.ll
M llvm/test/CodeGen/X86/half.ll
Log Message:
-----------
[X86] Support llvm.{min,max}imum.f{16,32,64}
Addresses https://github.com/llvm/llvm-project/issues/53353
Reviewed By: RKSimon, pengfei
Differential Revision: https://reviews.llvm.org/D145634
Compare: https://github.com/llvm/llvm-project/compare/b85a402dd899...a82d27a9a685
More information about the All-commits
mailing list