[all-commits] [llvm/llvm-project] f4a5fb: [flang] Error checking for IBCLR/IBSET and ISHFT/S...

Peter Klausler via All-commits all-commits at lists.llvm.org
Thu Oct 7 13:51:35 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: f4a5fb0c5573477c2a597c3246513d8dba2f5e63
      https://github.com/llvm/llvm-project/commit/f4a5fb0c5573477c2a597c3246513d8dba2f5e63
  Author: peter klausler <pklausler at nvidia.com>
  Date:   2021-10-07 (Thu, 07 Oct 2021)

  Changed paths:
    M flang/lib/Evaluate/fold-integer.cpp

  Log Message:
  -----------
  [flang] Error checking for IBCLR/IBSET and ISHFT/SHIFT[ALR]

Bit positions for the intrinsics IBCLR and IBSET and shift counts
for the intrinsics ISHFT/SHIFTA/SHIFTL/SHIFTR should be validated
when folding.

Differential Revision: https://reviews.llvm.org/D111327




More information about the All-commits mailing list