[all-commits] [llvm/llvm-project] 201ada: AArch64: relax address-space assertion in FastISel.
Tim Northover via All-commits
all-commits at lists.llvm.org
Thu Feb 25 02:16:15 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 201ada80ee15aed23728500982857ad3769f6802
https://github.com/llvm/llvm-project/commit/201ada80ee15aed23728500982857ad3769f6802
Author: Tim Northover <t.p.northover at gmail.com>
Date: 2021-02-25 (Thu, 25 Feb 2021)
Changed paths:
M llvm/lib/Target/AArch64/AArch64FastISel.cpp
Log Message:
-----------
AArch64: relax address-space assertion in FastISel.
Some people are using alternative address spaces to track GC data, but
otherwise they behave exactly the same. This is the only place in the backend
we even try to care about it so it's really not achieving anything.
More information about the All-commits
mailing list