[all-commits] [llvm/llvm-project] cc5615: GlobalISel: Add helper function for getting EVT fr...
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Fri Aug 13 18:10:26 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: cc56152f83b41047998c1b7e0a6d8bfe8671f605
https://github.com/llvm/llvm-project/commit/cc56152f83b41047998c1b7e0a6d8bfe8671f605
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2021-08-13 (Fri, 13 Aug 2021)
Changed paths:
M llvm/include/llvm/CodeGen/LowLevelType.h
M llvm/lib/CodeGen/LowLevelType.cpp
M llvm/lib/CodeGen/TargetLoweringBase.cpp
Log Message:
-----------
GlobalISel: Add helper function for getting EVT from LLT
This can only give an imperfect approximation, but is enough to avoid
crashing in places where we call into EVT functions starting from LLTs.
More information about the All-commits
mailing list