[all-commits] [llvm/llvm-project] 15474d: [SVE][CodeGen] Replace use of TypeSize operator< i...
david-arm via All-commits
all-commits at lists.llvm.org
Thu Oct 1 06:07:29 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 15474d769110139f9cc96d42434988d7aaa77634
https://github.com/llvm/llvm-project/commit/15474d769110139f9cc96d42434988d7aaa77634
Author: David Sherwood <david.sherwood at arm.com>
Date: 2020-10-01 (Thu, 01 Oct 2020)
Changed paths:
M llvm/lib/CodeGen/GlobalMerge.cpp
Log Message:
-----------
[SVE][CodeGen] Replace use of TypeSize operator< in GlobalMerge::doMerge
We don't support global variables with scalable vector types so I've
changed the code to compare the fixed sizes instead.
Differential Revision: https://reviews.llvm.org/D88564
More information about the All-commits
mailing list