[all-commits] [llvm/llvm-project] 76986b: [GlobalISel] Legalize more G_FP(EXT|TRUNC) libcalls.
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Thu Feb 6 11:42:15 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 76986bdc4633b0a8bdee1ad4f2e279f17e7f747a
https://github.com/llvm/llvm-project/commit/76986bdc4633b0a8bdee1ad4f2e279f17e7f747a
Author: Konstantin Schwarz <konstantin.schwarz at hightec-rt.com>
Date: 2020-02-06 (Thu, 06 Feb 2020)
Changed paths:
M llvm/lib/CodeGen/GlobalISel/LegalizerHelper.cpp
M llvm/unittests/CodeGen/GlobalISel/GISelMITest.h
M llvm/unittests/CodeGen/GlobalISel/LegalizerHelperTest.cpp
Log Message:
-----------
[GlobalISel] Legalize more G_FP(EXT|TRUNC) libcalls.
This adds a new helper function for retrieving the
floating point type corresponding to the specified
bit-width.
Commit: 03a2d0045d2c11f4601bb2cbf5cdd5389ed2d72a
https://github.com/llvm/llvm-project/commit/03a2d0045d2c11f4601bb2cbf5cdd5389ed2d72a
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2020-02-06 (Thu, 06 Feb 2020)
Changed paths:
M llvm/lib/Target/AMDGPU/SIISelLowering.cpp
Log Message:
-----------
AMDGPU: Add compile time hack for hasCFUser
Assume the control flow intrinsic results are never casted, and early
exit based on the type.
Compare: https://github.com/llvm/llvm-project/compare/727362e87bb3...03a2d0045d2c
More information about the All-commits
mailing list