[all-commits] [llvm/llvm-project] 0620b1: [flang] Fix capitalization of "ishft"
Pete Steinfeld via All-commits
all-commits at lists.llvm.org
Fri Oct 8 13:44:50 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 0620b12209cf7ccc085db0a574b571d08efc1395
https://github.com/llvm/llvm-project/commit/0620b12209cf7ccc085db0a574b571d08efc1395
Author: Peter Steinfeld <psteinfeld at nvidia.com>
Date: 2021-10-08 (Fri, 08 Oct 2021)
Changed paths:
M flang/lib/Evaluate/fold-integer.cpp
Log Message:
-----------
[flang] Fix capitalization of "ishft"
We weren't recognizing the ISHFT intrinsic because the code had
incorrectly capitalized it.
Differential Revision: https://reviews.llvm.org/D111449
More information about the All-commits
mailing list